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 zj...@apache.org on 2014/11/19 01:05:37 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/trunk fbf81fbd1 -> ef38fb975


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ef38fb97
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ef38fb97
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ef38fb97

Branch: refs/heads/trunk
Commit: ef38fb9758f230c3021e70b749d7a11f8bac03f5
Parents: fbf81fb
Author: Zhijie Shen <zj...@apache.org>
Authored: Tue Nov 18 16:04:31 2014 -0800
Committer: Zhijie Shen <zj...@apache.org>
Committed: Tue Nov 18 16:04:31 2014 -0800

----------------------------------------------------------------------
 hadoop-yarn-project/CHANGES.txt                                  | 3 +++
 .../hadoop-yarn-site/src/site/apt/TimelineServer.apt.vm          | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ef38fb97/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index 86bf243..e36b937 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -106,6 +106,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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/ef38fb97/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/TimelineServer.apt.vm
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/TimelineServer.apt.vm b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/TimelineServer.apt.vm
index 92c7377..6c8203c 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/TimelineServer.apt.vm
+++ b/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