Repository: ambari
Updated Branches:
  refs/heads/trunk ac8641fb3 -> 84d5786e0


AMBARI-6012. ATS start fails on due to ClassNotFoundException. (mahadev)


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

Branch: refs/heads/trunk
Commit: 84d5786e033137272cbd9a4af22dd912ca07fef7
Parents: ac8641f
Author: Mahadev Konar <[email protected]>
Authored: Tue Jun 3 14:35:33 2014 -0700
Committer: Mahadev Konar <[email protected]>
Committed: Tue Jun 3 14:35:38 2014 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/84d5786e/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
index 22ba878..282f28f 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
@@ -349,7 +349,7 @@
 
   <property>
     <name>yarn.timeline-service.store-class</name>
-    
<value>org.apache.hadoop.yarn.server.applicationhistoryservice.timeline.LeveldbTimelineStore</value>
+    <value>org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore</value>
     <description>
       Store class name for timeline store
     </description>

Reply via email to