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 5923de228bc42a0cf9f5fc69a514f2eb52382222
Author: Jongyoul Lee <[email protected]>
Date: 2016-07-21T15:34:25Z
Added new parameter in order to pass the user information into
getInterpreter
commit 5e7fdbc168fd6b8c3f4f8140610838cb6a23f2ec
Author: Jongyoul Lee <[email protected]>
Date: 2016-07-22T10:29:07Z
WIP
commit 3d9392f3c4d31e1f52ce5991f09eb6c05a8571be
Author: Jongyoul Lee <[email protected]>
Date: 2016-07-28T13:21:23Z
WIP
commit 83e9d1121bec9124105269b6addcebd0c5b9cd17
Author: Jongyoul Lee <[email protected]>
Date: 2016-08-02T15:10:18Z
Added option in UI
commit 618b042caafdead1c98d6cfcaf70f49f5eb63c95
Author: Jongyoul Lee <[email protected]>
Date: 2016-08-02T15:24:03Z
Reverted some value to default ones
commit e4bda2d8bb378ec9a5d83f4e54aa7b91fb514773
Author: Jongyoul Lee <[email protected]>
Date: 2016-08-08T15:09:14Z
Fixed some mismatch 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 [email protected] or file a JIRA ticket
with INFRA.
---