mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add spark_proxy_user to env.sh
This commit is contained in:
parent
892b7e4120
commit
8b66740cd9
1 changed files with 3 additions and 0 deletions
|
|
@ -80,4 +80,7 @@
|
|||
# export ZEPPELINHUB_API_ADDRESS # Refers to the address of the ZeppelinHub service in use
|
||||
# export ZEPPELINHUB_API_TOKEN # Refers to the Zeppelin instance token of the user
|
||||
# export ZEPPELINHUB_USER_KEY # Optional, when using Zeppelin with authentication.
|
||||
|
||||
#### Zeppelin impersonation configuration
|
||||
# export ZEPPELIN_IMPERSONATE_CMD # Optional, when user want to run interpreter as end web user. eg) 'sudo -H -u ${ZEPPELIN_IMPERSONATE_USER} bash -c '
|
||||
# export ZEPPELIN_IMPERSONATE_SPARK_PROXY_USER #Optional, by default is true; can be set to false if you don't want to use --proxy-user option with Spark interpreter when impersonation enabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue