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:
parent
a019a6f7c9
commit
978e2d662a
|
@ -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
|
||||
|
|
|
@ -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")) {
|
||||
|
|
Loading…
Reference in New Issue