[ http://issues.apache.org/jira/browse/HADOOP-371?page=comments#action_12458625 ] Nigel Daley commented on HADOOP-371: ------------------------------------
Here's an updated proposal for restructuring the hadoop packaging: 1) consolidate benchmarks into src/test/org/apache/hadoop and include them in the test jar file: - move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred - move src/examples/org/apache/hadoop/examples/NNBench.java to src/test/org/apache/hadoop/dfs 2) rename PiBenchmark example to PiEstimator and leave it in the examples package 3) build hadoop-streaming.jar into a top-level contrib directory using the package target 4) package the contrib and examples javadoc with the core javadoc and provide an overview-summary.html like lucene's: http://lucene.apache.org/java/docs/api/overview-summary.html 5) include the site docs into the top-level docs directory More comments? > ant tar should package contrib jars > ----------------------------------- > > Key: HADOOP-371 > URL: http://issues.apache.org/jira/browse/HADOOP-371 > Project: Hadoop > Issue Type: Improvement > Reporter: Michel Tourn > Attachments: build.tarcontrib.patch, contribbuild.patch > > > From Hadoop-356: > >I note that the contrib packages are not included in distributions (the > >"tar" target). > >They probably should be. Michel, would you like to modify "tar" to include > >the contrib code? > >This should be done in a separate bug. > OK. > This packaging is done in target deploy-contrib. > So I can just add a dependency to the top-level tar target: > <!-- Make release tarball(s) --> > <target name="tar" depends="package, deploy-contrib"> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira