Fwd: R interpreter not working

2016-07-12 Thread Krishnaprasad A S
Hi I'm trying R interpreter on zeppelin (0.6.0) which has R interpreter builtin. It is there in ui, interpreter lin, spark %spark , %spark.pyspark , %spark.r , %spark.sql , %spark.dep I tried %spark.r and %r both throws error, ERROR [2016-07-12 18:07:41,124] ({Thread-97} JobProgressPoller.java[run

Re: R interpreter not working

2016-07-12 Thread Hyung Sung Shim
Hi. Did you get the zeppelin binary package with all interpreters[1]? and If you want to use R, you need to install in your node[2]. [1] http://zeppelin.apache.org/download.html [2] http://zeppelin.apache.org/docs/0.6.0/interpreter/r.html Hope this helps. 2016-07-12 22:11 GMT+09:00 Krishnaprasad

Re: R interpreter not working

2016-07-12 Thread Krishnaprasad A S
Thank you for your help. I tried the same in a new environment and it worked, I think my R installation had some problems in the previous env. On Tue, Jul 12, 2016 at 7:57 PM, Hyung Sung Shim wrote: > Hi. > Did you get the zeppelin binary package with all interpreters[1]? > and If you want to us