GitHub user Leemoonsoo opened a pull request:

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

    [WIP] [ZEPPELIN-759] Spark 2.0 support

    ### What is this PR for?
    This PR implement spark 2.0 support based on #747.
    This PR has approach from #980 which is reimplementing code in scala.
    
    You can try build this branch
    
    ```
    mvn clean package -Dscala-2.11 -Pspark-2.0 -Dspark.version=2.0.0-preview 
-Ppyspark -Psparkr -Pyarn -Phadoop-2.6 -DskipTests
    ```
    
    ### What type of PR is it?
    Improvements
    
    ### Todos
    * [x] - Spark 2.0 support
    * [x] - Rebase after #747 merge
    * [ ] - .travis.yml to use spark version 2.0.0 instead of 2.0.0-preview 
after spark 2.0.0 release
    * [ ] - Update LICENSE file
    * [ ] - Update related document (build)
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-759
    
    ### How should this be tested?
    
    Build and try
    ```
    mvn clean package -Dscala-2.11 -Pspark-2.0 -Dspark.version=2.0.0-preview 
-Ppyspark -Psparkr -Pyarn -Phadoop-2.6 -DskipTests
    ```
    
    ### Screenshots (if appropriate)
    
![spark2](https://cloud.githubusercontent.com/assets/1540981/16771611/fe804038-4805-11e6-8447-3fa4258bb51d.gif)
    
    ### Questions:
    * Does the licenses files need update? yes
    * Is there breaking changes for older versions? no
    * Does this needs documentation? yes

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

    $ git pull https://github.com/Leemoonsoo/zeppelin spark-20

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

    https://github.com/apache/zeppelin/pull/1195.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 #1195
    
----
commit 836438a54404017a65f43a60326750972c07820f
Author: Lee moon soo <[email protected]>
Date:   2016-07-15T23:51:16Z

    Spark 2.0 support

commit f3ab14e09b1b56eeddcee559305fe4dd9a3c4adc
Author: Lee moon soo <[email protected]>
Date:   2016-07-16T00:20:21Z

    Update SparkSqlInterpreterTest

commit f4671316d731d1b0358b60c0e58720cdd2858069
Author: Lee moon soo <[email protected]>
Date:   2016-07-16T01:10:00Z

    Update .travis.yml

commit 81801d231cda2176cc92259c4aaf57d514cfee75
Author: Lee moon soo <[email protected]>
Date:   2016-07-16T01:40:54Z

    Update SPARK_HOME directory detection pattern for 2.0.0-preview in the test

commit 05b95a066069e61ec3a574dc9e04b652fa2caef1
Author: Lee moon soo <[email protected]>
Date:   2016-07-16T02:22:32Z

    Make ZeppelinSparkClusterTest.java work with spark 2

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to