Closed robert8138 closed 8 years ago
If you look here: https://github.com/elbamos/Zeppelin-With-R/blob/rinterpreter-0.5.5/spark/src/main/java/org/apache/zeppelin/spark/SparkVersion.java
You'll see that isSparkRSupported
is definitely part of the code.
The most likely suspect, is that you're trying to install this on top of an existing Zeppelin source directory, or otherwise not starting from a clean slate.
Can you try again, cloning into an empty directory? Thanks
Ok, I'm going to close this one - it looks like you weren't actually working from a clean install. If you continue to experience problems please open a new issue.
This is super cool. I was trying to get this installed on my local machine, but when I
mvn clean package -DskipTests
I got the following error:
Do you know how I can modify SparkVersion.java to make this work?