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

2016-04-22 Thread Jongyoul Lee
Good! On Fri, Apr 22, 2016 at 2:23 PM, Naresh Kancharla < naresh.kancha...@gmail.com> wrote: > This worked. > > Thanks a lot. > > I took 0.6.0 source and compiled to get JDBC Interpreter. > > only field to change is url name. > > Thanks, > Naresh. > > > On Fri, Apr 22, 2016 at 6:21 AM, Jongyoul L

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

2016-04-21 Thread Naresh Kancharla
This worked. Thanks a lot. I took 0.6.0 source and compiled to get JDBC Interpreter. only field to change is url name. Thanks, Naresh. On Fri, Apr 22, 2016 at 6:21 AM, Jongyoul Lee wrote: > Hi Naresh, > > You can use JDBCInterpreter for what you want to do. It needs jdbc_url > only, and Zepp

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

2016-04-21 Thread Jongyoul Lee
Hi Naresh, You can use JDBCInterpreter for what you want to do. It needs jdbc_url only, and Zeppelin convert your result into table automatically. Hope this help, Regards, J On Thu, Apr 21, 2016 at 3:29 PM, Naresh Kancharla < naresh.kancha...@gmail.com> wrote: > Hi All, > > I came to know abou

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

2016-04-20 Thread Naresh Kancharla
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 Require