MAPREDUCE-4521. mapreduce.user.classpath.first incompatibility with 0.20/1.x (Ravi Prakash via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-10-16 22:00:03 +00:00
parent e074b5816a
commit 0e9f40df97
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -519,6 +519,8 @@ private static void addDeprecatedKeys() {
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) {