git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1391274 13f79535-47bb-0310-9956-ffa450edef68
@@ -20,6 +20,8 @@ Release 0.23.4 - UNRELEASED
HADOOP-8684. Deadlock between WritableComparator and WritableComparable.
(Jing Zhao via suresh)
+ HADOOP-8183. Stop using "mapred.used.genericoptions.parser" (harsh)
+
Release 0.23.3 - UNRELEASED
INCOMPATIBLE CHANGES
@@ -309,7 +309,7 @@ public class GenericOptionsParser {
}
- conf.setBoolean("mapred.used.genericoptionsparser", true);
+ conf.setBoolean("mapreduce.client.genericoptionsparser.used", true);
// tokensFile
if(line.hasOption("tokenCacheFile")) {