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 1min). > > So i would

Re: Helium - Algorithm

2017-04-18 Thread moon soo Lee
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 1min). So i would say it's totally possible, although we might need some improvement to do it more smoothly. What do you think?

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

2017-04-18 Thread moon soo Lee
Hi, You can get reference to ResourcePool by running val resourcePool = z.getInterpreterContext().getResourcePool() // [1] Then you can invoke methods to put resource [2] into it. Hope this works. Thanks, moon [1] https://github.com/apache/zeppelin/blob/master/zeppelin-interpreter/src/main/jav

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 NotebookRepo methods > [1

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/ > src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java#L1287 , > SparkI

struggling with LDAP

2017-04-18 Thread Paul Brenner
Wow, we just setup ldaps today, good timing. First we got everything worked with just ldap (not secure). Then all we had to do was generate keys for the latest version of java we had installed: openssl s_client -connect piq-corp-100.corp.placeiq.net:636 < /dev/null | sed -ne '/-BEGIN CERTIFICAT

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. My

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 su

Re: Zeppelin Notebook Storage in Google Cloud Storage

2017-04-18 Thread Alexander Bezzubov
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 NotebookRepo methods [1] by delegating to appropriate calls in GCS API [2] and may be adding appropriate credent

Zeppelin Notebook Storage in Google Cloud Storage

2017-04-18 Thread Vinay Shukla
Does Zeppelin have functionality to store Notebooks in GCS via VFS? http://zeppelin.apache.org/docs/0.7.1/storage/storage.html Does not mention GCS? Thanks

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

2017-04-18 Thread fish fish
Thank you Lee! I can run the Clock example. However, in https://github.com/apache/zeppelin/blob/master/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java#L1287 , SparkInterpreter only put last evaluated variable into resource pool. So if my helium app need multiple resources like [