[ https://issues.apache.org/jira/browse/MAPREDUCE-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843942#action_12843942 ]
Amar Kamat commented on MAPREDUCE-1543: --------------------------------------- {quote} 2010-03-11 10:49:01,811 INFO org.apache.hadoop.mapred.JobInProgress.audit : INIT_JOB by amarrk on job_201003111048_0001 : FAILURE [ Total tasks : 11, Max tasks : 10 ] 2010-03-11 12:26:11,158 INFO AuditLogger: org.apache.hadoop.mapred.JobTracker : NODE_REFRESH by hacker on JobTracker : FAILURE [ Access denied ] {quote} There are 2 ways to print the audit log, # Using AuditLogger as a keyword (better readability) # Using .audit as the keyword (consistent with the hdfs audit-log naming convention) > Log messages of JobACLsManager should use security logging of HADOOP-6586 > ------------------------------------------------------------------------- > > Key: MAPREDUCE-1543 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1543 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: security > Reporter: Vinod K V > Fix For: 0.22.0 > > > {{JobACLsManager}} added in MAPREDUCE-1307 logs the successes and failures > w.r.t job-level authorization in the corresponding Daemons' logs. The log > messages should instead use security logging of HADOOP-6586. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.