Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm encountering the following error:
org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS]
It terminates on my tRunJob that execute my spark job.
Kindly see attached file for the full logs and please help me on this
Hello,
What's Framwork are you using? Is it a spark job or mapreduce job? Could you give us a more bit information about your environment background and job design?
Best regards
Sabrina
Hello,
I'm using a standard job(master job) that get table partitions and all the transformation is executed in a spark job. Result will be loaded to hdfs.