GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/1672
ZEPPELIN-1701: User impersonation not work with SPARK_HOME set. ### What is this PR for? User impersonation of front end user does not work with SPARK_HOME set. ### What type of PR is it? [Bug Fix | Hot Fix] ### Todos * [ ] - Task ### What is the Jira issue? * [ZEPPELIN-1701](https://issues.apache.org/jira/browse/ZEPPELIN-1701) ### How should this be tested? set SPARK_HOME zeppelin-env.sh and then try to run ``` %spark System.getProperty("user.name") ``` ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? N/A * Is there breaking changes for older versions? N/A * Does this needs documentation? N/A You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-1701 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1672.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 #1672 ---- commit 62d4eb8027fdea8e486def849533c4354a2c9d98 Author: Prabhjyot Singh <prabhjyotsi...@gmail.org> Date: 2016-11-23T07:35:19Z ZEPPELIN-1701: User impersonation of front end user does not work with SPARK_HOME set. ---- --- 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. ---