Jaehoon Jeong created ZEPPELIN-3351:
---------------------------------------
Summary: Build fail for Spark 2.3
Key: ZEPPELIN-3351
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3351
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.9.0
Reporter: Jaehoon Jeong
Zeppelin built fail with this option
{code}
mvn package -DskipTests -Pspark-2.3 -Phadoop-2.7 -Pyarn -Ppyspark -Pscala-2.11
{code}
It is caused these reason
* Spark 2.3 remove support scala 2.10
** https://spark.apache.org/releases/spark-release-2-3-0.html
** https://issues.apache.org/jira/browse/SPARK-19810
* Unused import in 'NewSparkInterpreter'
**
https://github.com/apache/zeppelin/blob/master/spark/interpreter/src/main/java/org/apache/zeppelin/spark/NewSparkInterpreter.java#L28
* wrong properties name in maven description in spark
** https://github.com/apache/zeppelin/blob/master/spark/pom.xml#L201
* Spark 2.3 Source wasn't cached in d3kbcqa49mib13.cloudfront.net
** https://github.com/apache/zeppelin/blob/master/spark/pom.xml#L53
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)