[
http://issues.apache.org/jira/browse/HADOOP-371?page=comments#action_12451814 ]
Nigel Daley commented on HADOOP-371:
------------------------------------
I think I'll propose a different solution that expands a bit on the scope of
this bug to include consolidating benchmarks and reordering javadoc:
1) consolidate benchmarks into src/test/org/apache/hadoop/benchmark and include
them in the test jar file. This includes:
- src/contrib/smallJobsBenchmark
- src/examples/org/apache/hadoop/examples/NNBench.java
2) rename PiBenchmark example to PiEstimator and leave it in the examples
package
3) build hadoop-streaming.jar into a top-level extensions directory using the
package target
4) package the contrib javadoc into docs/contrib and package the example
javadoc into docs/examples
5) create a top-level index.html that points to
- hadoop api javadoc
- examples javadoc
- contrib javadoc
- existing docs/hadoop-default.html
- man pages for our command line utilities (would need to write these)
- whitepapers
- hadoop wiki
- etc.
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