YARN-7754. [Atsv2] Update document for running v1 and v2 TS. Contributed by Suma Shivaprasad.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/486b9a4a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/486b9a4a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/486b9a4a Branch: refs/heads/HDFS-12943 Commit: 486b9a4a75f413aa542338b0d866c3b490381d93 Parents: a283da2 Author: Rohith Sharma K S <[email protected]> Authored: Tue Oct 30 11:35:01 2018 +0530 Committer: Rohith Sharma K S <[email protected]> Committed: Tue Oct 30 11:35:01 2018 +0530 ---------------------------------------------------------------------- .../src/site/markdown/TimelineServiceV2.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/486b9a4a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md index 2314f30..86faf6c 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md @@ -333,6 +333,18 @@ that it can write data to the Apache HBase cluster you are using, or set </property> ``` +To configure both Timeline Service 1.5 and v.2, add the following property + + ``` + <property> + <name>yarn.timeline-service.versions</name> + <value>1.5f,2.0f</value> + </property> +``` + +If the above is not configured, then it defaults to the version set in `yarn.timeline-service.version` + + #### Running Timeline Service v.2 Restart the resource manager as well as the node managers to pick up the new configuration. The collectors start within the resource manager and the node managers in an embedded manner. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
