Harsh J created MAPREDUCE-4695:
----------------------------------

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


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

Reply via email to