Re: Can't download zeppelin 0.6.1 binary

2016-09-06 Thread Corneau Damien
Hi York, Thanks for reporting it, seems we had a small problem when compiling the website last time. We are working on a Hotfix right now, shouldn't take long before it's back up again. We will post in this thread once its done. On Wed, Sep 7, 2016 at 8:50 AM, York Huang wrote: > Hi, > > I go

Re: Zeppelin architecture

2016-09-06 Thread York Huang
Hi Moon, Sorry, a few more questions. My cluster is a mapr cluster. If I want to install zeppelin on one edge node and multiple users access that zeppelin, how do I set up multiple users to run jobs and access data in MapR cluster using their own accounts? If I want to install zeppelin on every

Re: Zeppelin architecture

2016-09-06 Thread York Huang
Hi Moon, More questions. If I set up the MapR cluster in secure mode, how do I set up zeppelin? Thanks, York On 6 September 2016 at 17:16, York Huang wrote: > Hi Moon, > > Thanks for your response. > > I have a MapR 4.1 cluster and would like to use zeppelin on it. If I > install zeppelin on

Can't download zeppelin 0.6.1 binary

2016-09-06 Thread York Huang
Hi, I go to the link http://zeppelin.apache.org/download.html. But I can't download zeppelin binary from there. Does anyone know why? Thanks, York

Re: Zeppelin and Docker Images

2016-09-06 Thread Mohit Jaggi
+1 to the idea of separating the "code" from the configuration, data, logs and notebooks at a high level directory. BTW, 1.2GB doesn't seem too large. But you could perhaps leave out the interpreters you don't want to use. On Tue, Sep 6, 2016 at 11:39 AM, John Omernik wrote: > Hey all, > > I kn

Re: Running R on Zeppelin EMR Cluster

2016-09-06 Thread Flayranalytics
Thanks for sharing. That is disappointing that R is not available on EMR. I will look out for updates. Regards, Mark > On 6 Sep 2016, at 17:42, Jonathan Kelly wrote: > > Mark, > > I see in the couchbase-spark-connector Github project that they have already > upgraded to Spark 2.0 > (ht

Zeppelin and Docker Images

2016-09-06 Thread John Omernik
Hey all, I know folks are using Docker with Zeppelin, and I am trying to find a nice balance between size of images and usefulness of the image. Basically, when I build Zeppelin, the resulting directory is quite large, 1.2GB. So the first question is, what is actually needed in the Docker Image

Re: Running R on Zeppelin EMR Cluster

2016-09-06 Thread Jonathan Kelly
Mark, I see in the couchbase-spark-connector Github project that they have already upgraded to Spark 2.0 ( https://github.com/couchbase/couchbase-spark-connector/pull/9) but that this change has not yet been released into a new version. According to the discussion on that pull request, it sounds l

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 supports Zeppelin 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 < > m...@flayranalytics.co.

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 > currentl

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 ru

Re: Zeppelin architecture

2016-09-06 Thread York Huang
Hi Moon, Thanks for your response. I have a MapR 4.1 cluster and would like to use zeppelin on it. If I install zeppelin on an edge node, what security should I set up? The online document is a bit confusing. Basically, I want to set up every users have their own account (either AD or newly creat