From 4a4a892d328bf5a6d6993e990763bb088f0ca2d9 Mon Sep 17 00:00:00 2001 From: Rohith Sharma K S Date: Tue, 30 Oct 2018 11:35:01 +0530 Subject: [PATCH] YARN-7754. [Atsv2] Update document for running v1 and v2 TS. Contributed by Suma Shivaprasad. --- .../src/site/markdown/TimelineServiceV2.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 724bfd68945..457158d38c0 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 @@ -324,6 +324,18 @@ that it can write data to the Apache HBase cluster you are using, or set ``` +To configure both Timeline Service 1.5 and v.2, add the following property + + ``` + + yarn.timeline-service.versions + 1.5f,2.0f + +``` + +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.