Repository: ambari Updated Branches: refs/heads/trunk bff44261a -> ef79c6d83
AMBARI-19263 Remove Spark dependency from Zeppelin service def (r-kamath) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ef79c6d8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ef79c6d8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ef79c6d8 Branch: refs/heads/trunk Commit: ef79c6d83d7149eb8d214a173f6aca6c2472faa2 Parents: bff4426 Author: Renjith Kamath <[email protected]> Authored: Mon Dec 26 11:42:18 2016 +0530 Committer: Renjith Kamath <[email protected]> Committed: Mon Dec 26 11:43:03 2016 +0530 ---------------------------------------------------------------------- .../resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ef79c6d8/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml index 382e913..9a0ba5f 100644 --- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml @@ -80,10 +80,6 @@ limitations under the License. <timeout>300</timeout> </commandScript> - <requiredServices> - <service>SPARK</service> - </requiredServices> - <configuration-dependencies> <config-type>zeppelin-config</config-type> <config-type>zeppelin-env</config-type>
