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

Hitesh Shah commented on MAPREDUCE-3176:
----------------------------------------

@Vinod, @Ravi - thanks for running the tests and helping in verifying the 
patch. 

However, I believe the current attached patch is wrong and the actual fix needs 
to be applied in ReduceTask as to how it detects whether the job is local or 
not. Trivial change to the code to now do the following: 

if framework not set and master address is local, assume local runner 
else if framework set and framework == local, assume local runner 
else not a local runner 

Running the tests locally at the moment - will send out an update once it 
completes. 


                
> ant mapreduce tests are timing out
> ----------------------------------
>
>                 Key: MAPREDUCE-3176
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3176
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.0
>            Reporter: Ravi Prakash
>            Assignee: Hitesh Shah
>            Priority: Blocker
>              Labels: test
>             Fix For: 0.23.0
>
>         Attachments: MR-3176.1.patch, MR-3176.wip.patch
>
>
> Secondary YARN builds started taking inordinately long and lots of tests 
> started failing. Usually the secondary build would take ~ 2 hours. But 
> recently even after 7 hours it wasn't done. 

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