You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2019/03/07 01:33:19 UTC

[zeppelin] branch master updated: ZEPPELIN-4033. Remove spark dependency from zeppelin-zengine

This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6febfb2  ZEPPELIN-4033. Remove spark dependency from zeppelin-zengine
6febfb2 is described below

commit 6febfb242e6449ac0680cbf692e1f45a1d781da2
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Wed Mar 6 17:38:36 2019 +0800

    ZEPPELIN-4033. Remove spark dependency from zeppelin-zengine
    
    ### What is this PR for?
    Straightforward fix to remove  spark dependency from zeppelin-zengine as we have move spark integration test to zeppelin-interpreter-integration.
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://jira.apache.org/jira/browse/ZEPPELIN-4033
    
    ### How should this be tested?
    * CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Jeff Zhang <zj...@apache.org>
    
    Closes #3318 from zjffdu/ZEPPELIN-4033 and squashes the following commits:
    
    ca860ce60 [Jeff Zhang] ZEPPELIN-4033. Remove spark dependency from zeppelin-zengine
---
 zeppelin-zengine/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml
index 8e67dc1..efcb57f 100644
--- a/zeppelin-zengine/pom.xml
+++ b/zeppelin-zengine/pom.xml
@@ -594,20 +594,6 @@
             </exclusion>
           </exclusions>
         </dependency>
-
-        <dependency>
-          <groupId>org.apache.zeppelin</groupId>
-          <artifactId>spark-interpreter</artifactId>
-          <version>${project.version}</version>
-          <scope>test</scope>
-          <exclusions>
-            <!-- It is fine to exclude zeppelin-python, because it is only used at runtime when launching interpreter -->
-            <exclusion>
-              <groupId>org.apache.zeppelin</groupId>
-              <artifactId>zeppelin-python</artifactId>
-            </exclusion>
-          </exclusions>
-        </dependency>
       </dependencies>
     </profile>