Author: acmurthy
Date: Mon Jun 17 09:32:27 2013
New Revision: 1493693

URL: http://svn.apache.org/r1493693
Log:
HADOOP-9517. Documented various aspects of compatibility for Apache Hadoop. 
Contributed by Karthik Kambatla.

Modified:
    hadoop/common/trunk/hadoop-project/src/site/site.xml

Modified: hadoop/common/trunk/hadoop-project/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project/src/site/site.xml?rev=1493693&r1=1493692&r2=1493693&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project/src/site/site.xml (original)
+++ hadoop/common/trunk/hadoop-project/src/site/site.xml Mon Jun 17 09:32:27 
2013
@@ -46,15 +46,19 @@
       <item name="Hadoop" href="http://hadoop.apache.org/"/>
     </breadcrumbs>
 
-    <menu name="Common" inherit="top">
+    <menu name="General" inherit="top">
       <item name="Overview" href="index.html"/>
       <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="CLI Mini Cluster" 
href="hadoop-project-dist/hadoop-common/CLIMiniCluster.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="Hadoop Compatibility" 
href="hadoop-project-dist/hadoop-common/Compatibility.html"/>
+    </menu>
+
+    <menu name="Common" inherit="top">
+      <item name="CLI Mini Cluster" 
href="hadoop-project-dist/hadoop-common/CLIMiniCluster.html"/>
       <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>


Reply via email to