Repository: ambari Updated Branches: refs/heads/branch-2.2 674bcdb0a -> f882dc8ee
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/f882dc8e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f882dc8e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f882dc8e Branch: refs/heads/branch-2.2 Commit: f882dc8eefeae3aefaf355c2139a2595eb6ca983 Parents: 674bcdb Author: Dmytro Sen <[email protected]> Authored: Tue Dec 22 16:01:40 2015 +0200 Committer: Dmytro Sen <[email protected]> Committed: Tue Dec 22 16:02:33 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/f882dc8e/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>
