Re: How do I configure R interpreter in Zeppelin?

2017-03-18 Thread Shanmukha Sreenivas Potti
I'm not 100% sure as I haven't set it up but it looks like I'm using Zeppelin preconfigured with Spark and I've also taken a snapshot of the Spark Interpreter configuration that I have access to/using in Zeppelin. This interpreter comes with SQL and Python integration and I'm figuring out how do I

Re: How do I configure R interpreter in Zeppelin?

2017-03-18 Thread moon soo Lee
AFAIK, Amazon EMR service has an option that launches Zeppelin (preconfigured) with Spark. Do you use Zeppelin provided by EMR or are you setting up Zeppelin separately? Thanks, moon On Sat, Mar 18, 2017 at 4:13 PM Shanmukha Sreenivas Potti < shanmu...@utexas.edu> wrote: > ​​ > Hi Moon, > >

Re: How do I configure R interpreter in Zeppelin?

2017-03-18 Thread Shanmukha Sreenivas Potti
​​ Hi Moon, Thanks for responding. Exporting Spark_home is exactly where I have a problem. I'm using Zeppelin notebook with Spark on EMR clusters from an AWS account on cloud. I'm not the master account holder for that AWS account but I'm guessing I'm a client account with limited access

Re: Tensorflow not working in Zeppelin 0.7.0

2017-03-18 Thread Felix Cheung
Right that addresses the error. Thanks!! My original point was that in addition to the uninitialized variable, we could also enhance interactive mode detection - as of now interactive mode is always off for Zeppelin. _ From: moon soo Lee

Re: How do I configure R interpreter in Zeppelin?

2017-03-18 Thread moon soo Lee
If you don't have spark cluster, then you don't need to do 2). After 1) %spark.r interpreter should work. If you do have spark cluster, export SPARK_HOME env variable in conf/zeppelin-env.sh, that should be enough make it work. Hope this helps. Thanks, moon On Fri, Mar 17, 2017 at 2:41 PM