[ZEPPELIN-4722] User Impersonation via --proxy-user for Spark Interpreter with K8s#3733
Closed
Reamer wants to merge 2 commits intoapache:masterfrom
Closed
[ZEPPELIN-4722] User Impersonation via --proxy-user for Spark Interpreter with K8s#3733Reamer wants to merge 2 commits intoapache:masterfrom
Reamer wants to merge 2 commits intoapache:masterfrom
Conversation
Member
|
Thank @Reamer for the contribution, LGTM |
Member
|
Merge to master and branch-0.9 |
asfgit
pushed a commit
that referenced
this pull request
Apr 15, 2020
…eter with K8s ### What is this PR for? This PullRequest fixes the impersonation issue when running Spark Zeppelin interpreter on K8s. A general user impersonation should not be necessary and possible on K8s, since the interpreter process runs unprivileged - without the right to change the user via ssh. ### What type of PR is it? * Improvement ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4722 ### How should this be tested? * **Travic-CI**: https://travis-ci.org/github/Reamer/zeppelin/builds/674723139 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Philipp Dallig <philipp.dallig@gmail.com> Closes #3733 from Reamer/proxy_user and squashes the following commits: 8c2e58b [Philipp Dallig] proxy user in spark on k8s 3989c4e [Philipp Dallig] Some Cleanup (cherry picked from commit 85fc206) Signed-off-by: Lee moon soo <moon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
This PullRequest fixes the impersonation issue when running Spark Zeppelin interpreter on K8s. A general user impersonation should not be necessary and possible on K8s, since the interpreter process runs unprivileged - without the right to change the user via ssh.
What type of PR is it?
Todos
What is the Jira issue?
How should this be tested?
Questions: