Hi Zeppelin users!
I was expecting if I stopped Zeppelin daemon server, Mesos Zeppelin Spark
interpreter framework would shutdown together but I was wrong.
Do you know why? If I want to learn more detail, which is the best source
for this question?
Thank you
Best, Jae
Hi Raj,
It's not possible out of the box. However, there're some PRs work in
progress.
https://github.com/apache/incubator-zeppelin/pull/60 is earlier PR
https://github.com/apache/incubator-zeppelin/pull/211 is more recent PR
both worked with MySQL in my testing.
Thanks,
moon
On Mon, Aug 10, 2
Could you explain little bit more about package changes you mean?
Thanks,
moon
On Mon, Aug 17, 2015 at 10:27 AM Pranav Agarwal wrote:
> Any thoughts on how to package changes related to Spark?
> On 17-Aug-2015 7:58 pm, "moon soo Lee" wrote:
>
>> I think releasing SparkIMain and related objects
Hi Bob,
Currently, no way of extract code easily. I think that could be useful
feature. Do you mind file an issue for extract and download code as a file?
And notebook source file is not compatible with IPython and Databricks
notebook.
You can use your own notebook storage and data format by imp
Hi Udit,
You can simply creates multiple conf directory with different configuration
of following env variables
ZEPPELIN_PORT, ZEPPELIN_NOTEBOOK_DIR, ZEPPELIN_IDENT_STRING
And then you can specify alternative conf directory in zeppelin-daemon.sh
script with --config option.
ex) bin/zeppelin-dae
Hi,
I think you can do it using the angulardisplay watch/unwatch feature.
Documentation is here:
https://zeppelin.incubator.apache.org/docs/displaysystem/angular.html
More examples in the feature PR:
https://github.com/apache/incubator-zeppelin/pull/27
On Aug 18, 2015 8:11 AM, "Randy Gelhausen"
Hi,
Is it possible to run multiple zeppelin instances from the same zeppelin
installation. I want to start multiple daemons on different ports and want
to know if I can do all this from a single zeppelin installation.
Thanks in advance,
Udit
Is there a known way to allow elements in the UI to call out to
interpreters?
For example, clicking on a link in a map popup might execute a call to an
interpreter to get additional info.
Is the any way to extract just the code as a .scala or .py file without going
through the note.json files and cut-and-pasting-and-editing each text element?
I just want the source that I've keyed in.
As an alternative, are Zeppelin notebooks source-compatible with either IPython
or Databricks n
Thanks Eran and Moon for the quick reply. I will look into the REST
endpoint implementation and test it out for my use case.
On Mon, Aug 17, 2015 at 12:14 AM, IT CTO wrote:
> @Udit, following your question I found few bugs in the REST API (mainly
> the PUT,DELETE,POST) not working...
> I will ad
https://issues.apache.org/jira/browse/ZEPPELIN-225 created
On Mon, Aug 17, 2015 at 12:26 AM, Corneau Damien
wrote:
> Hi,
>
> To bypass the zeppelin-web ressources restriction, you could also open and
> read file from scala,
> and printing its content using println("%html " + fileContent)
>
> On
Any thoughts on how to package changes related to Spark?
On 17-Aug-2015 7:58 pm, "moon soo Lee" wrote:
> I think releasing SparkIMain and related objects after configurable
> inactivity would be good for now.
>
> About scheduler, I can help implementing such scheduler.
>
> Thanks,
> moon
>
> On S
Hi,
A pull request (https://github.com/apache/incubator-zeppelin/pulls)
created to support such scala syntax.
Thanks,
moon
On Mon, Aug 10, 2015 at 3:27 AM Jeff Zhang wrote:
> > val orders =
> sc.textFile("file:///Users/jzhang/Downloads/SampleData.csv")
> >.map{line=>line.split(",
I think releasing SparkIMain and related objects after configurable
inactivity would be good for now.
About scheduler, I can help implementing such scheduler.
Thanks,
moon
On Sun, Aug 16, 2015 at 11:54 PM Pranav Kumar Agarwal
wrote:
> Hi Moon,
>
> Yes, the notebookid comes from InterpreterCont
Looks interesting.
I forwarded it too.
Thank you ☺
From: moon soo Lee [mailto:m...@apache.org]
Sent: Monday, August 17, 2015 2:21 AM
To: users@zeppelin.incubator.apache.org
Subject: Re: https
This link might help to configure https.
https://github.com/NFLabs/zeppelin/pull/243
Best,
moon
On Sat
@Udit, following your question I found few bugs in the REST API (mainly the
PUT,DELETE,POST) not working...
I will add a JIRA ticket for this and fix it while documenting the usage.
Stay tuned :-)
Eran
On Mon, Aug 17, 2015 at 8:35 AM moon soo Lee wrote:
> Hi Udit,
>
> In addition to Eran's answ
16 matches
Mail list logo