GitHub user liuxunorg opened a pull request: https://github.com/apache/zeppelin/pull/3245
[ZEPPELIN-3893] Bug Fix that clear paragraphs when executing the Paragraph API asynchronously ### What is this PR for? When calling the asynchronous execution of the paragraph API, ``` http://[zeppelin-server]:[zeppelin-port]/api/notebook/run/[noteId]/[paragraphId] ``` The title and text of the paragraph will be cleared. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3893 ### How should this be tested? [CI pass](https://travis-ci.org/liuxunorg/zeppelin/builds/462203315) ### Screenshots (if appropriate) No ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/liuxunorg/zeppelin ZEPPELIN-3893 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3245.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 #3245 ---- commit 5a98ced52d0e7cf0c18a8380ca06d9ce692249f3 Author: liuxunorg <33611720@...> Date: 2018-12-01T16:09:57Z [ZEPPELIN-3893] Bug Fix that clear paragraphs when executing the Paragraph API asynchronously ### What is this PR for? When calling the asynchronous execution of the paragraph API, ``` http://[zeppelin-server]:[zeppelin-port]/api/notebook/run/[noteId]/[paragraphId] ``` The title and text of the paragraph will be cleared. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3893 ### How should this be tested? [CI pass](https://travis-ci.org/liuxunorg/zeppelin/builds/418742522) ### Screenshots (if appropriate) No ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No ---- ---