GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/2705
ZEPPELIN-3106. User impersonation in SPARK is not working
### What is this PR for?
This PR is for trying to fix the impersonation of spark interpreter in
master branch. For spark impersonation, we don't need to ssh, just adding
`--proxy-user` is enough.
### What type of PR is it?
[Bug Fix]
### Todos
* [ ] - Task
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3106
### How should this be tested?
* Manually verified.
### 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/zjffdu/zeppelin ZEPPELIN-3106
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2705.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 #2705
----
commit 24e6cd867071d9d802aa8d686ed032f9f9d7eed1
Author: Jeff Zhang <[email protected]>
Date: 2017-12-15T13:00:30Z
ZEPPELIN-3106. User impersonation in SPARK is not working
----
---