You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ramya R (JIRA)" <ji...@apache.org> on 2008/11/25 10:37:44 UTC

[jira] Created: (HADOOP-4720) docs/api does not contain the hdfs directory after building

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.


[jira] Resolved: (HADOOP-4720) docs/api does not contain the hdfs directory after building

Posted by "Ramya R (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramya R resolved HADOOP-4720.
-----------------------------

    Resolution: Fixed

Thanks Tom.

> 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.


[jira] Commented: (HADOOP-4720) docs/api does not contain the hdfs directory after building

Posted by "Tom White (JIRA)" <ji...@apache.org>.
    [ 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.