You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2014/02/12 03:52:01 UTC

git commit: AMBARI-4623. Add 'yarn.ahs.fs-history-store.uri' config to YARN. (srimanth)

Updated Branches:
  refs/heads/trunk 491313662 -> fbbf77762


AMBARI-4623. Add 'yarn.ahs.fs-history-store.uri' config to YARN. (srimanth)


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

Branch: refs/heads/trunk
Commit: fbbf7776295749f5c7408bebf870e78e37bc66e6
Parents: 4913136
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Tue Feb 11 18:36:47 2014 -0800
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Tue Feb 11 18:51:49 2014 -0800

----------------------------------------------------------------------
 .../HDP/2.1.1/services/YARN/configuration/yarn-site.xml  |  7 +++++++
 ambari-web/app/data/HDP2/site_properties.js              | 11 +++++++++++
 2 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fbbf7776/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/YARN/configuration/yarn-site.xml
index 3905319..99fa62c 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/YARN/configuration/yarn-site.xml
@@ -351,4 +351,11 @@
     <description></description>
   </property>
 
+  <property>
+    <name>yarn.ahs.fs-history-store.uri</name>
+    <value>/tmp/yarn/system/ahstore</value>
+    <description>
+      Location where YARN's Application History Server stores information.
+    </description>
+  </property>
 </configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/fbbf7776/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 20b8e98..6eef06d 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -322,6 +322,17 @@ module.exports =
       "category": "AppTimelineServer",
       "serviceName": "YARN"
     },
+    {
+      "id": "site property",
+      "name": "yarn.ahs.fs-history-store.uri",
+      "displayName": "yarn.ahs.fs-history-store.uri",
+      "value": "",
+      "defaultValue": "/tmp/yarn/system/ahstore",
+      "displayType": "directory",
+      "isVisible": App.supports.appTimelineServer, // @todo remove after Application Timeline Server approving
+      "category": "AppTimelineServer",
+      "serviceName": "YARN"
+    },
   /**********************************************MAPREDUCE2***************************************/
     {
       "id": "site property",