HDFS-8620. Clean up the checkstyle warinings about ClientProtocol. Contributed by Takanobu Asanuma.
This commit is contained in:
parent
b68701b7b2
commit
c0b8e4e5b5
@ -39,7 +39,8 @@ public interface HdfsClientConfigKeys {
|
|||||||
String DFS_NAMENODE_HTTPS_ADDRESS_KEY = "dfs.namenode.https-address";
|
String DFS_NAMENODE_HTTPS_ADDRESS_KEY = "dfs.namenode.https-address";
|
||||||
String DFS_HA_NAMENODES_KEY_PREFIX = "dfs.ha.namenodes";
|
String DFS_HA_NAMENODES_KEY_PREFIX = "dfs.ha.namenodes";
|
||||||
int DFS_NAMENODE_RPC_PORT_DEFAULT = 8020;
|
int DFS_NAMENODE_RPC_PORT_DEFAULT = 8020;
|
||||||
String DFS_NAMENODE_KERBEROS_PRINCIPAL_KEY = "dfs.namenode.kerberos.principal";
|
String DFS_NAMENODE_KERBEROS_PRINCIPAL_KEY =
|
||||||
|
"dfs.namenode.kerberos.principal";
|
||||||
|
|
||||||
/** dfs.client.retry configuration properties */
|
/** dfs.client.retry configuration properties */
|
||||||
interface Retry {
|
interface Retry {
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -704,6 +704,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HDFS-8711. setSpaceQuota command should print the available storage type
|
HDFS-8711. setSpaceQuota command should print the available storage type
|
||||||
when input storage type is wrong. (Brahma Reddy Battula via xyao)
|
when input storage type is wrong. (Brahma Reddy Battula via xyao)
|
||||||
|
|
||||||
|
HDFS-8620. Clean up the checkstyle warinings about ClientProtocol.
|
||||||
|
(Takanobu Asanuma via wheat9)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
|
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
|
||||||
|
Loading…
Reference in New Issue
Block a user