Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
After HDFS-6200 the Java implementation of hdfs-client has be moved to a separate hadoop-hdfs-client module.
libhdfs, fuse-dfs and libwebhdfs still reside in the hadoop-hdfs module. Ideally these modules should reside in the hadoop-hdfs-client. However, to write unit tests for these components, it is often necessary to run MiniDFSCluster which resides in the hadoop-hdfs module.
This jira is to discuss how these native modules should layout after HDFS-6200.