You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/12/23 16:07:12 UTC

[33/51] [abbrv] ambari git commit: AMBARI-14464 Yarn ATS show alert at single node cluster via blueprints without slave components (dsen)

AMBARI-14464 Yarn ATS show alert at single node cluster via blueprints without slave components (dsen)


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

Branch: refs/heads/branch-dev-patch-upgrade
Commit: a8238e0a9de74b592aba75e23a17f5c582741832
Parents: 676f317
Author: Dmytro Sen <ds...@apache.org>
Authored: Tue Dec 22 16:01:40 2015 +0200
Committer: Dmytro Sen <ds...@apache.org>
Committed: Tue Dec 22 16:01:40 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/a8238e0a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml
index c50d17a..8b6709d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml
@@ -85,7 +85,7 @@
   </property>
   <property>
     <name>yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes</name>
-    <value>org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl</value>
+    <value></value>
     <description>Plugins that can translate a timeline entity read request into a list of timeline cache ids, separated by commas. </description>
     <value-attributes>
       <empty-value-valid>true</empty-value-valid>