Repository: ambari Updated Branches: refs/heads/branch-2.4 2edb8831c -> 655ee6a33
AMBARI-17111 ATS needs a dynamic dependency on Tez and Spark (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/655ee6a3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/655ee6a3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/655ee6a3 Branch: refs/heads/branch-2.4 Commit: 655ee6a33a3a4fc8c64d0b00dc2bc88bde0405b0 Parents: 2edb883 Author: Dmytro Sen <[email protected]> Authored: Wed Jun 8 15:46:06 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Wed Jun 8 15:47:58 2016 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.3/services/YARN/metainfo.xml | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/655ee6a3/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 c6ee13d..2c3afb0 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 @@ -28,6 +28,29 @@ <default>true</default> </quickLinksConfiguration> </quickLinksConfigurations> + <components> + <component> + <name>APP_TIMELINE_SERVER</name> + <versionAdvertised>true</versionAdvertised> + <reassignAllowed>true</reassignAllowed> + <dependencies> + <dependency> + <name>TEZ/TEZ_CLIENT</name> + <scope>host</scope> + <auto-deploy> + <enabled>true</enabled> + </auto-deploy> + </dependency> + <dependency> + <name>SPARK/SPARK_CLIENT</name> + <scope>host</scope> + <auto-deploy> + <enabled>true</enabled> + </auto-deploy> + </dependency> + </dependencies> + </component> + </components> </service> <service>
