You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Arpit Gupta (Created) (JIRA)" <ji...@apache.org> on 2011/10/10 19:09:30 UTC

[jira] [Created] (HADOOP-7732) 204 java docs missing hdfs package

204 java docs missing hdfs package
----------------------------------

                 Key: HADOOP-7732
                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
             Project: Hadoop Common
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.20.204.0, 0.20.205.0
            Reporter: Arpit Gupta


the following link 

http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html

leads to a 404



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7732) hadoop java docs bad pointer to hdfs package

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

Matt Foley updated HADOOP-7732:
-------------------------------

    Priority: Minor  (was: Major)
     Summary: hadoop java docs bad pointer to hdfs package  (was: hadoop java docs missing hdfs package)

Note the link to the MapRed package is also bad, and fixed in this patch.
                
> hadoop java docs bad pointer to hdfs package
> --------------------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Matt Foley
>            Priority: Minor
>         Attachments: HADOOP-7732.patch
>
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HADOOP-7732) hadoop java docs missing hdfs package

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

Matt Foley reassigned HADOOP-7732:
----------------------------------

    Assignee: Matt Foley  (was: Arpit Gupta)
    
> hadoop java docs missing hdfs package
> -------------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Matt Foley
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7732) hadoop java docs bad pointer to hdfs package

Posted by "Tom White (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176312#comment-13176312 ] 

Tom White commented on HADOOP-7732:
-----------------------------------

Since HDFS is accessed by users through FileSystem (in Common), we haven't published javadoc for it in the past since its not a part of the public API. There is an option to generate HDFS javadoc that developers can use locally.
                
> hadoop java docs bad pointer to hdfs package
> --------------------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Matt Foley
>            Priority: Minor
>         Attachments: HADOOP-7732.patch
>
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7732) hadoop java docs missing hdfs package

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

Matt Foley updated HADOOP-7732:
-------------------------------

    Attachment: HADOOP-7732.patch

Please review proposed patch.
                
> hadoop java docs missing hdfs package
> -------------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Matt Foley
>         Attachments: HADOOP-7732.patch
>
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7732) 204 java docs missing hdfs package

Posted by "Arpit Gupta (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124304#comment-13124304 ] 

Arpit Gupta commented on HADOOP-7732:
-------------------------------------

If you go to the following page 

http://hadoop.apache.org/common/docs/current/api/

And browse to the bottom of the frame it says

"Hadoop primarily consists of the Hadoop Distributed FileSystem (HDFS) a..."

The link embedded in the above text(same as the link in the desc) leads to a 404.
                
> 204 java docs missing hdfs package
> ----------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7732) hadoop java docs bad pointer to hdfs package

Posted by "Tom White (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176718#comment-13176718 ] 

Tom White commented on HADOOP-7732:
-----------------------------------

Hi Matt, there's some more background at MAPREDUCE-559, which removed the public facing HDFS javadoc and added the "javadoc-dev" ant target for developers. In trunk the HDFS classes are marked @Private, so they would not show up in javadoc anyway, since we use the ExcludePrivateAnnotationsStandardDoclet when generating it.

I wonder if the link just needs to be to the HDFS documentation? E.g. http://hadoop.apache.org/common/docs/current/hdfs_user_guide.html.
                
> hadoop java docs bad pointer to hdfs package
> --------------------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Matt Foley
>            Priority: Minor
>         Attachments: HADOOP-7732.patch
>
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7732) hadoop java docs bad pointer to hdfs package

Posted by "Matt Foley (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176496#comment-13176496 ] 

Matt Foley commented on HADOOP-7732:
------------------------------------

Hi Tom, the link my patch fixes has been present in this file, in essentially the same form, since Doug's original commit clear back in Feb 2006.
                
> hadoop java docs bad pointer to hdfs package
> --------------------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Matt Foley
>            Priority: Minor
>         Attachments: HADOOP-7732.patch
>
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7732) hadoop java docs missing hdfs package

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

Arpit Gupta updated HADOOP-7732:
--------------------------------

    Target Version/s: 0.20.205.1
             Summary: hadoop java docs missing hdfs package  (was: 204 java docs missing hdfs package)
    
> hadoop java docs missing hdfs package
> -------------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7732) hadoop java docs missing hdfs package

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

Matt Foley updated HADOOP-7732:
-------------------------------

    Target Version/s: 1.1.0  (was: 1.0.0)
            Assignee: Arpit Gupta
    
> hadoop java docs missing hdfs package
> -------------------------------------
>
>                 Key: HADOOP-7732
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7732
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.204.0, 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Arpit Gupta
>
> the following link 
> http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/hdfs/package-summary.html
> leads to a 404

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira