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

Ravi Gummadi commented on MAPREDUCE-2400:
-----------------------------------------

In MR-279 branch, this JIRA added setting of config property 
mapreduce.framework.name to "yarn". This is causing MiniMRCluster related 
testcases to get NPE because configuration in MiniMRCluster needs to set this 
property to classic for JT,etc to work. NPE is because ClientProtocol in 
Cluster.java is null because mapreduce.framework.name is "yarn".

Vinod, Would you please add this fix (code change in 
MiniMRCluster.createJobConf(JobConf)) of setting this property to "classic" as 
part of your bugfix patch ?

> Remove Cluster's dependency on JobTracker
> -----------------------------------------
>
>                 Key: MAPREDUCE-2400
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2400
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: ClientFactory.patch, MAPREDUCE-2400-bugfix-20110713.txt, 
> MAPREDUCE-2400-yarn-1.patch, MAPREDUCE-2400-yarn.patch, 
> MAPREDUCE-2400-yarn.patch, MAPREDUCE-2400-yarn.patch, MAPREDUCE-2400.patch, 
> MAPREDUCE-2400.patch, MAPREDUCE-2400.patch, MAPREDUCE-2400.patch
>
>
> Introduce a factory using ServiceLoader to remove the direct dependency.

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

        

Reply via email to