Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
-
Reviewed
Description
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.
mr-3223.txt:- <name>mapreduce.cluster.local.dir</name> mr-3223.txt-- <value>${hadoop.tmp.dir}/mapred/local</value>
All local job tests have been failing since then.
This JIRA is to reintroduce it or provide an equivalent new config for fixing it.
Attachments
Attachments
Issue Links
- is broken by
-
MAPREDUCE-3223 Remove MR1 configs from mapred-default.xml
- Resolved
- relates to
-
MAPREDUCE-5762 Port MAPREDUCE-3223 and MAPREDUCE-4695 (Remove MRv1 config from mapred-default.xml) to branch-2
- Resolved