Re: Zeppelin stuck - keep trying to authenticate kerberos authentication

2018-08-07 Thread András Kolbert
Yes, that would be a solution if I could get the impersonation working. We need to control the permissions based on sentry and not based on the service account's keytab file. On Sat, 4 Aug 2018 at 04:08, Jeff Zhang wrote: > > Could you try to set keytab and principal ? > > spark.yarn.keytab > sp

Re: Zeppelin stuck - keep trying to authenticate kerberos authentication

2018-08-03 Thread Jeff Zhang
Could you try to set keytab and principal ? spark.yarn.keytab spark.yarn.principal András Kolbert 于2018年8月3日周五 下午4:38写道: > I do not have keytab added to my Spark interpreter. I use kinit at the > moment. echo 'pass' | kinit username > > > master yarn-client > spark.app.name Zeppelin > spark.core

Re: Zeppelin stuck - keep trying to authenticate kerberos authentication

2018-08-03 Thread András Kolbert
I do not have keytab added to my Spark interpreter. I use kinit at the moment. echo 'pass' | kinit username master yarn-client spark.app.name Zeppelin spark.cores.max spark.dynamicAllocation.initialExecutors 1 spark.dynamicAllocation.maxExecutors 15 spark.dynamicAllocation.minExecutors 1 spark.ex

Re: Zeppelin stuck - keep trying to authenticate kerberos authentication

2018-08-03 Thread Jeff Zhang
what is your spark interpreter configuration ? András Kolbert 于2018年8月3日周五 下午4:24写道: > Hi, > > We are experiencing issues with the Spark interpreter and Zeppelin's > behaviour. Whenever we launch a note and we do not have a valid kerberos > ticket, the application keeps trying to authenticate an

Zeppelin stuck - keep trying to authenticate kerberos authentication

2018-08-03 Thread András Kolbert
Hi, We are experiencing issues with the Spark interpreter and Zeppelin's behaviour. Whenever we launch a note and we do not have a valid kerberos ticket, the application keeps trying to authenticate and does not time out. In this state, the interpreter cannot be restarted, the note cannot be cance