[ https://issues.apache.org/jira/browse/MAPREDUCE-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466922#comment-13466922
]
Robert Joseph Evans commented on MAPREDUCE-4695:
------------------------------------------------
The patch looks good. I don't think that ClientServiceDelegate.java needs to be changed at
all.
It would also be nice to add in a test so that changes like this don't break it again in the
future, but I am not sure how easy that would be so I am OK without it.
> Fix LocalRunner on trunk after MAPREDUCE-3223 broke it
> ------------------------------------------------------
>
> Key: MAPREDUCE-4695
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4695
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Harsh J
> Assignee: Harsh J
> Priority: Blocker
> Attachments: MAPREDUCE-4695.patch
>
>
> MAPREDUCE-3223 removed mapreduce.cluster.local.dir property from mapred-default.xml (since
NM local dirs are now used) but failed to counter that LocalJobRunner, etc. still use it.
> {code}
> mr-3223.txt:- <name>mapreduce.cluster.local.dir</name>
> mr-3223.txt-- <value>${hadoop.tmp.dir}/mapred/local</value>
> {code}
> All local job tests have been failing since then.
> This JIRA is to reintroduce it or provide an equivalent new config for fixing it.
--
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
|