[
https://issues.apache.org/jira/browse/HADOOP-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625977#action_12625977
]
Hadoop QA commented on HADOOP-3950:
-----------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12388520/Hadoop-3950_v1.patch
against trunk revision 689336.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 3 new or modified tests.
+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 findbugs. The patch does not introduce any new Findbugs warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed core unit tests.
-1 contrib tests. The patch failed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3115/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3115/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3115/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3115/console
This message is automatically generated.
> TestMapRed and TestMiniMRDFSSort failed on trunk
> ------------------------------------------------
>
> Key: HADOOP-3950
> URL: https://issues.apache.org/jira/browse/HADOOP-3950
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred, test
> Affects Versions: 0.19.0
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Enis Soztutar
> Fix For: 0.19.0
>
> Attachments: Hadoop-3950_v1.patch
>
>
> - TestMapRed failed on Windows and Linux
> {noformat}
> Testcase: testMapred took 7.36 sec
> Caused an ERROR
> Not a file:
> file:/d:/@sze/hadoop/trunk/mapred.loadtest/intermediateouts/part-00000/data
> java.io.IOException: Not a file:
> file:/d:/@sze/hadoop/trunk/mapred.loadtest/intermediateouts/part-00000/data
> at
> org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:195)
> at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:740)
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1036)
> at org.apache.hadoop.mapred.TestMapRed.launch(TestMapRed.java:614)
> at org.apache.hadoop.mapred.TestMapRed.testMapred(TestMapRed.java:248)
> {noformat}
> - TestMiniMRDFSSort failed on Windows
> {noformat}
> Testcase: testMapReduceSort took 21.312 sec
> Caused an ERROR
> File does not exist: /tmp/sortvalidate/recordstatschecker/part-00000
> java.io.FileNotFoundException: File does not exist:
> /tmp/sortvalidate/recordstatschecker/part-00000
> at
> org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:404)
> at org.apache.hadoop.fs.FileSystem.getLength(FileSystem.java:677)
> at
> org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1416)
> at
> org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1411)
> at
> org.apache.hadoop.mapred.SortValidator$RecordStatsChecker.checkRecords(SortValidator.java:370)
> at org.apache.hadoop.mapred.SortValidator.run(SortValidator.java:561)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> at
> org.apache.hadoop.mapred.TestMiniMRDFSSort.runSortValidator(TestMiniMRDFSSort.java:73)
> at
> org.apache.hadoop.mapred.TestMiniMRDFSSort.testMapReduceSort(TestMiniMRDFSSort.java:99)
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.