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

git commit: AMBARI-5326. Ambari should be able to configure ATS age off parameters (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 96b738dea -> d7605024e


AMBARI-5326. Ambari should be able to configure ATS age off parameters (alexantonenko)


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

Branch: refs/heads/trunk
Commit: d7605024ea0c1f1343ab8822539da63a2eb7d150
Parents: 96b738d
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Apr 2 21:21:06 2014 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Apr 2 21:21:06 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 30 ++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d7605024/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 8cfe36e..135a70d 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -253,6 +253,16 @@ module.exports =
     },
     {
       "id": "site property",
+      "name": "yarn.timeline-service.leveldb-timeline-store.ttl-interval-ms",
+      "displayName": "yarn.timeline-service.leveldb-timeline-store.ttl-interval-ms",
+      "displayType": "integer",
+      "category": "AppTimelineServer",
+      "desription": "Length of time to wait between deletion cycles of leveldb timeline store in milliseconds.",
+      "value": 300000,
+      "serviceName": "YARN"
+    },
+    {
+      "id": "site property",
       "name": "yarn.timeline-service.store-class",
       "displayName": "yarn.timeline-service.store-class",
       "category": "AppTimelineServer",
@@ -260,6 +270,26 @@ module.exports =
     },
     {
       "id": "site property",
+      "name": "yarn.timeline-service.ttl-enable",
+      "displayName": "yarn.timeline-service.ttl-enable",
+      "displayType": "checkbox",
+      "category": "AppTimelineServer",
+      "desription": "Enable age off of timeline store data.",
+      "value": true,
+      "serviceName": "YARN"
+    },
+    {
+      "id": "site property",
+      "name": "yarn.timeline-service.ttl-ms",
+      "displayName": "yarn.timeline-service.ttl-ms",
+      "displayType": "integer",
+      "category": "AppTimelineServer",
+      "desription": "Time to live for timeline store data in milliseconds.",
+      "value": 2678400000,
+      "serviceName": "YARN"
+    },
+    {
+      "id": "site property",
       "name": "yarn.timeline-service.generic-application-history.store-class",
       "displayName": "yarn.timeline-service.generic-application-history.store-class",
       "category": "AppTimelineServer",