HADOOP-10348. Deprecate hadoop.ssl.configuration in branch-2, and remove it in trunk. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1570297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
266a2aadf6
commit
7ba83fb31b
|
@ -31,6 +31,9 @@ Release 2.4.0 - UNRELEASED
|
|||
|
||||
HADOOP-10343. Change info to debug log in LossyRetryInvocationHandler. (arpit)
|
||||
|
||||
HADOOP-10348. Deprecate hadoop.ssl.configuration in branch-2, and remove
|
||||
it in trunk. (Haohui Mai via jing9)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
@ -268,7 +268,11 @@ public class CommonConfigurationKeysPublic {
|
|||
public static final String HADOOP_SECURITY_AUTH_TO_LOCAL =
|
||||
"hadoop.security.auth_to_local";
|
||||
|
||||
@Deprecated
|
||||
/** Only used by HttpServer. */
|
||||
public static final String HADOOP_SSL_ENABLED_KEY = "hadoop.ssl.enabled";
|
||||
@Deprecated
|
||||
/** Only used by HttpServer. */
|
||||
public static final boolean HADOOP_SSL_ENABLED_DEFAULT = false;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue