GitHub user jongyoul reopened a pull request: https://github.com/apache/zeppelin/pull/1265
[ZEPPELIN-1210] Run interpreter per user ### What is this PR for? Enabling each user to run same interpreter. ### What type of PR is it? [Improvement] ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1210 ### How should this be tested? 1. Enable shiro to use authentication mode 1. Check `per user` in your interpreter tab 1. Run different paragraphs with different users 1. Run `%spark sc.version`, you will see the two `res0: ...` in your paragraphs ### Screenshots (if appropriate) ### 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/jongyoul/zeppelin ZEPPELIN-1210 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1265.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 #1265 ---- commit 01afc809e7f17c8991a78649d54852bdef8c318e Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-07-21T15:34:25Z Added new parameter in order to pass the user information into getInterpreter commit 8b8074ad24be05d6ad75bd7f9f3387bedd7ca1dd Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-07-22T10:29:07Z WIP commit 9edf4931e79a0d3c75e623ae82e3cf2002dc2003 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-07-28T13:21:23Z WIP commit 5651259e9394aa0b9553d208bdf083418bff972f Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-08-02T15:10:18Z Added option in UI commit 44e279b034ee23e23733ec21c882693b3b017d8b Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-08-02T15:24:03Z Reverted some value to default ones commit 78bc2caa564cd4088f1e24fbaa6f6aec4d43a487 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-08-08T15:09:14Z Fixed some mismatch after rebase commit 81874c651f4500519a2e8c0ae2e7be90e3605a9e Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-08-09T03:50:50Z Fixed tests to use AuthenticationInfo commit bd29b1cb10ec97886dc50a56c7798a5482e4b2b7 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-08-11T06:58:02Z Fixed some tests commit b53b05571326c1037a27e52e4bc785189e16a2a1 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-08-11T07:28:35Z Fixed some tests commit f77edc9f723a7af19e8fa6c90c73b50dfc905e3c Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-08-16T11:54:45Z Fixed some codes after rebase ---- --- 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. ---