GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/795
[ZEPPELIN-183] Interpreter process per note ### What is this PR for? This PR give an option to create interpreter process per notebook. ### What type of PR is it? Feature ### Todos * [x] - Interpreter process per note * [x] - Interpreter menu gui change * [x] - unittest * [x] - doc update ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-183 ### How should this be tested? Change interpreter setting option to 'process' and then create two notebooks. Try to use both notebook with the same interpreter setting. You'll see each notebook creates different interpreter process. For example spark interpreter, if you run ``` %spark sc ``` in two notebooks, then you'll see different object id. ### Screenshots (if appropriate) Interpreter setting option gui looks like  If you hover the pointer on each option, you'll see tooltip help about each mode. ### 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/Leemoonsoo/incubator-zeppelin ZEPPELIN-183 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/795.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 #795 ---- commit f14f3a3e78bb5e8c82b72b599a0e12d9cfc778cd Author: Lee moon soo <m...@apache.org> Date: 2016-03-24T23:04:52Z Per note interpreter process commit d0b83949550febddf081ab2b773a051deba00620 Author: Lee moon soo <m...@apache.org> Date: 2016-03-24T23:05:19Z Interpreter setting page update commit 103737fbd643430b1502b4c434b6b427d530ed58 Author: Lee moon soo <m...@apache.org> Date: 2016-03-25T00:11:19Z fix close interpreter commit 842b7644c04211f7e7d8d0d8db16d3057f7f42d2 Author: Lee moon soo <m...@apache.org> Date: 2016-03-25T00:11:40Z Update docs ---- --- 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. ---