How do I configure R interpreter in Zeppelin?

2017-03-17 Thread Shanmukha Sreenivas Potti
Hello Group! I'm trying to leverage various R functions in Zeppelin but am having challenges in figuring out how to configure the Spark interpreter/ SPARK_HOME variable. I'm going by this documentation for now, and specifically have issu

Re: Tensorflow not working in Zeppelin 0.7.0

2017-03-17 Thread moon soo Lee
Saw patch [1] has been made in Tensorflow. Thanks Sriram for taking care of this issue! Best, moon [1] https://github.com/tensorflow/tensorflow/pull/8420 On Wed, Mar 15, 2017 at 8:32 PM Sriram Narayanamoorthy wrote: > We fixed the issue on tensorflow by a simply initializing the _interactive >

Re: --files in SPARK_SUBMIT_OPTIONS not working - ZEPPELIN-2136

2017-03-17 Thread Jianfeng (Jeff) Zhang
You can set spark.files in interpreter setting to achieve the same purpose. Best Regard, Jeff Zhang From: Meethu Mathew mailto:meethu.mat...@flytxt.com>> Reply-To: "users@zeppelin.apache.org" mailto:users@zeppelin.apache.org>> Date: Friday, March 17, 2017 at

--files in SPARK_SUBMIT_OPTIONS not working - ZEPPELIN-2136

2017-03-17 Thread Meethu Mathew
Hi, Acc to the zeppelin documentation, to pass a python package to zeppelin pyspark interpreter, you can export it through --files option in SPARK_SUBMIT_OPTIONS in conf/zeppelin-env.sh. When I add a .egg file through the --files option in SPARK_SUBMIT_OPTIONS , zeppelin notebook is not throwing