Re: End of completion for z.runParagraph

2020-02-14 Thread Jeff Zhang
That's right, run paragraph synchronously api is better. 于2020年2月14日周五 下午6:51写道: > Thanks Jeff, it works fine J > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *Sent:* Friday, February 14, 2020 09:59 > *To:* users > *Subject:* Re: End of completion f

RE: End of completion for z.runParagraph

2020-02-14 Thread stephane.davy
Thanks Jeff, it works fine J From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Friday, February 14, 2020 09:59 To: users Subject: Re: End of completion for z.runParagraph One workaround I can think of is using the rest api to get the paragraph status. http://zeppelin.apache.org/docs/0.8.2

RE: End of completion for z.runParagraph

2020-02-14 Thread stephane.davy
Or maybe run a paragraph synchronously: http://zeppelin.apache.org/docs/0.8.2/usage/rest_api/notebook.html#run-a-paragraph-synchronously ? From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Friday, February 14, 2020 09:59 To: users Subject: Re: End of completion for z.runParagraph One

Re: End of completion for z.runParagraph

2020-02-14 Thread Jeff Zhang
? > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *Sent:* Friday, February 14, 2020 09:33 > *To:* users > *Subject:* Re: End of completion for z.runParagraph > > > > z.run is non-blocking call, it would just trigger the paragraph execution. > > The reason

RE: End of completion for z.runParagraph

2020-02-14 Thread stephane.davy
Hello Jeff, So does this mean that there is no solution? From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Friday, February 14, 2020 09:33 To: users Subject: Re: End of completion for z.runParagraph z.run is non-blocking call, it would just trigger the paragraph execution. The reason

Re: End of completion for z.runParagraph

2020-02-14 Thread Jeff Zhang
paragraph. > > > > Of course, the global idea is to have a single button which woul refresh > all the paragrpah in the right order > > > > > > *From:* Jeff Zhang [mailto:zjf...@gmail.com] > *Sent:* Thursday, February 13, 2020 11:11 > *To:* users > *Subject

RE: End of completion for z.runParagraph

2020-02-13 Thread stephane.davy
hursday, February 13, 2020 11:11 To: users Subject: Re: End of completion for z.runParagraph Because each interpreter has its own scheduler. They are in different schedulers. BTW, do you mind to share your note so that people can understand your question easier ? 于2020年2月13日周四 下午6:02写道: H

Re: End of completion for z.runParagraph

2020-02-13 Thread Jeff Zhang
Because each interpreter has its own scheduler. They are in different schedulers. BTW, do you mind to share your note so that people can understand your question easier ? 于2020年2月13日周四 下午6:02写道: > Hello all, > > > > I’d like to trigger many paragraphs execution from an angular one. If I > launc

End of completion for z.runParagraph

2020-02-13 Thread stephane.davy
Hello all, I’d like to trigger many paragraphs execution from an angular one. If I launch many spark ones, they are executed one after each other, but if I mix spark and angular ones, angular ones are triggered even if spark ones are not finished yet. I guess this comes from the asynchronous b