[
https://issues.apache.org/jira/browse/HADOOP-10451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benoy Antony updated HADOOP-10451:
----------------------------------
Release Note:
SaslRpcServer.SASL_PROPS is removed.
Any use of this variable should be replaced with the following code:
SaslPropertiesResolver saslPropsResolver =
SaslPropertiesResolver.getInstance(conf);
Map<String, String> sasl_props = saslPropsResolver.getDefaultProperties();
was:
SaslRpcServer.SASL_PROPS is removed.
Any use of this variable should be replaced with the following code:
SaslPropertiesResolver saslPropsResolver =
SaslPropertiesResolver.getInstance(conf);
Map<String, String> sasl_props = saslPropsResolver.getDefaultProperties()
> Remove unused field and imports from SaslRpcServer
> --------------------------------------------------
>
> Key: HADOOP-10451
> URL: https://issues.apache.org/jira/browse/HADOOP-10451
> Project: Hadoop Common
> Issue Type: Improvement
> Components: security
> Affects Versions: 2.3.0
> Reporter: Benoy Antony
> Assignee: Benoy Antony
> Priority: Trivial
> Fix For: 2.5.0
>
> Attachments: HADOOP-10451.patch
>
>
> There were unused fields and import remained on SaslRpcServer.
> This jira is to remove cleanup those fields from SaslRpcServer.
--
This message was sent by Atlassian JIRA
(v6.2#6252)