GitHub user minahlee opened a pull request: https://github.com/apache/incubator-zeppelin/pull/432
[ZEPPELIN-420] Improve notebook clone behavior This PR handles two issues with notebook clone behavior. * If same paragraphs from original notebook and cloned notebook run at the same time, both paragraphs can be in `RUNNING` status. And clone notebook's paragraph stays in running status until restart Zeppelin server because two paragraphs have same paragraph id and job id:  After:  * Copy paragraph status(RUNNING, PENDING):  After:  You can merge this pull request into a Git repository by running: $ git pull https://github.com/minahlee/incubator-zeppelin ZEPPELIN-420 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/432.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 #432 ---- commit ec238877e5f3c6a9b47562bd30d408bffb5e06b0 Author: Mina Lee <mina...@nflabs.com> Date: 2015-11-14T12:36:03Z [ZEPPELIN-420] Improve notebook clone behavior ---- --- 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. ---