Repository: ambari Updated Branches: refs/heads/branch-2.4 4d8bf4a4e -> 082f05c8e
AMBARI-17168 Kerberization of a cluster deletes ATS service (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/082f05c8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/082f05c8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/082f05c8 Branch: refs/heads/branch-2.4 Commit: 082f05c8eddba4990137809dceac3b1877fade75 Parents: 4d8bf4a Author: Dmytro Sen <[email protected]> Authored: Fri Jun 10 18:36:26 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Fri Jun 10 18:37:26 2016 +0300 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.3/services/YARN/metainfo.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/082f05c8/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/metainfo.xml index 2c3afb0..1ebd0ee 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/metainfo.xml @@ -31,6 +31,7 @@ <components> <component> <name>APP_TIMELINE_SERVER</name> + <cardinality>1</cardinality> <versionAdvertised>true</versionAdvertised> <reassignAllowed>true</reassignAllowed> <dependencies>
