[
https://issues.apache.org/jira/browse/HADOOP-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650523#action_12650523
]
Tom White commented on HADOOP-4720:
-----------------------------------
This is by design since users should not normally access HDFS classes directly,
instead they should go through the FileSystem interface. See HADOOP-3742. You
can type {{ant javadoc-dev}} to get the HDFS javadoc.
> docs/api does not contain the hdfs directory after building
> -----------------------------------------------------------
>
> Key: HADOOP-4720
> URL: https://issues.apache.org/jira/browse/HADOOP-4720
> Project: Hadoop Core
> Issue Type: Bug
> Components: build
> Affects Versions: 0.19.0
> Reporter: Ramya R
> Fix For: 0.19.1
>
>
> When ant package is run, the build/docs/api folder is not reflecting the
> "hdfs" hierarchy of packages and classes. org.apache.hadoop.hdfs is not
> getting created in the api folder. Instead, the build creates
> org.apache.hadoop.fs.
> The same can be observed here as well :
> http://hadoop.apache.org/core/docs/r0.19.0/api/index.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.