GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/1660
[WIP][ZEPPELIN-1594] Personalized mode ### What is this PR for? Support personalized mode in multi user environments. ### What type of PR is it? [Feature] ### Todos * [x] - Add the method to send the result to specific user * [ ] - Add the UI to toggle "personlized mode" in a note ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-1594 ### How should this be tested? 1. Apply this patch 2. Enable shiro 3. note.config.personalizedMode = true in a note.json to be tested ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes This covers the first Todo only. @cloverhearts @1ambda Can you help me implement in a front-side? You can merge this pull request into a Git repository by running: $ git pull https://github.com/jongyoul/zeppelin ZEPPELIN-1594 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1660.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 #1660 ---- commit f23e4f34d07c18405d3a7b05d8903dd5c1973354 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-11-20T22:01:30Z Added the logic to check if personalized mode turns on or not Added the method to send note update to specific user ---- --- 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. ---