Repository: ambari Updated Branches: refs/heads/trunk 08f1365a4 -> e9270ab75
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/e9270ab7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e9270ab7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e9270ab7 Branch: refs/heads/trunk Commit: e9270ab75bc8b514703138b1d2ab70894de1905a Parents: 08f1365 Author: Dmytro Sen <[email protected]> Authored: Fri Jun 10 18:36:26 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Fri Jun 10 18:36: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/e9270ab7/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>
