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/02/12 00:11:09 UTC

git commit: AMBARI-4613. Incorrect value for 'yarn.ats.store.class' config. (Buzhor Denys via yusaku)

Updated Branches:
  refs/heads/trunk f303a4657 -> d4614598f


AMBARI-4613. Incorrect value for 'yarn.ats.store.class' config. (Buzhor Denys via yusaku)


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

Branch: refs/heads/trunk
Commit: d4614598ff6689d83ba721747fcf3f4a637dedad
Parents: f303a46
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Feb 11 15:10:22 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Feb 11 15:10:55 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/d4614598/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 e8c60e8..3905319 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
@@ -341,7 +341,7 @@
 
   <property>
     <name>yarn.ats.store.class</name>
-    <value>org.apache.hadoop.yarn.server.applicationhistoryservice.timeline.LeveldbApplicationTimelineStore</value>
+    <value>org.apache.hadoop.yarn.server.applicationhistoryservice.apptimeline.LeveldbApplicationTimelineStore</value>
     <description></description>
   </property>
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/d4614598/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 1212c02..20b8e98 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -317,7 +317,7 @@ module.exports =
       "name": "yarn.ats.store.class",
       "displayName": "yarn.ats.store.class",
       "value": "",
-      "defaultValue": "org.apache.hadoop.yarn.server.applicationhistoryservice.timeline.LeveldbApplicationTimelineStore",
+      "defaultValue": "org.apache.hadoop.yarn.server.applicationhistoryservice.apptimeline.LeveldbApplicationTimelineStore",
       "isVisible": App.supports.appTimelineServer, // @todo remove after Application Timeline Server approving
       "category": "AppTimelineServer",
       "serviceName": "YARN"