GitHub user echarles opened a pull request: https://github.com/apache/incubator-zeppelin/pull/980
[ZEPPELIN-871] [WIP] spark 2.0 interpreter on scala 2.11 ### What is this PR for? Spark interpreter for spark version 2.0.0 and scala 2.11 (implemented in Scala) ### What type of PR is it? [Feature] ### Todos * [ ] - Clean code * [ ] - Test SQL * [ ] - Test Python * [ ] - Test R ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN--871 ### How should this be tested? Build it with ``` mvn install -Pscala-2.11 -Dscala.binary.version=2.11 -Dscala.version=2.11.8 -Pspark-2.0 -Dspark.version=2.0.0-SNAPSHOT -Phadoop-2.6 -Dhadoop.version=2.7.2 -Pyarn -Dmaven.findbugs.enable=false -Drat.skip=true -Ppyspark -Psparkr -Dcheckstyle.skip=true -Dcobertura.skip=true -Pbuild-distr -pl '!alluxio,!cassandra,!elasticsearch,!file,!flink,!hbase,!hive,!ignite,!jdbc,!kylin,!lens,!phoenix,!postgresql,!tajo' -DskipTests ``` Run and test the spark paragraph. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? N * Is there breaking changes for older versions? N * Does this needs documentation? Y You can merge this pull request into a Git repository by running: $ git pull https://github.com/datalayer/zeppelin-datalayer spark-2.0 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/980.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 #980 ---- commit f041ec3e4b524594a2a32692c5418e04f7335323 Author: Eric Charles <e...@datalayer.io> Date: 2016-06-09T14:31:50Z Initial implemenation for spark 2.0 interpreter on scala 2.11 ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---