Any reason why PostgreSQL is not merged into jdbc interpreter

2016-08-18 Thread Jeff Zhang
Is there anything specific for postgreSQL so that zeppelin didn't merge it into the general jdbc interpreter ? -- Best Regards Jeff Zhang

JDBC Interpreter

2016-08-18 Thread tog
Hi I have installed Zeppelin so that it can connect to a HDP cluster. I have configured the jdbc interpreter to use HIVE - but I have a strange behavior (i.e. differences with what I get from Ambari) For example, the following *does work* with Ambari: show databases; use mydb; show tables; The

Re: Issues in Zeppelin 0.6.0

2016-08-18 Thread Jeff Zhang
Hi Since you have many issues, let's focus one issue first. >>> *not able to use the HiveContext to read the Hive table* Can you paste your code of how you use HiveContext ? Do you create it by yourself ? It should be created by zeppelin, so you don't need to create it. What's in interpreter l

donut chart

2016-08-18 Thread Teik Hooi Beh
I notice that back in Sept 2015, there was a donut chart added to Zeppelin (adding donut chart #290). Was it committed coz I seem to have seen it in 0.6.0? Anyone have any sample code to use donut chart on Zeppelin? Thanks

Re: donut chart

2016-08-18 Thread Corneau Damien
No, it wasn't merged. Is there some special use cases to use donut instead of pie chart? On Fri, Aug 19, 2016 at 9:34 AM, Teik Hooi Beh wrote: > I notice that back in Sept 2015, there was a donut chart added to Zeppelin > (adding donut chart #290). Was it committed coz I seem to have seen it in

Re: donut chart

2016-08-18 Thread Teik Hooi Beh
Trying to simulate the following charts - 1. https://dribbble.com/shots/739611-Donut-Charts-with-D3-js/attachments/71084 2. http://www.adeveloperdiary.com/d3-js/create-a-simple-donut-chart-using-d3-js/ I also notice that I could not display nvd3 charts in Zeppelin. E.g. I have imported this https

Re: donut chart

2016-08-18 Thread Corneau Damien
I just tried it on Master and branch-0.6 and have no problem rendering this Notebook. There is supposed to be one chart in between "Inline front-end rendering visualization" and "Inline back-end rendering visualization" Any error in the console? On Fri, Aug 19, 2016 at 10:25 AM, Teik Hooi Beh wro

Re: donut chart

2016-08-18 Thread Teik Hooi Beh
The inline front-end is not appearing (that was the one I am referring to that uses nvd3) and the inline back-end is not appearing as well (this I know as there are some issues with my pyspark but I am not using it). Any possibilities that the nvd3 lib is not available? On Fri, Aug 19, 2016 at 2:

Re: donut chart

2016-08-18 Thread Corneau Damien
You might want to re-import the Notebook. Maybe you tried to run it and it broke the results. The inline back-end do not depend on any interpreter, results of paragraphs are stored in the Notebook and rendered without the need to run any of the paragraphs. If you have any error related to the HTML

Re: donut chart

2016-08-18 Thread Teik Hooi Beh
I have re import the notebook, so the back-end shows the graph but the front-end still showing blank and no errors showing on graph's paragraph. On Fri, Aug 19, 2016 at 3:22 PM, Corneau Damien wrote: > You might want to re-import the Notebook. > Maybe you tried to run it and it broke the results

Re: JDBC Interpreter

2016-08-18 Thread Jongyoul Lee
Zeppelin's JDBC interpreter support single commands at once. That's because Zeppelin cannot handle different multiple output within a paragraph. On Fri, Aug 19, 2016 at 1:50 AM, tog wrote: > Hi > > I have installed Zeppelin so that it can connect to a HDP cluster. > > I have configured the jdbc

Re: Any reason why PostgreSQL is not merged into jdbc interpreter

2016-08-18 Thread Jongyoul Lee
PostgreSql will be merged into next major release. On Thu, Aug 18, 2016 at 5:03 PM, Jeff Zhang wrote: > Is there anything specific for postgreSQL so that zeppelin didn't merge it > into the general jdbc interpreter ? > > -- > Best Regards > > Jeff Zhang > -- 이종열, Jongyoul Lee, 李宗烈 http://mad

Re: Any reason why PostgreSQL is not merged into jdbc interpreter

2016-08-18 Thread Jeff Zhang
Thanks Lee. On Fri, Aug 19, 2016 at 12:49 PM, Jongyoul Lee wrote: > PostgreSql will be merged into next major release. > > On Thu, Aug 18, 2016 at 5:03 PM, Jeff Zhang wrote: > >> Is there anything specific for postgreSQL so that zeppelin didn't merge >> it into the general jdbc interpreter ? >>