You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by CloverHearts <cl...@gmail.com> on 2017/01/02 22:39:07 UTC

[Codebase job workflow] I need your idea and opinion.

Hello, Zeppelin our users and our developers.

I am created zeppelin workflow on codebase feature.

But, actually I wish find a good method than my implement workflow method better. (before pr https://github.com/apache/zeppelin/pull/1799)

 

for example,  I made workflow is this here.

---

  val result = z.runSync("execute note id", "execute paragraph id")

  if (result.isError()) {

    new throw Exception("job error");

  }

 

// next job or done.

  

---

 

I was created jira issue. https://issues.apache.org/jira/browse/ZEPPELIN-1886 

Perhpas, you have a good idea or have a opinion.

please anytime write to comment.

 

If you can test this feature. 

Check to this pr (https://github.com/apache/zeppelin/pull/1799)

 

 

 

Thank you.