Rémy DUBOIS created HADOOP-11808: ------------------------------------ Summary: Unable to get the job report with an application sent to a secured cluster. Key: HADOOP-11808 URL: https://issues.apache.org/jira/browse/HADOOP-11808 Project: Hadoop Common Issue Type: Bug Components: security Affects Versions: 2.3.0 Reporter: Rémy DUBOIS
I execute a Pig job using the PigServer API (but the same error appears with a java Map Reduce job). Everything works well except the getJobReport after the job has been submitted and accepted. Until the job has ended, I got a WARN telling me that: {code:java} [WARN ]: org.apache.hadoop.security.UserGroupInformation - PriviledgedActionException as:rdub...@example.com (auth:SIMPLE) cause:org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS] {code} I can remove that error using the mapreduce.job.am-access-disabled client property, but I still don't get the job progress. You can find the whole stack trace attached to this JIRA. -- This message was sent by Atlassian JIRA (v6.3.4#6332)