Re: option to zeppelin notebook run if one of the paragraph fails

2017-11-06 Thread Jeff Zhang
It is fixed in https://issues.apache.org/jira/browse/ZEPPELIN-2368 subsequent paragraph will not run if the previous one fails Richard Xin 于2017年11月7日周二 上午6:14写道: > Let's say I have multiple paragraphs in a note, it seems that those > paragraphs run sequentially one after another, and the subs

option to zeppelin notebook run if one of the paragraph fails

2017-11-06 Thread Richard Xin
Let's say I have multiple paragraphs in a note,  it seems that those paragraphs run sequentially one after another, and the subsequent paragraph continues to run if any previous one fails,  is there any way to configure the notebook to stop further runs if any paragraph fails? Thanks,Richard