RE: Using Zeppelin as a Visualisation tool for my SQL backend system

2016-04-20 Thread Venkat Muthuswamy
You can use the generic JDBC interpreter to connect to your SQL engine, run the query that you typed in Zeppelin and display the results in tabular form or in charts. https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/interpreter/jdbc.html Venkat *From:* Naresh Kancharla [m

RE: Using Zeppelin as a Visualisation tool for my SQL backend system

2016-04-21 Thread Venkat Muthuswamy
ig to zeppelin-site.xml ? zeppelin.interpreters ??? Please let me know. It would be great help. Thanks, Naresh. On Thu, Apr 21, 2016 at 12:09 PM, Venkat Muthuswamy < venkat.muthusw...@esgyn.com> wrote: You can use the generic JDBC interpreter to connect to your

RE: Using Zeppelin as a Visualisation tool for my SQL backend system

2016-04-21 Thread Venkat Muthuswamy
dn't able to connect. Thanks, Naresh. On Thu, Apr 21, 2016 at 10:02 PM, Venkat Muthuswamy < venkat.muthusw...@esgyn.com> wrote: Hi Naresh, You can try the current psql (PostgresSQL) interpreter in the 0.5.x binaries. You can set the postgresql.driver.name and postgresql.url pr