Selaa lähdekoodia

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

Yusaku Sako 11 vuotta sitten
vanhempi
commit
d4614598ff

+ 1 - 1
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>
 

+ 1 - 1
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"