[
https://issues.apache.org/jira/browse/HADOOP-10956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14107349#comment-14107349
]
Karthik Kambatla commented on HADOOP-10956:
-------------------------------------------
Thanks for looking into it [~tucu00].
In the bin tarball, I should move the docs/site to share/doc/hadoop/ - will do
that shortly.
It appears the HDFS javadocs are not generated by the site plugin. See
http://hadoop.apache.org/docs/r2.2.0/api/index.html . It appears this has been
the case since HADOOP-7782, the pom.xml has the following to skip anything HDFS
-
{code}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<inherited>false</inherited>
..................
<reportOutputDirectory>${project.build.directory}/site</reportOutputDirectory>
<destDir>hadoop-project/api</destDir>
<!-- Non-public APIs -->
<excludePackageNames>org.apache.hadoop.authentication*,org.apache.hadoop.hdfs*,org.apache.hadoop.mapreduce.v2.proto,org.apache.hadoop.yarn.proto,org.apache.hadoop.yarn.server*,org.apache.hadoop.yarn.webapp*</excludePackageNames>
{code}
[~tomwhite], [~acmurthy] - any ideas on if there is a way to include
Public-Stable HDFS API docs?
> Fix create-release script to include docs in the binary
> -------------------------------------------------------
>
> Key: HADOOP-10956
> URL: https://issues.apache.org/jira/browse/HADOOP-10956
> Project: Hadoop Common
> Issue Type: Bug
> Components: scripts
> Affects Versions: 2.5.0
> Reporter: Karthik Kambatla
> Assignee: Karthik Kambatla
> Priority: Blocker
> Attachments: hadoop-10956-1.patch, hadoop-10956-2.patch,
> hadoop-10956-3.patch
>
>
> The create-release script doesn't include docs in the binary tarball. We
> should fix that.
--
This message was sent by Atlassian JIRA
(v6.2#6252)