[
https://issues.apache.org/jira/browse/HADOOP-7952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179889#comment-13179889
]
Owen O'Malley edited comment on HADOOP-7952 at 1/4/12 9:23 PM:
---------------------------------------------------------------
The fact that there is a dependence loop between the stuff in auth and common
is indicative of a problem. To address that you pulled the annotations out, but
that just makes the whole structure very complex.
I'd suggest a structure that looks like:
* common
* hdfs
** hdfs-client
** hdfs-server
* yarn
** yarn-client
** yarn-server
* mapreduce
* extras
** distcp
** har
** httpfs
* examples
If you want to add an extra project that pulls auth package out of the common
jar, I guess we could do it that way. That way, the base case for Hadoop works
well and it is easy to find things.
was (Author: owen.omalley):
The fact that there is a dependence loop between the stuff in auth and
common is indicative of a problem. To address that you pulled the annotations
out, but that just makes the whole structure very complex.
I'd suggest a structure that looks like:
* common
* hdfs
* hdfs-client
* hdfs-server
* yarn
* yarn-client
* yarn-server
* mapreduce
* extras
* distcp
* har
* httpfs
* examples
If you want to add an extra project that pulls auth package out of the common
jar, I guess we could do it that way. That way, the base case for Hadoop works
well and it is easy to find things.
> simplify common back to a single jar
> ------------------------------------
>
> Key: HADOOP-7952
> URL: https://issues.apache.org/jira/browse/HADOOP-7952
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
>
> The current build is too complex and we should move to a simple project for
> common.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira