Hello, I couldn't find SparkR interpreter in the default build off the Master branch (May 6th). I'm using Zeppelin in local environment with hadoop 2.6 and Spark 1.6.2.
I confirmed that SparkR was functioning itself by running $spark.path/bin/sparkR. Here is how I built and started zeppelin: mvn clean package -DskipTests -Pspark-1.6 -Phadoop-2.6 -Pyarn -Ppyspark -Pr -Psparkr ./bin/zeppelin-daemon.sh start Did I miss anything? Any help is greatly appreciated. Best, Ethan