Repository: ambari Updated Branches: refs/heads/trunk 82e2ac39e -> 25191edf3
AMBARI-11530. Spark Stack Installer should remove dependency on Tez (Gautam Borad via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/25191edf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/25191edf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/25191edf Branch: refs/heads/trunk Commit: 25191edf385963a3392c8e1789598065d1b285a5 Parents: 82e2ac3 Author: Alejandro Fernandez <[email protected]> Authored: Tue Jun 2 10:14:57 2015 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Tue Jun 2 10:14:57 2015 -0700 ---------------------------------------------------------------------- .../resources/common-services/SPARK/1.3.1.2.3/metainfo.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/25191edf/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml b/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml index 7929bf6..cc3f7af 100644 --- a/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml @@ -34,13 +34,6 @@ <versionAdvertised>true</versionAdvertised> <dependencies> <dependency> - <name>TEZ/TEZ_CLIENT</name> - <scope>host</scope> - <auto-deploy> - <enabled>true</enabled> - </auto-deploy> - </dependency> - <dependency> <name>HDFS/HDFS_CLIENT</name> <scope>host</scope> <auto-deploy>
