HDFS-8620. Clean up the checkstyle warinings about ClientProtocol. Contributed by Takanobu Asanuma.
This commit is contained in:
parent
9bbc3e4ad4
commit
b181c13cbf
|
@ -43,7 +43,8 @@ public interface HdfsClientConfigKeys {
|
|||
String DFS_NAMENODE_HTTP_PORT_KEY = "dfs.http.port";
|
||||
String DFS_NAMENODE_HTTPS_PORT_KEY = "dfs.https.port";
|
||||
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 */
|
||||
interface Retry {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -362,6 +362,15 @@ Release 2.8.0 - UNRELEASED
|
|||
|
||||
HDFS-8709. Clarify automatic sync in FSEditLog#logEdit. (wang)
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
HDFS-8711. setSpaceQuota command should print the available storage type
|
||||
when input storage type is wrong. (Brahma Reddy Battula via xyao)
|
||||
|
||||
HDFS-8620. Clean up the checkstyle warinings about ClientProtocol.
|
||||
(Takanobu Asanuma via wheat9)
|
||||
|
||||
>>>>>>> c0b8e4e... HDFS-8620. Clean up the checkstyle warinings about ClientProtocol. Contributed by Takanobu Asanuma.
|
||||
OPTIMIZATIONS
|
||||
|
||||
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
|
||||
|
|
Loading…
Reference in New Issue