Re: Running R on Zeppelin EMR Cluster

2016-09-06 Thread Mark Mikolajczak - 07855 306 064
Thanks I was afraid that was the solution. I am connecting to a Couchbase database and the connector only supports Spark 1.6 and by upgrading I will be using EMR-5.0.0 which seems to only run Spark 2.0… > On 6 Sep 2016, at 16:27, Hyung Sung Shim wrote: > > and EMR-5.0.0

Re: Running R on Zeppelin EMR Cluster

2016-09-06 Thread Hyung Sung Shim
and EMR-5.0.0 supports Zeppelin 0.6.1. 2016-09-07 0:24 GMT+09:00 Hyung Sung Shim : > Hi. > Unfortunately Zeppelin 0.5.6 does not support R interpreter. > Could you upgrade your Zeppelin to higher version? > > 2016-09-06 23:53 GMT+09:00 Mark Mikolajczak - 07855 306 064 < >

Re: Running R on Zeppelin EMR Cluster

2016-09-06 Thread Hyung Sung Shim
Hi. Unfortunately Zeppelin 0.5.6 does not support R interpreter. Could you upgrade your Zeppelin to higher version? 2016-09-06 23:53 GMT+09:00 Mark Mikolajczak - 07855 306 064 < m...@flayranalytics.co.uk>: > Hi All, > > I am trying to setup the R interpreter to run in Zeppelin which is >

Running R on Zeppelin EMR Cluster

2016-09-06 Thread Mark Mikolajczak - 07855 306 064
Hi All, I am trying to setup the R interpreter to run in Zeppelin which is currently running on EMR. Zeppelin is working perfectly and I am able to write script in Scala and Python. When I use %r, %sparkR or %knitr I receive an error : "r interpreter not found" The applications which I have