Browse Source

HADOOP-11396. Provide navigation in the site documentation linking to the Hadoop Compatible File Systems. Contributed by Chris Nauroth.

(cherry picked from commit cbfb996fb4787e9d4bbaee1d01e3eca2caf0ce55)
cnauroth 10 năm trước cách đây
mục cha
commit
b9f1e88df7

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -210,6 +210,9 @@ Release 2.7.0 - UNRELEASED
     (wheat9)
 
     HADOOP-11394. hadoop-aws documentation missing. (cnauroth)
+
+    HADOOP-11396. Provide navigation in the site documentation linking to the
+    Hadoop Compatible File Systems. (cnauroth)
     
 Release 2.6.0 - 2014-11-18
 

+ 5 - 0
hadoop-project/src/site/site.xml

@@ -134,6 +134,11 @@
       <item name="Node Manager" href="hadoop-yarn/hadoop-yarn-site/NodeManagerRest.html"/>
     </menu>
     
+    <menu name="Hadoop Compatible File Systems" inherit="top">
+      <item name="Amazon S3" href="hadoop-aws/tools/hadoop-aws/index.html"/>
+      <item name="OpenStack Swift" href="hadoop-openstack/index.html"/>
+    </menu>
+
     <menu name="Auth" inherit="top">
       <item name="Overview" href="hadoop-auth/index.html"/>
       <item name="Examples" href="hadoop-auth/Examples.html"/>