Github user necosta commented on the issue:
https://github.com/apache/zeppelin/pull/2864
Ok, let me update on the issue.
There was a confusion on my side between SparkR and R
Latest master, ff4c0f3551df1, running:
`
mvn clean package --batch-mode package -Phelium-dev -Pscala-2.11
-Dscala.version=2.11.8 -Dscala.binary.version=2.11 -Pbuild-distr -Pspark-2.1
-Dspark.version=2.1.1 -Pr -Dhadoop.version=2.7.3 -Dmaven.findbugs.enable=false
-Drat.skip=true -Dcheckstyle.skip=true -DskipTests
`
Error:
`
[INFO] Zeppelin: R Interpreter ............................ FAILURE [
1.221 s]
[INFO] Zeppelin: Helium development interpreter ........... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 23:39 min
[INFO] Finished at: 2018-04-13T09:31:24+01:00
[INFO] Final Memory: 372M/1979M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project zeppelin-zrinterpreter_2.10:
Could not resolve dependencies for project
org.apache.zeppelin:zeppelin-zrinterpreter_2.10:jar:0.9.0-SNAPSHOT: Could not
find artifact org.apache.zeppelin:zeppelin-spark_2.11:jar:0.9.0-SNAPSHOT in
apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1]
`
I applied my bugfix on top of latest master (also a code format correction
on JDBC) and got a successful build with the same parameters.
@zjffdu , another review? Thanks
---