Can we change the user within Zeppelin? If yes, how can we do that?
We are running zeppelin as 'x' user. However, we want to run the queries
(for Spark interpreter) with a different user 'y' due to some access issues
for user 'x'.
We are not able to do that(change user within Zeppelin).
Can any
You may want to check livy interpreter which support impersonation.
https://zeppelin.apache.org/docs/latest/interpreter/livy.html#impersonation
Paritosh Ranjan 于2017年11月29日周三 下午2:56写道:
> Can we change the user within Zeppelin? If yes, how can we do that?
>
> We are running zeppelin as 'x' user