Repository: ambari Updated Branches: refs/heads/branch-2.5 f4475c43a -> 64c87b235
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/64c87b23 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/64c87b23 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/64c87b23 Branch: refs/heads/branch-2.5 Commit: 64c87b235afb148780a1d147de579a7d2e35fc53 Parents: f4475c4 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:53 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/64c87b23/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>
