소스 검색

YARN-7754. [Atsv2] Update document for running v1 and v2 TS. Contributed by Suma Shivaprasad.

Rohith Sharma K S 6 년 전
부모
커밋
4a4a892d32
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md

+ 12 - 0
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
 </property>
 </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
 #### Running Timeline Service v.2
 Restart the resource manager as well as the node managers to pick up the new configuration. The
 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.
 collectors start within the resource manager and the node managers in an embedded manner.