Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
The ClientProtocol class defines the RPC protocol between the NN and the client. This jira proposes to move it into the hdfs-client module.
The jira needs to move:
- o.a.h.hdfs.server.namenode.SafeModeException and o.a.h.hdfs.server.namenode.NotReplicatedYetException to the hdfs-client package
- Remove the reference of DistributedFileSystem in the javadoc
- Create a copy of DFSConfigKeys.DFS_NAMENODE_KERBEROS_PRINCIPAL_KEY in HdfsClientConfigKeys