Browse Source

YARN-2870. Updated the command to run the timeline server it the document. Contributed by Masatake Iwasaki.

(cherry picked from commit ef38fb9758f230c3021e70b749d7a11f8bac03f5)
Zhijie Shen 10 years ago
parent
commit
610e123772

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

@@ -82,6 +82,9 @@ Release 2.7.0 - UNRELEASED
     YARN-2414. RM web UI: app page will crash if app is failed before any
     attempt has been created (Wangda Tan via jlowe)
 
+    YARN-2870. Updated the command to run the timeline server in the document.
+    (Masatake Iwasaki via zjshen)
+
 Release 2.6.0 - 2014-11-18
 
   INCOMPATIBLE CHANGES

+ 2 - 2
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/TimelineServer.apt.vm

@@ -209,13 +209,13 @@ YARN Timeline Server
   start the Timeline server/history service with the following command:
 
 +---+
-  $ yarn historyserver
+  $ yarn timelineserver
 +---+
 
   Or users can start the Timeline server / history service as a daemon:
 
 +---+
-  $ yarn-daemon.sh start historyserver
+  $ yarn-daemon.sh start timelineserver
 +---+
 
 * Accessing generic-data via command-line