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

Hadoop QA commented on MAPREDUCE-3377:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12511607/mapreduce-3377.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 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.mapred.TestReduceFetchFromPartialMem

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

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

This message is automatically generated.
                
> Compatibility issue with 0.20.203.
> ----------------------------------
>
>                 Key: MAPREDUCE-3377
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3377
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.20.203.0
>         Environment: 0.20.203.0 standalone JDK 1.6 Linux
>            Reporter: Jane Chen
>            Assignee: Jane Chen
>         Attachments: err-after, err-before, mapreduce-3377-branch-1.patch, 
> mapreduce-3377-branch-1.patch, mapreduce-3377.patch, mapreduce-3377.patch, 
> mapreduce-3377.patch, mapreduce-3377.patch, out-after, out-before
>
>
> I have an OutputFormat which implements Configurable.  I set new config 
> entries to a job configuration during checkOutputSpec() so that the tasks 
> will get the config entries through the job configuration.  This works fine 
> in 0.20.2, but stopped working starting from 0.20.203.  With 0.20.203, my 
> OutputFormat still has the configuration set, but the copy a task gets does 
> not have the new entries that are set as part of checkOutputSpec().  
> I believe that the problem is with JobClient.  The job configuration needs to 
> wait till checkOutputSpec() is returned before being cloned and submitted.

--
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

        

Reply via email to