[ https://issues.apache.org/jira/browse/HADOOP-7601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095439#comment-13095439 ]
Alejandro Abdelnur commented on HADOOP-7601: -------------------------------------------- @Luke, Asking for a default constructor for plugins is reasonable (and a common practice) request. Note that in the case of the FS impls they all have default constructors already. Also, initialization is already decoupled from the constructor via the initialize() method. All default constructors are cheap in the case of FS impls. > 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