[ 
https://issues.apache.org/jira/browse/HDFS-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron T. Myers updated HDFS-4460:
---------------------------------

    Attachment: hdfs4460-2.patch

Hey Tom, thanks a lot for the feedback. How does this updated patch look to 
you? The difference between this and the last patch that Andy posted is just 
the following:

{noformat}
diff --git hadoop-project/src/site/site.xml hadoop-project/src/site/site.xml
index c78eefe..8b2a138 100644
--- hadoop-project/src/site/site.xml
+++ hadoop-project/src/site/site.xml
@@ -55,6 +55,8 @@
       <item name="Native Libraries" 
href="hadoop-project-dist/hadoop-common/NativeLibraries.html"/>
       <item name="Superusers" 
href="hadoop-project-dist/hadoop-common/Superusers.html"/>
       <item name="Hadoop Commands Reference" 
href="hadoop-project-dist/hadoop-common/CommandsManual.html"/>
+      <item name="Service Level Authorization" 
href="hadoop-project-dist/hadoop-common/ServiceLevelAuth.html"/>
+      <item name="HTTP Authentication" 
href="hadoop-project-dist/hadoop-common/HttpAuthentication.html"/>
     </menu>
     
     <menu name="HDFS" inherit="top">
@@ -62,13 +64,13 @@
       <item name="High Availability With QJM" 
href="hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html"/>
       <item name="High Availability With NFS" 
href="hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html"/>
       <item name="Federation" 
href="hadoop-project-dist/hadoop-hdfs/Federation.html"/>
-      <item name="HDFS Design" 
href="hadoop-project-dist/hadoop-hdfs/HdfsDesign.html"/>
+      <item name="HDFS Architecture" 
href="hadoop-project-dist/hadoop-hdfs/HdfsDesign.html"/>
       <item name="Edits Viewer" 
href="hadoop-project-dist/hadoop-hdfs/HdfsEditsViewer.html"/>
       <item name="Image Viewer" 
href="hadoop-project-dist/hadoop-hdfs/HdfsImageViewer.html"/>
       <item name="Permissions and HDFS" 
href="hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html"/>
       <item name="Quotas and HDFS" 
href="hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html"/>
       <item name="HFTP" href="hadoop-project-dist/hadoop-hdfs/Hftp.html"/>
-      <item name="LibHDFS" 
href="hadoop-project-dist/hadoop-hdfs/LibHdfs.html"/>
+      <item name="C API libhdfs" 
href="hadoop-project-dist/hadoop-hdfs/LibHdfs.html"/>
       <item name="WebHDFS REST API" 
href="hadoop-project-dist/hadoop-hdfs/WebHDFS.html"/>
       <item name="HttpFS Gateway" href="hadoop-hdfs-httpfs/index.html"/>
     </menu>
{noformat}
                
> HDFS docs not linked from top level
> -----------------------------------
>
>                 Key: HDFS-4460
>                 URL: https://issues.apache.org/jira/browse/HDFS-4460
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0, 2.0.3-alpha, 0.23.7
>            Reporter: Thomas Graves
>            Assignee: Andy Isaacson
>         Attachments: hdfs4460-1.txt, hdfs4460-2.patch, hdfs4460.txt
>
>
> HADOOP-9221 and others converted docs to apt format. After that they aren't 
> linked to the top level menu like: http://hadoop.apache.org/docs/current/
> I only see the hadoop commands manual and the Filesystem shell. It used to be 
> you clicked on say the commands manual and you would go to the old style 
> documentation where it had a menu with links to the Superusers, native 
> libraries, etc, but I don't see that any more since converted. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to