Re: User Impersonation Configuration

2017-05-10 Thread Prabhjyot Singh
On 11 May 2017 at 08:39, Prabhjyot Singh wrote: > Also, can you quickly check if you are able to connect to spark with user > impersonation? typo, can you quickly check if you are able to connect to spark without user impersonation? -- Warm Regards, Prabhjyot Singh

Re: User Impersonation Configuration

2017-05-10 Thread Prabhjyot Singh
>From the exception, it looks like you are on 0.7.1. Which has the above-mentioned patch (https://github.com/apache/zeppelin/pull/1840). Without ZEPPELIN_IMPERSONATE_CMD and ZEPPELIN_IMPERSONATE_SPARK_PROXY_USER set it should work just fine. However, if you want to setup password-less login, you c

Re: User Impersonation Configuration

2017-05-10 Thread Yeshwanth Jagini
Hi prabhjyot, thanks for your reply. i am using zeppelin 0.7.0 version. when i do not specify impersonation config in zeppelin-env.sh and only in interpreter setting, it is throwing following exception ERROR [2017-05-10 17:26:30,551] ({pool-2-thread-3} Job.java[run]:188) - Job failed org.apache.

Re: User Impersonation Configuration

2017-05-09 Thread Prabhjyot Singh
Hi Yeshwant, Which version of Zeppelin are you on? If you are on latest then you don't need to do any of ZEPPELIN_IMPERSONATE_CMD or ZEPPELIN_IMPERSONATE_SPARK_PROXY_USER. Just by enabling User Impersonation check-box should be sufficient. Can you confirm by `ps aux | grep spark`. This is what I

User Impersonation Configuration

2017-05-09 Thread Yeshwanth Jagini
Hi Users, I am trying to setup Zeppelin for multiple users. and i found there are multiple configurations in different places. started tinkering with them and i didn't had any luck . here's my setup and configuration. Zeppelin server is running as root. i edited zeppelin-env.sh and uncommented