HADOOP-10547: Merging r1591095 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1591097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c1f66d7fa
commit
a325ab0e59
|
@ -80,7 +80,7 @@ public class SaslPropertiesResolver implements Configurable{
|
||||||
* The default Sasl Properties read from the configuration
|
* The default Sasl Properties read from the configuration
|
||||||
* @return sasl Properties
|
* @return sasl Properties
|
||||||
*/
|
*/
|
||||||
protected Map<String,String> getDefaultProperties() {
|
public Map<String,String> getDefaultProperties() {
|
||||||
return properties;
|
return properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -165,6 +165,9 @@ Release 2.5.0 - UNRELEASED
|
||||||
|
|
||||||
HDFS-5892. TestDeleteBlockPool fails in branch-2. (Ted Yu via wheat9)
|
HDFS-5892. TestDeleteBlockPool fails in branch-2. (Ted Yu via wheat9)
|
||||||
|
|
||||||
|
HADOOP-10547. Give SaslPropertiesResolver.getDefaultProperties() public
|
||||||
|
scope. (Benoy Antony via Arpit Agarwal)
|
||||||
|
|
||||||
Release 2.4.1 - UNRELEASED
|
Release 2.4.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue