Selaa lähdekoodia

HADOOP-9361: site and gitignore

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.5@1607617 13f79535-47bb-0310-9956-ffa450edef68
Steve Loughran 10 vuotta sitten
vanhempi
commit
1c65bf7f2a
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 2 0
      .gitignore
  2. 3 1
      hadoop-project/src/site/site.xml

+ 2 - 0
.gitignore

@@ -11,3 +11,5 @@
 target
 hadoop-hdfs-project/hadoop-hdfs/downloads
 hadoop-hdfs-project/hadoop-hdfs-httpfs/downloads
+hadoop-common-project/hadoop-common/src/test/resources/contract-test-options.xml
+hadoop-tools/hadoop-openstack/src/test/resources/contract-test-options.xml

+ 3 - 1
hadoop-project/src/site/site.xml

@@ -51,8 +51,10 @@
       <item name="Single Node Setup" href="hadoop-project-dist/hadoop-common/SingleCluster.html"/>
       <item name="Cluster Setup" href="hadoop-project-dist/hadoop-common/ClusterSetup.html"/>
       <item name="Hadoop Commands Reference" href="hadoop-project-dist/hadoop-common/CommandsManual.html"/>
-      <item name="File System Shell" href="hadoop-project-dist/hadoop-common/FileSystemShell.html"/>
+      <item name="FileSystem Shell" href="hadoop-project-dist/hadoop-common/FileSystemShell.html"/>
       <item name="Hadoop Compatibility" href="hadoop-project-dist/hadoop-common/Compatibility.html"/>
+      <item name="FileSystem Specification"
+        href="hadoop-project-dist/hadoop-common/index.html"/>
     </menu>
 
     <menu name="Common" inherit="top">