[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105729#comment-13105729
 ] 

Hadoop QA commented on MAPREDUCE-3004:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12494705/mapreduce-3004-branch-0.23.2.patch
  against trunk revision .

    +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 (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 passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/754//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/754//console

This message is automatically generated.

> sort example fails in shuffle/reduce stage as it assumes a local job by 
> default 
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3004
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3004
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-3004-branch-0.23.2.patch, 
> mapreduce-3004-branch-0.23.patch
>
>
> Log trace when running sort on a single node setup:
> 11/09/13 17:01:06 INFO mapreduce.Job:  map 100% reduce 0%
> 11/09/13 17:01:10 INFO mapreduce.Job: Task Id : 
> attempt_1315949787252_0009_r_000000_0, Status : FAILED
> java.lang.UnsupportedOperationException: Incompatible with LocalRunner
>       at 
> org.apache.hadoop.mapred.YarnOutputFiles.getInputFile(YarnOutputFiles.java:200)
>       at org.apache.hadoop.mapred.ReduceTask.getMapFiles(ReduceTask.java:183)
>       at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:365)
>       at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:148)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at javax.security.auth.Subject.doAs(Subject.java:396)
>       at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1135)
>       at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:143)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to