[ https://issues.apache.org/jira/browse/HADOOP-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nigel Daley updated HADOOP-371: ------------------------------- Affects Version/s: 0.9.2 Status: Patch Available (was: Open) 371.patch addresses all issues in my Dec 14 comment except one. I have not moved src/contrib/smallJobsBenchmark -- I will open a new issue for this item. This patch also fixes some streaming javadoc comments that were causing warnings. Before committing 371.patch, you must perform the following svn commands: svn mv src/examples/org/apache/hadoop/examples/NNBench.java src/test/org/apache/hadoop/dfs/NNBench.java svn mv src/examples/org/apache/hadoop/examples/PiBenchmark.java src/examples/org/apache/hadoop/examples/PiEstimator.java The patch will then fix up their package and class names. > ant tar should package contrib jars > ----------------------------------- > > Key: HADOOP-371 > URL: https://issues.apache.org/jira/browse/HADOOP-371 > Project: Hadoop > Issue Type: Improvement > Components: build > Affects Versions: 0.9.2 > Reporter: Michel Tourn > Assigned To: Nigel Daley > Attachments: 371.patch, 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: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira