[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated MAPREDUCE-3237:
---------------------------------

    Attachment: MAPREDUCE-3237.patch

First attempt. I successfully ran a local job with this.

Still needs work to get the distributed cache working.

Run the following before applying the patch:
{noformat}
svn mv 
hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/LocalJobRunner.java \
 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
svn mv 
hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/LocalClientProtocolProvider.java
 \
 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred
{noformat} 
                
> Move LocalJobRunner to hadoop-mapreduce-client-core module
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-3237
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3237
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Tom White
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3237.patch
>
>
> LocalJobRunner works independently of MR1 (jobtracker and tasktrackers) and 
> MR2 (YARN). The MR1 directory is being kept around only to support unit 
> tests, so LocalJobRunner should be moved out to somewhere more permanent.

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