Daniel Kozlowski created ZEPPELIN-2816:
------------------------------------------
Summary: livy interpreter does not honour impersonation
Key: ZEPPELIN-2816
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2816
Project: Zeppelin
Issue Type: Bug
Components: livy-interpreter
Affects Versions: 0.7.0
Environment: OS: CentOS6
Ambari: 2.5.0.3
HDP: 2.6.1
Reporter: Daniel Kozlowski
On one webUI run Zeppelin and log in as userA.
On another webUI run Zeppelin and log in as userB.
>From the zeppelin UI logged in as userA run:
%livy.spark
sc.sparkUser
This starts a job in RM UI as userA and the output from the above query is:
userA
Now, go to the zeppelin UI where you are logged in as userB. This session uses
the same job created by userA and the output of the query in that session is
also userA.
If you start running the query as userB, the job will start as userB and userA
will see userB as the output from its query.
Options
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)