GitHub user cloverhearts opened a pull request: https://github.com/apache/zeppelin/pull/1174
[ Improve ] Paragraph dynamic relationship executable form ### What is this PR for? Through a dynamic form, you can execute the order in para graph. There is a difference with traditional methods. Please check the following flowchart. ![workflowdynamicformcontrol](https://cloud.githubusercontent.com/assets/10525473/16791726/a4b96ff0-48fc-11e6-8e23-9ec577066bb7.png) ** The results will have to succeed, the following paragraph will be executed. ** ### What type of PR is it? Improvement ### How should this be tested? ``` %md ${workflow:workflow=MyWorkflowName,NotebookId01:ParagraphId01|NotebookId02:ParagraphId02} ``` ### Screenshots (if appropriate) ![22222](https://cloud.githubusercontent.com/assets/10525473/16791758/ea6b66fc-48fc-11e6-99da-9674a8af10f5.gif) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? yes You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloverhearts/zeppelin improve/relation-paragraph-job-mylocal Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1174.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 #1174 ---- commit 3736023afb5d1187d2fc505578d5a370b14f060d Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-04T08:05:21Z Relation running paragraph - backend prototype commit 08999a1fa2113f34974fc01961e8ce7d1f56f590 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-04T08:06:28Z Merge branch 'master' into improve/zengine-dynamic-form commit a9b0a28c85e5419e7c29f16a088209ef2cfa91a9 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-05T04:27:39Z replace testcode. commit fb8cadee1b55ab943b9786a27c2e2094232b4d1f Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-06T06:14:40Z workflow test commit 62a0f44b4edca9c1b03b6acba36acc77b187b528 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-06T11:37:43Z workflow onSuccess event to running flow- backend commit df50be33dfa22a6f79b32eb625a4a7cdd356a2af Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-06T11:44:46Z Merge branch 'master' into improve/relation-paragraph-job # Conflicts: # zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java commit 7cc30c3a31142dfe0c05195b4b7763f42a8a4d47 Author: astroshim <hss...@nflabs.com> Date: 2016-07-06T15:20:31Z bugfix HDFSFileInterpreter completion commit 9831e0bb60ccbc2cc7cb2294060a397ba1acd2b1 Author: astroshim <hss...@nflabs.com> Date: 2016-07-06T15:33:10Z add testcase commit 1ba32319d0ef53ec468e2c1c14ca184d08ba9cad Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-07T04:10:28Z Merge branch 'bugfix/HDFSFileInterpreterCompletion' of https://github.com/astroshim/zeppelin into improve/relation-paragraph-job commit 9661f480d3bb0d52cc7a5b43d307abca1ed3651d Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-07T04:18:05Z Merge branch 'master' into improve/relation-paragraph-job commit e8d92b4b079bc3a724a7f5bb738aebde823ea2b8 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-07T05:09:41Z add test commit 688d3e340b1a2b80590e0ff40c97fd2549815d60 Author: CloverHearts <cloverheartsdev+git...@gmail.com> Date: 2016-07-08T01:01:40Z Merge branch 'master' into improve/relation-paragraph-job-mylocal commit f74b4b74943a40ddf5c501dc919ff3cf51a1cea1 Author: CloverHearts <cloverheartsdev+git...@gmail.com> Date: 2016-07-08T01:10:49Z PR Roleback commit ceebea73a3be0c372b7cbfe6d1ace4d6b6922095 Author: CloverHearts <cloverheartsdev+git...@gmail.com> Date: 2016-07-08T01:25:38Z fixed file interpreter (restore pr) commit 6e47336efccf1173b9eb034e711b296df71553ec Author: CloverHearts <cloverheartsdev+git...@gmail.com> Date: 2016-07-11T03:26:36Z Merge branch 'master' into improve/relation-paragraph-job-mylocal commit 6438d6c27522f15ae0724be80f37ba196d6db1be Author: CloverHearts <cloverheartsdev+git...@gmail.com> Date: 2016-07-11T21:18:40Z Merge branch 'master' into improve/relation-paragraph-job-mylocal commit 7423afd7bd89000d5d3cb34e3d464a10601f974f Author: CloverHearts <cloverheartsdev+git...@gmail.com> Date: 2016-07-11T22:59:03Z workflow web controller commit 00508f2b7ce16670b7268b6c912d2801af8b2299 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-12T05:43:18Z fixed workflow directive syntax commit a5066f2487c559c106654028a0da4463d4c71b28 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-12T13:00:58Z add workflow widget directivre commit 0b2955f19afe7035350a1307f0fd87b1fb55449f Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-13T04:17:21Z Workflow dynamic form rebuild commit 771db46b25500d5bcfbb0a89e71798cf902d2100 Author: CloverHearts <cloverhearts...@gmail.com> Date: 2016-07-13T04:18:11Z Merge branch 'master' into improve/relation-paragraph-job-mylocal ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---