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
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
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
?
>
>
>
> *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
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
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
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
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
Hello all,
Id 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