Re: Zeppelin with impersonation and kerberos

2017-11-24 Thread Ruslan Dautkhanov
1) Just as an idea, you also could run separate zeppelin servers for each of users (if there are just handful of them). 2) Livy interpreter was already mentioned. 3) On a separate note, if two jiras in [1] were implemented, it would be possible to set for example keytab location in Spark interpre

Re: Zeppelin with impersonation and kerberos

2017-11-24 Thread Keiji Yoshida
I'm managing Zeppelin which uses the LDAP authentication and submits Spark applications to the Kerberized Hadoop cluster in impersonation mode via the Livy interpreter at my company. Hortonworks's Zeppelin guide helped me a lot: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_zeppelin-

Re: Zeppelin with impersonation and kerberos

2017-11-24 Thread Jeff Zhang
IIRC, spark interpreter of zeppelin doesn't support impersonation in kerberized cluster. You can use livy interpreter instead which support this. https://zeppelin.apache.org/docs/latest/interpreter/livy.html#impersonation 于2017年11月25日周六 上午5:56写道: > Hello users > > > > We have a cloudera cdh clu

Zeppelin with impersonation and kerberos

2017-11-24 Thread Alexander.Meier
Hello users We have a cloudera cdh cluster where users are running their notebooks/interpreters in impersonated mode (interpreter instantiated per user in isolated process, User Impersonate checked). Most commonly used are the following interpreters: * Spark * Impala (jdbc inte

Re: How do I clear the output of a specific paragraph using code in Zeppelin?

2017-11-24 Thread Mohit Jaggi
Any way to do this? I am also interested in this. On Thu, Nov 16, 2017 at 6:54 PM, shyla deshpande wrote: > I need to clear the output of some specific paragraphs on the click of a > button in Zeppelin. Clearing the output of all paragraphs won't work for me > because the calendar that I am usin