You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/03/27 15:51:02 UTC

ambari git commit: AMBARI-10239. Tez check fails when it is not on the same host with RM.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/trunk e2a68b660 -> 43e44d97b


AMBARI-10239. Tez check fails when it is not on the same host with RM.(vbrodetskyi)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/43e44d97
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/43e44d97
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/43e44d97

Branch: refs/heads/trunk
Commit: 43e44d97b57ae8391c0fc9b0b44b959afadcd2bc
Parents: e2a68b6
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Fri Mar 27 16:50:26 2015 +0200
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Fri Mar 27 16:50:26 2015 +0200

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.1/services/YARN/metainfo.xml     | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/43e44d97/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/metainfo.xml
index 6f79033..a508673 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/metainfo.xml
@@ -40,6 +40,15 @@
          <name>RESOURCEMANAGER</name>
          <category>MASTER</category>
          <cardinality>1-2</cardinality>
+         <dependencies>
+           <dependency>
+              <name>TEZ/TEZ_CLIENT</name>
+              <scope>host</scope>
+              <auto-deploy>
+                <enabled>true</enabled>
+              </auto-deploy>
+           </dependency>
+         </dependencies>
           <configuration-dependencies>
             <config-type>capacity-scheduler</config-type>
           </configuration-dependencies>