[
https://issues.apache.org/jira/browse/DRILL-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003474#comment-15003474
]
Olav Jordens commented on DRILL-3180:
-------------------------------------
Hi Jacques,
I have just downloaded Drill 1.2.0 and am battling to add Netezza as a storage
plugin. I have followed the Drill documentation exactly but after entering the
following json in the web console:
{
"type": "jdbc",
"driver": "org.netezza.Driver",
"url": "jdbc:netezza://edw-vip-prod:5480",
"username": "username",
"password": "password",
"enabled": true
}
and click create I get message:
unable to create / update storage plugin.
I know that netezza is running and I have added the driver jar to the 3rd
parties directory. Any idea what could be going wrong?
Thanks,
OlavJ
> Apache Drill JDBC storage plugin to query rdbms systems such as MySQL and
> Netezza from Apache Drill
> ---------------------------------------------------------------------------------------------------
>
> Key: DRILL-3180
> URL: https://issues.apache.org/jira/browse/DRILL-3180
> Project: Apache Drill
> Issue Type: New Feature
> Components: Storage - Other
> Affects Versions: 1.0.0
> Reporter: Magnus Pierre
> Assignee: Jacques Nadeau
> Labels: Drill, JDBC, plugin
> Fix For: 1.2.0
>
> Attachments: patch.diff, pom.xml, storage-mpjdbc.zip
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> I have developed the base code for a JDBC storage-plugin for Apache Drill.
> The code is primitive but consitutes a good starting point for further
> coding. Today it provides primitive support for SELECT against RDBMS with
> JDBC.
> The goal is to provide complete SELECT support against RDBMS with push down
> capabilities.
> Currently the code is using standard JDBC classes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)