You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/04/11 02:06:58 UTC

git commit: AMBARI-5435. Add option to disable App Timeline Server logging. (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.5.1 30e13b6ea -> 19a53110b


AMBARI-5435. Add option to disable App Timeline Server logging. (yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/19a53110
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/19a53110
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/19a53110

Branch: refs/heads/branch-1.5.1
Commit: 19a53110b9cfe597984fcc5c31577cac1207335e
Parents: 30e13b6
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Thu Apr 10 17:03:32 2014 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Thu Apr 10 17:03:44 2014 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml | 8 ++++++++
 ambari-web/app/data/HDP2/site_properties.js                  | 8 ++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/19a53110/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
index a3e237b..22ba878 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
@@ -340,6 +340,14 @@
   </property>
 
   <property>
+    <name>yarn.timeline-service.enabled</name>
+    <value>true</value>
+    <description>Indicate to clients whether timeline service is enabled or not.
+      If enabled, clients will put entities and events to the timeline server.
+    </description>
+  </property>
+
+  <property>
     <name>yarn.timeline-service.store-class</name>
     <value>org.apache.hadoop.yarn.server.applicationhistoryservice.timeline.LeveldbTimelineStore</value>
     <description>

http://git-wip-us.apache.org/repos/asf/ambari/blob/19a53110/ambari-web/app/data/HDP2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js
index 0ced041..43d3b22 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -245,6 +245,14 @@ module.exports =
     },
     {
       "id": "site property",
+      "name": "yarn.timeline-service.enabled",
+      "displayName": "yarn.timeline-service.enabled",
+      "category": "AppTimelineServer",
+      "displayType": "checkbox",
+      "serviceName": "YARN"
+    },
+    {
+      "id": "site property",
       "name": "yarn.timeline-service.leveldb-timeline-store.path",
       "displayName": "yarn.timeline-service.leveldb-timeline-store.path",
       "category": "AppTimelineServer",