You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by vi...@apache.org on 2014/03/26 03:54:19 UTC

svn commit: r1581658 - /hadoop/common/branches/branch-2.4/hadoop-project/src/site/site.xml

Author: vinodkv
Date: Wed Mar 26 02:54:18 2014
New Revision: 1581658

URL: http://svn.apache.org/r1581658
Log:
YARN-1452. Added documentation about the configuration and usage of generic application history and the timeline data service. Contributed by Zhijie Shen.
svn merge --ignore-ancestry -c 1581656 ../../trunk/

Modified:
    hadoop/common/branches/branch-2.4/hadoop-project/src/site/site.xml

Modified: hadoop/common/branches/branch-2.4/hadoop-project/src/site/site.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.4/hadoop-project/src/site/site.xml?rev=1581658&r1=1581657&r2=1581658&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.4/hadoop-project/src/site/site.xml (original)
+++ hadoop/common/branches/branch-2.4/hadoop-project/src/site/site.xml Wed Mar 26 02:54:18 2014
@@ -96,10 +96,11 @@
     
     <menu name="YARN" inherit="top">
       <item name="YARN Architecture" href="hadoop-yarn/hadoop-yarn-site/YARN.html"/>
-      <item name="Writing YARN Applications" href="hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html"/>
       <item name="Capacity Scheduler" href="hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html"/>
       <item name="Fair Scheduler" href="hadoop-yarn/hadoop-yarn-site/FairScheduler.html"/>
       <item name="Web Application Proxy" href="hadoop-yarn/hadoop-yarn-site/WebApplicationProxy.html"/>
+      <item name="YARN Timeline Server" href="hadoop-yarn/hadoop-yarn-site/TimelineServer.html"/>
+      <item name="Writing YARN Applications" href="hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html"/>
       <item name="YARN Commands" href="hadoop-yarn/hadoop-yarn-site/YarnCommands.html"/>
       <item name="Scheduler Load Simulator" href="hadoop-sls/SchedulerLoadSimulator.html"/>
     </menu>