YARN-2870. Updated the command to run the timeline server it the document. Contributed by Masatake Iwasaki.
(cherry picked from commit ef38fb9758
)
This commit is contained in:
parent
1412e712b4
commit
610e123772
|
@ -82,6 +82,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
YARN-2414. RM web UI: app page will crash if app is failed before any
|
YARN-2414. RM web UI: app page will crash if app is failed before any
|
||||||
attempt has been created (Wangda Tan via jlowe)
|
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
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -209,13 +209,13 @@ YARN Timeline Server
|
||||||
start the Timeline server/history service with the following command:
|
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:
|
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
|
* Accessing generic-data via command-line
|
||||||
|
|
Loading…
Reference in New Issue