Hi Team,
I have enabled kerberos on my cluster. followed below steps.
1) Installed kerberos in one node which can be accessible from all cluster nodes.
2) Enabled kerberos from Ambari by giving details of previously created kerberos server.
Every thing went fine. But when i try to run spark-submit (word count spark job) from any of data node i am getting below error.
"Invalid credentials, no valid tgt found."
I tried with all users, hdfs, spark and Yarn (sudo -u hdfs) etc. but no luck.
But when i run the same from master node the job is getting executed.
What should i do to be able to run spark/hive/any other jobs from any of the data node/edge node?
Please advice.
Thanks in advance.