[ 
https://issues.apache.org/jira/browse/HADOOP-7601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095035#comment-13095035
 ] 

Alejandro Abdelnur commented on HADOOP-7601:
--------------------------------------------

Moving FS impls out of common is a good idea.

But moving all of them to a single module is not a good idea. It is just moving 
the hadoop-common problem somewhere else.

A FS impl normally comes with 2 parts, the FS impl and the FS client. we'll be 
bundling FS clients, but we have to test them.

So we have to see how to modularize that.


> Move common fs implementations to a hadoop-fs module
> ----------------------------------------------------
>
>                 Key: HADOOP-7601
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7601
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Luke Lu
>             Fix For: 0.23.0
>
>
> Much of the hadoop-common dependencies is from the fs implementations. We 
> have more fs implementations on the way (ceph, lafs etc). I propose that we 
> move all the fs implementations to a hadoop-fs module under 
> hadoop-common-project.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to