You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2016/06/08 12:46:20 UTC

ambari git commit: AMBARI-17111 ATS needs a dynamic dependency on Tez and Spark (dsen)

Repository: ambari
Updated Branches:
  refs/heads/trunk 05c12d51f -> 4bfeb41d1


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/4bfeb41d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4bfeb41d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4bfeb41d

Branch: refs/heads/trunk
Commit: 4bfeb41d1ef777f9f65fc6b65e21b9ab541a5264
Parents: 05c12d5
Author: Dmytro Sen <ds...@apache.org>
Authored: Wed Jun 8 15:46:06 2016 +0300
Committer: Dmytro Sen <ds...@apache.org>
Committed: Wed Jun 8 15:46:06 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/4bfeb41d/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>