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

Eli Collins commented on MAPREDUCE-4580:
----------------------------------------

This change broke the build. I went ahead and committed the following fix to 
trunk and branch-2 since it's trivial.

{noformat}
hadoop-trunk1 $ svn diff
Index: 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/ResourceMgrDelegate.java
===================================================================
--- 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/ResourceMgrDelegate.java
  (revision 1381313)
+++ 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/java/org/apache/hadoop/mapred/ResourceMgrDelegate.java
  (working copy)
@@ -43,7 +43,7 @@
 import org.apache.hadoop.yarn.api.records.YarnClusterMetrics;
 import org.apache.hadoop.yarn.conf.YarnConfiguration;
 import org.apache.hadoop.yarn.util.ProtoUtils;
-import org.hadoop.yarn.client.YarnClientImpl;
+import org.apache.hadoop.yarn.client.YarnClientImpl;
{noformat}
 

                
> Change MapReduce to use the yarn-client module
> ----------------------------------------------
>
>                 Key: MAPREDUCE-4580
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4580
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Vinod Kumar Vavilapalli
>             Fix For: 2.1.0-alpha
>
>         Attachments: MAPREDUCE-4580-20120823.txt
>
>
> Mapreduce needs to be changed to use the yarn-client module added via YARN-29.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to