[ http://issues.apache.org/jira/browse/HADOOP-371?page=comments#action_12422217 ] Michel Tourn commented on HADOOP-371: -------------------------------------
OK to keep docs and readme separate in the tarball package. But I thought that the way you get all the code on the CLASSPATH in bin/hadoop: is by placing the contrib jar-s along with the main hadoop.jar.. > 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 > > > 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
