[ https://issues.apache.org/jira/browse/MAPREDUCE-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897603#action_12897603 ]
Ravi Gummadi commented on MAPREDUCE-1780: ----------------------------------------- Unit tests passed on my local machine. ant test-patch gave: [exec] +1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] +1 tests included. The patch appears to include 9 new or modified tests. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] +1 release audit. The applied patch does not increase the total number of release audit warnings. > AccessControlList.toString() is used for serialization of ACL in > JobStatus.java > ------------------------------------------------------------------------------- > > Key: MAPREDUCE-1780 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1780 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Ravi Gummadi > Assignee: Ravi Gummadi > Attachments: 1780.patch, 1780.v1.patch > > > HADOOP-6715 is created to fix AccessControlList.toString() for the case of > WILDCARD. JobStatus.write() and readFields() assume that toString() returns > the serialized String of AccessControlList object, which is not true. Once > HADOOP-6715 gets fixed in COMMON, JobStatus.write() and > JobStatus.readFields() should be fixed depending on the fix of HADOOP-6715. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.