Authenticate scripts on HDFS using key.tab file

472 Views Asked by At

How to authenticate scripts on hadoop hdfs in a kerberos environment using key-tab file. we get GSS authentication error

1

There are 1 best solutions below

0
On BEST ANSWER
kinit -kt `whoami`.keytab `whoami`@INTRANET.SERVER.COM

placing the key-tab file in hdfs user home folder and adding above in start of all scripts worked for me.