GitHub user woowahan-jaehoon opened a pull request:

    https://github.com/apache/zeppelin/pull/2880

    Fix to build for spark 2.3

    ### What is this PR for?
    build for spark 2.3
    
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    * [x] - Remove unused import in 'NewSparkInterpreter'
    * [x] - Fix wrong properties name in maven description in spark 
    * [x] - Replace download url for spark 2.3
    * [ ] - support only scala 2.11 for spark 2.3
    
    ### What is the Jira issue?
    * [ZEPPELIN-3351]
    
    ### How should this be tested?
    * build with this option
    ```
    mvn package -DskipTests -Pspark-2.3 -Phadoop-2.7 -Pyarn -Ppyspark 
-Pscala-2.11
    ```
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update?
        * No
    * Is there breaking changes for older versions?
        * No
    * Does this needs documentation?
        * No


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/woowahan-jaehoon/zeppelin ZEPPELIN-3351

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2880.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2880
    
----
commit 65f9e1d84d5b6e2f6eb597a0fae1a2a8cef27ee0
Author: Jaehoon Jeong <jaehoon.jeong@...>
Date:   2018-03-19T08:32:52Z

    fix for spark 2.3 and remove unused import

commit f6c487e624f2c2031c5d0009254e277b96bc6be9
Author: Jaehoon Jeong <jaehoon.jeong@...>
Date:   2018-03-19T08:39:53Z

    fix wrong properties for spark2.3

commit 4369495a21a76ceec46fa76c70dd1ad3ea9ee687
Author: Jaehoon Jeong <jaehoon.jeong@...>
Date:   2018-03-19T08:42:44Z

    Replace spark-2.3 download url

----


---

Reply via email to