compile with spark 2.3 is not supported yet, but zeppelin could work with spark 2.3
The goal of zeppelin is to don't need to specify spark version for compilation and still make it work with different versions of spark. Yohana Khoury <[email protected]>于2018年5月28日周一 下午4:21写道: > Hi, > > I am trying to compile Zeppelin 0.8.0 RC2 with spark2.3 profile but with no > luck. I am getting the following error: > [ERROR] Failed to execute goal on project spark-scala-2.10: Could not > resolve dependencies for project > org.apache.zeppelin:spark-scala-2.10:jar:0.8.0: > The following artifacts could not be resolved: > org.apache.spark:spark-repl_2.10:jar:2.3.0, > org.apache.spark:spark-core_2.10:jar:2.3.0, > org.apache.spark:spark-hive_2.10:jar:2.3.0: Failure to find > org.apache.spark:spark-repl_2.10:jar:2.3.0 in > http://repo.jenkins-ci.org/pub > lic/ <http://repo.jenkins-ci.org/public/> was cached in the local > repository, resolution will not be reattempted > until the update interval of repo.jenkins-ci.org has elapsed or updates > are > forced -> [Help 1] > > The commands I used: > *mvn clean install -DskipTests -Drat.skip=true -Pspark-2.3 -Pscala-2.11 > -Pbuild-distr* > > Should it work? > > I have successfully compiled it with spark2.2 profile (mvn clean install > -DskipTests -Drat.skip=true -Pspark-2.2 -Pscala-2.11 -Pbuild-distr) > > One more comment, compiling with spark2.3 is not documented (yet). > > > Thanks >
