YARN-2870. Updated the command to run the timeline server it the document. Contributed by Masatake Iwasaki.
This commit is contained in:
parent
fbf81fbd1c
commit
ef38fb9758
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue