Re: hbase/spark - Delegation Token can be issued only with kerberos or web authentication

2016-11-22 Thread Abel Fernández
ra labs hbase on spark. > > Thanks > > On 21 Nov 2016 5:32 p.m., "Abel Fernández" wrote: > > > I have included into the spark-submit and into all nodemanagers and > drivers > > the krb5.conf and the jaas.conf, but I am still having the same problem. >

Re: hbase/spark - Delegation Token can be issued only with kerberos or web authentication

2016-11-21 Thread Abel Fernández
roperties,conf-hbase/log4j.properties,conf-hbase/hbase-site.xml,conf-hbase/core-site.xml,$2" \ --class $1 \ cards-batch-$3-jar-with-dependencies.jar $2 On Fri, 18 Nov 2016 at 16:37 Abel Fernández wrote: > No worries. > > This is the spark version we are using: 1.5.0-cdh5.5.4 &

Re: hbase/spark - Delegation Token can be issued only with kerberos or web authentication

2016-11-18 Thread Abel Fernández
ght. > > Read is required for a keytab to be permissioned properly. So that looks > fine in your case. > > I do not have my PC with me, but have you tried to use Hbase without using > Hbase context. > > Also which version of Spark are you using? > > On 18 Nov 20

Re: hbase/spark - Delegation Token can be issued only with kerberos or web authentication

2016-11-18 Thread Abel Fernández
the attached docs. > > Can I ask if the keytab is also on the driver in the same location? > > The spark option normally requires the keytab to be on the driver so it can > pick it up and pass it to yarn etc to perform the kerberos operations. > > On 18 Nov 2016 3:10 p.m.,

Re: hbase/spark - Delegation Token can be issued only with kerberos or web authentication

2016-11-18 Thread Abel Fernández
ipal and keytab options in Spark submit? These should > circumvent this issue. > > On 18 Nov 2016 1:01 p.m., "Abel Fernández" wrote: > > > Hello, > > > > We are having problems with the delegation of the token in a secure > > cluster: Delegation Token can be issu

hbase/spark - Delegation Token can be issued only with kerberos or web authentication

2016-11-18 Thread Abel Fernández
Hello, We are having problems with the delegation of the token in a secure cluster: Delegation Token can be issued only with kerberos or web authentication We have a spark process which is generating the hfiles to be loaded into hbase. To generate these hfiles, (we are using a back-ported version