[
https://issues.apache.org/jira/browse/MAPREDUCE-4117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249869#comment-13249869
]
Hadoop QA commented on MAPREDUCE-4117:
--------------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12521957/MAPREDUCE-4117.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 1 new or modified test
files.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 eclipse:eclipse. The patch built with eclipse:eclipse.
+1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9)
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
-1 core tests. The patch failed these unit tests:
org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService
org.apache.hadoop.yarn.server.resourcemanager.resourcetracker.TestNMExpiry
org.apache.hadoop.yarn.server.resourcemanager.TestAMAuthorization
org.apache.hadoop.yarn.server.resourcemanager.TestApplicationACLs
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2173//testReport/
Console output:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2173//console
This message is automatically generated.
> mapred job -status throws NullPointerException
> ----------------------------------------------
>
> Key: MAPREDUCE-4117
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4117
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: client, mrv2
> Affects Versions: 2.0.0, 3.0.0
> Reporter: Devaraj K
> Assignee: Devaraj K
> Priority: Critical
> Attachments: MAPREDUCE-4117.patch
>
>
> {code:xml}
> dev@ubuntudev-linux:~/hadoop/hadoop-trunk/bin$ ./mapred job -status
> job_1333408894669_0001
> Exception in thread "main" java.lang.NullPointerException
> at org.apache.hadoop.mapreduce.Job.getTaskFailureEventString(Job.java:512)
> at org.apache.hadoop.mapreduce.Job.toString(Job.java:463)
> at java.lang.String.valueOf(String.java:2838)
> at java.io.PrintStream.println(PrintStream.java:788)
> at org.apache.hadoop.mapreduce.tools.CLI.run(CLI.java:255)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:69)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:83)
> at org.apache.hadoop.mapred.JobClient.main(JobClient.java:1244)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira