Repository: ambari Updated Branches: refs/heads/trunk 676f31765 -> a8238e0a9
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/trunk Commit: a8238e0a9de74b592aba75e23a17f5c582741832 Parents: 676f317 Author: Dmytro Sen <[email protected]> Authored: Tue Dec 22 16:01:40 2015 +0200 Committer: Dmytro Sen <[email protected]> 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>
