Awesome, Thanks for your effort Mina
Mina Lee 于2017年4月1日 周六上午10:01写道:
> The Apache Zeppelin community is pleased to announce the availability of
> the 0.7.1 release.
>
> Zeppelin is a collaborative data analytics and visualization tool for
> distributed, general-purpose data processing system such
The Apache Zeppelin community is pleased to announce the availability of
the 0.7.1 release.
Zeppelin is a collaborative data analytics and visualization tool for
distributed, general-purpose data processing system such as Apache Spark,
Apache Flink, etc.
The community put significant effort into
No problem. I'll film the issue.
Thanks
El El vie, 31 mar 2017 a las 22:32, moon soo Lee escribió:
> Thanks for the suggestion.
>
> As far as i know, there's no related issue in JIRA.
> Do you mind create one?
>
> Thanks,
> moon
>
>
> On Fri, Mar 31, 2017 at 2:49 AM Sofiane Cherchalli
> wrote
Happy to share some thoughts here. I did not find an easy way to do this for
postgres/psql or other interpreters. Here is what I did using the spark
interpreter.
I am not doing drill down via html links, but via select/drop drown list.
Hopefully you can do something for links.
Here is the ang
I am trying to create a drill down in Zeppelin on some data. Taking the
bank data in the example I have this paragraph:
%sql
select concat('%html ',job,''),
sum(balance),avg(balance) from bank
group by job order by job
Which displays the data I want. But was trying to get the next paragraph to
up
I’m trying to figure out how to make changes to zeppelin’s appearance when
editing code. For example, when I have code after an open quote the code is
colored blue text with red background which is illegible. I was hoping to just
change the Ace theme following this
https://share.polymail.io/v1/
Thanks for the suggestion.
As far as i know, there's no related issue in JIRA.
Do you mind create one?
Thanks,
moon
On Fri, Mar 31, 2017 at 2:49 AM Sofiane Cherchalli
wrote:
> Any taker? Is this an issue or expected behaviour?
>
> Thanks.
>
> On Thu, Mar 30, 2017 at 9:52 PM, Sofiane Cherchalli
Hi,
Regarding list the notebooks, please check
http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/manual/notebookashomepage.html#show-note-list-in-your-custom-homepage.
There can be other ways to do, but this i the simplest way i think.
Thanks,
moon
On Tue, Mar 28, 2017 at 6:04 AM Sofiane Cherchalli
Any taker? Is this an issue or expected behaviour?
Thanks.
On Thu, Mar 30, 2017 at 9:52 PM, Sofiane Cherchalli
wrote:
> Hi,
>
> I am running notebooks through the Notebook API by running synchronously
> every paragraph of the notebook, but it seems that if something fails
> during the execution