HADOOP-8183. Stop using mapred.used.genericoptions.parser (harsh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1302598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Harsh J 2012-03-19 19:06:48 +00:00
parent a019a6f7c9
commit 978e2d662a
2 changed files with 3 additions and 1 deletions

View File

@ -196,6 +196,8 @@ Release 0.23.3 - UNRELEASED
HADOOP-6941. Adds support for building Hadoop with IBM's JDK
(Stephen Watt, Eli and ddas)
HADOOP-8183. Stop using "mapred.used.genericoptions.parser" (harsh)
OPTIMIZATIONS
BUG FIXES

View File

@ -305,7 +305,7 @@ public class GenericOptionsParser {
}
}
}
conf.setBoolean("mapred.used.genericoptionsparser", true);
conf.setBoolean("mapreduce.client.genericoptionsparser.used", true);
// tokensFile
if(line.hasOption("tokenCacheFile")) {