[
https://issues.apache.org/jira/browse/HDFS-9170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936166#comment-14936166
]
Haohui Mai commented on HDFS-9170:
----------------------------------
After digging into the code a little bit, in fact NativeMiniDFSCluster creates
{{MiniDFSCluster}} through reflection, therefore it is fine to put all the
implementation together in the hadoop-hdfs-client module.
Retargeting this jira to move the native code to the hadoop-hdfs-client module.
> Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client
> ---------------------------------------------------
>
> Key: HDFS-9170
> URL: https://issues.apache.org/jira/browse/HDFS-9170
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Haohui Mai
> Assignee: Haohui Mai
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)