Re: [ANNOUNCE] Apache Zeppelin 0.7.1 released

2017-03-31 Thread Jeff Zhang
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

[ANNOUNCE] Apache Zeppelin 0.7.1 released

2017-03-31 Thread Mina Lee
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

Re: Zeppelin Notebook API - reporting errors

2017-03-31 Thread Sofiane Cherchalli
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

Re: Drill Down

2017-03-31 Thread t p
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

Drill Down

2017-03-31 Thread murexconsultant
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

Changing zeppelin theme/appearance

2017-03-31 Thread Paul Brenner
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/

Re: Zeppelin Notebook API - reporting errors

2017-03-31 Thread moon soo Lee
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

Re: Angular FrontEnd API - Drag and Drop

2017-03-31 Thread moon soo Lee
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

Re: Zeppelin Notebook API - reporting errors

2017-03-31 Thread 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