Thanks Ahyoung. I followed bellow approach. I couldn't find JDBC interpreter in available interpreter list.
I ran REST API to check same and JDBC not found. Attached REST API response. GET http://localhost:8080/api/interpreter Source code i could able to find JDBCInterpreter.Java and it has register method but I couldn't able to see JDBC in interpreter list on GUI Create Interpreter page. Also conf/zeppeling-site.xml has JDBC Interpreter still I couldn't find JDBC. Any help would be appreciated. Thanks, Naresh. On Thu, Apr 21, 2016 at 4:29 PM, Ahyoung Ryu <ahyoungry...@gmail.com> wrote: > Hi Naresh, > > AFAIK JDBC interpreter isn't included in any binary versions yet. > The JDBC docs that Venkat linked is for Zeppelin 0.6.0 SNAPSHOT. So If > you want to use JDBC interpreter, you have to build from source. > Here is Zeppelin github repository: > https://github.com/apache/incubator-zeppelin > Please refer to README.md > <https://github.com/apache/incubator-zeppelin/blob/master/README.md> for > the specific information. > Hope this helps :) > > Best, > Ahyoung > > > > 2016년 4월 21일 (목) 오후 7:13, Naresh Kancharla <naresh.kancha...@gmail.com>님이 > 작성: > >> For more information I installed Zeppelin binary. >> >> >> On Thu, Apr 21, 2016 at 3:43 PM, Naresh Kancharla < >> naresh.kancha...@gmail.com> wrote: >> >>> Thanks Venkat. >>> >>> I couldn't find JDBC Interpreter on default installation(out-of box >>> installation). >>> Is JDBC interpreter support exist by default? >>> >>> In order to get JDBC interpreter on Zeppelin GUI, Do I need to add any >>> config to >>> zeppelin-site.xml ? >>> >>> <property> >>> <name>zeppelin.interpreters</name> >>> <value> ??? >>> >>> 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 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 [mailto:naresh.kancha...@gmail.com] >>>> *Sent:* Wednesday, April 20, 2016 11:30 PM >>>> *To:* users@zeppelin.incubator.apache.org >>>> *Subject:* Reg: Using Zeppelin as a Visualisation tool for my SQL >>>> backend system >>>> >>>> >>>> >>>> Hi All, >>>> >>>> >>>> >>>> I came to know about this tool from Spark meetup. >>>> >>>> >>>> >>>> I am using AWS Redshift. Redshift supports SQL queries. >>>> >>>> For example: I can use SQL Workbench which connects to Redshift and >>>> return response. >>>> >>>> Also RedShift has Python SDK which will return data for the query using >>>> Redshift SDK. >>>> >>>> >>>> >>>> *My Requirement:* >>>> >>>> I am looking for Visualisation tool for my query responses. >>>> >>>> >>>> >>>> Doubts: >>>> >>>> 1) Can I use Zeppelin for this ? >>>> >>>> >>>> >>>> 2) Looks like Zeppelin is used only for Spark end point. Am I right ? >>>> >>>> >>>> >>>> 3) How Can I use Zeppelin as a visualisation tool for my requirement ? >>>> >>>> >>>> >>>> >>>> >>>> Can I do like this? >>>> >>>> 1) On Zeppelin GUI user enters SQL query. >>>> >>>> 2) Python will connects to Redshift, executes above given query and >>>> gets query response. >>>> >>>> 3) Pass this response to Zeppelin. >>>> >>>> 4) Can Zeppelin render this in different graph formats? >>>> >>>> >>>> >>>> >>>> >>>> Thanks, >>>> >>>> Naresh. >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >>
rest-response-interpreter
Description: Binary data