Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A3E11882C for ; Fri, 13 Nov 2015 08:33:11 +0000 (UTC) Received: (qmail 33209 invoked by uid 500); 13 Nov 2015 08:33:11 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 33114 invoked by uid 500); 13 Nov 2015 08:33:11 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 33081 invoked by uid 99); 13 Nov 2015 08:33:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2015 08:33:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EF5512C1F57 for ; Fri, 13 Nov 2015 08:33:10 +0000 (UTC) Date: Fri, 13 Nov 2015 08:33:10 +0000 (UTC) From: "Magnus Pierre (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-3180) Apache Drill JDBC storage plugin to query rdbms systems such as MySQL and Netezza from Apache Drill MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003710#comment-15003710 ] Magnus Pierre commented on DRILL-3180: -------------------------------------- I'm not Jacques, so he might have some more insights but I distinctly remember that Netezza demands to have a database in the URL i.e. jdbc:netezza://edw-vip-prod:5480/DBNAME Worth a try at least. Regards, Magnus > 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)