GitHub user sancyx opened a pull request:
https://github.com/apache/zeppelin/pull/2772
ZEPPELIN-3211. REST API: Enable running all paragraphs without waiting for
finish
### What is this PR for?
At the moment there is no possibility on Notebook REST API to run all
paragraphs in a notebook and return without waiting for finish. Would be useful
to have an optional extra param `waitToFinish` on `api/notebook/job/{noteId}`
which is true by default.
### What type of PR is it?
[Improvement]
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3211
### How should this be tested?
* can be tested manually, invoking REST API: curl -s -X POST
"http://{{zeppelin_server}}/api/notebook/job/{noteId}?waitToFinish=false"
### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/banzaicloud/zeppelin master-ZEPPELIN-3211
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2772.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2772
----
commit ed0f887338485b512d4b247d9b945c6567147700
Author: Magyari Sandor Szilard <sancyx@...>
Date: 2018-01-31T17:10:50Z
ZEPPELIN-3211. REST API: Enable running all paragraphs without waiting for
finish (magyari_sandor)
----
---