Re: Helium - Algorithm

2017-04-18 Thread Sofiane Cherchalli
Thanks Moon. I'll have a look at it. El El mié, 19 abr 2017 a las 6:06, moon soo Lee escribió: > Hi, > > If you take a look Helium Proof of Concept video [1] in the proposal [2], > you'll see one Helium app load data and then visualize data with another > Helium App (from

Re: Zeppelin Notebook Storage in Google Cloud Storage

2017-04-18 Thread Vinay Shukla
Thanks Alex. On Tue, Apr 18, 2017 at 7:03 AM, Alexander Bezzubov wrote: > Hi VInay, > > AFAIK there is no such notebooks storage implementation yet. You can see > the source code for available storages under [0]. > > Although it should be not hard to add, implementing

Re: How to launch a Helium Application in local deploy mode

2017-04-18 Thread fish fish
Hi Just wonder any updates on this thread? Thanks! Best, Chen 2017-04-18 16:10 GMT+08:00 fish fish : > Thank you Lee! I can run the Clock example. However, in > https://github.com/apache/zeppelin/blob/master/spark/ >

struggling with LDAP

2017-04-18 Thread Knapp, Michael
Hi, I have been struggling for weeks to get LDAP to work in Zeppelin now. Unfortunately for me, I cannot use websockets unless also using LDAP for authentication. So if I use the anonymous user, I just get a blank home page. Zeppelin leaves no configuration option to disable web sockets.

Helium - Algorithm

2017-04-18 Thread Sofiane Cherchalli
Hi, Is it possible to use Helium to just implement algorithms without views? My idea is to have a catalog of algorithms that could be chained together. Each algorithm would read input from hdfs, process, and write output to hdfs. This could be very useful for data preprocessing. Any thought or