MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Harsh J 2012-10-01 17:10:11 +00:00
parent 57807d50bf
commit 7137503eb7
2 changed files with 14 additions and 0 deletions

View File

@ -135,6 +135,9 @@ Trunk (Unreleased)
MAPREDUCE-4678. Running the Pentomino example with defaults throws
java.lang.NegativeArraySizeException (Chris McConnell via harsh)
MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it
(harsh)
Release 2.0.3-alpha - Unreleased
INCOMPATIBLE CHANGES

View File

@ -643,6 +643,17 @@
</description>
</property>
<property>
<name>mapreduce.cluster.local.dir</name>
<value>${hadoop.tmp.dir}/mapred/local</value>
<description>
The local directory where MapReduce stores intermediate
data files. May be a comma-separated list of
directories on different devices in order to spread disk i/o.
Directories that do not exist are ignored.
</description>
</property>
<property>
<name>mapreduce.cluster.acls.enabled</name>
<value>false</value>