git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399011 13f79535-47bb-0310-9956-ffa450edef68
@@ -576,6 +576,9 @@ Release 0.23.5 - UNRELEASED
inaccessible despite the presence of a valid history file. (Jason Lowe
via sseth)
+ MAPREDUCE-4521. mapreduce.user.classpath.first incompatibility with 0.20/1.x
+ (Ravi Prakash via bobby)
+
Release 0.23.4 - UNRELEASED
INCOMPATIBLE CHANGES
@@ -519,6 +519,8 @@ public class ConfigUtil {
new String[] {
MRJobConfig.MR_AM_SECURITY_SERVICE_AUTHORIZATION_CLIENT
});
+ Configuration.addDeprecation("mapreduce.user.classpath.first",
+ MRJobConfig.MAPREDUCE_JOB_USER_CLASSPATH_FIRST);
}
public static void main(String[] args) {