From 610e123772eab71d17e5701a43d8fae8cd21f8e4 Mon Sep 17 00:00:00 2001 From: Zhijie Shen Date: Tue, 18 Nov 2014 16:04:31 -0800 Subject: [PATCH] YARN-2870. Updated the command to run the timeline server it the document. Contributed by Masatake Iwasaki. (cherry picked from commit ef38fb9758f230c3021e70b749d7a11f8bac03f5) --- hadoop-yarn-project/CHANGES.txt | 3 +++ .../hadoop-yarn-site/src/site/apt/TimelineServer.apt.vm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 6c4700bd1fc..1899ceaa90d 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/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 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 92c73770996..6c8203ce743 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