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
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?
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
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
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
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
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
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
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
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
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 [
11 matches
Mail list logo