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
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
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
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