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

git commit: AMBARI-4593 Remove "yarn.ahs.store.class" config from YARN (Denys Buzhor via ababiichuk)

Updated Branches:
  refs/heads/trunk 3990199f9 -> a9e999bf4


AMBARI-4593 Remove "yarn.ahs.store.class" config from YARN (Denys Buzhor via ababiichuk)


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

Branch: refs/heads/trunk
Commit: a9e999bf4b62c841a3b6204891d075df6488cde3
Parents: 3990199
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue Feb 11 14:00:46 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue Feb 11 14:01:28 2014 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.1.1/services/YARN/configuration/yarn-site.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a9e999bf/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 4e7d162..e8c60e8 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
@@ -340,12 +340,6 @@
   </property>
 
   <property>
-    <name>yarn.ahs.store.class</name>
-    <value>org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore</value>
-    <description></description>
-  </property>
-
-  <property>
     <name>yarn.ats.store.class</name>
     <value>org.apache.hadoop.yarn.server.applicationhistoryservice.timeline.LeveldbApplicationTimelineStore</value>
     <description></description>