HDFS-11249. Redundant toString() in DFSConfigKeys.java. Contributed by Jagadesh Kiran N.
(cherry picked from commit36947f79ba
) (cherry picked from commiteaa50a1087
)
This commit is contained in:
parent
691a32c6f6
commit
07a221e6aa
|
@ -219,7 +219,7 @@ public class DFSConfigKeys extends CommonConfigurationKeys {
|
||||||
need to update the literal here as well as TestDFSConfigKeys.
|
need to update the literal here as well as TestDFSConfigKeys.
|
||||||
*/
|
*/
|
||||||
public static final String DFS_WEBHDFS_AUTHENTICATION_FILTER_DEFAULT =
|
public static final String DFS_WEBHDFS_AUTHENTICATION_FILTER_DEFAULT =
|
||||||
"org.apache.hadoop.hdfs.web.AuthFilter".toString();
|
"org.apache.hadoop.hdfs.web.AuthFilter";
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final String DFS_WEBHDFS_USER_PATTERN_KEY =
|
public static final String DFS_WEBHDFS_USER_PATTERN_KEY =
|
||||||
HdfsClientConfigKeys.DFS_WEBHDFS_USER_PATTERN_KEY;
|
HdfsClientConfigKeys.DFS_WEBHDFS_USER_PATTERN_KEY;
|
||||||
|
|
Loading…
Reference in New Issue