Authenticate scripts on HDFS using key.tab file

448 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 answers

0
user3754136 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.