Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 33198 invoked from network); 5 Jan 2009 21:48:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2009 21:48:05 -0000 Received: (qmail 9335 invoked by uid 500); 5 Jan 2009 21:48:05 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 9305 invoked by uid 500); 5 Jan 2009 21:48:05 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 9294 invoked by uid 99); 5 Jan 2009 21:48:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 13:48:05 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 21:48:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 53396234C4A8 for ; Mon, 5 Jan 2009 13:47:44 -0800 (PST) Message-ID: <117843212.1231192064339.JavaMail.jira@brutus> Date: Mon, 5 Jan 2009 13:47:44 -0800 (PST) From: "Raghotham Murthy (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-48) Support JDBC connections for interoperability between Hive and RDBMS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghotham Murthy updated HIVE-48: --------------------------------- Attachment: hive-48.7.patch Two changes: 1. made JdbcSessionState a dummy class 2. now throwing SQLException for unimplemented functions. > Support JDBC connections for interoperability between Hive and RDBMS > -------------------------------------------------------------------- > > Key: HIVE-48 > URL: https://issues.apache.org/jira/browse/HIVE-48 > Project: Hadoop Hive > Issue Type: Bug > Components: Clients > Reporter: YoungWoo Kim > Assignee: Michi Mutsuzaki > Priority: Minor > Attachments: hadoop-4101.1.patch, hadoop-4101.2.patch, hadoop-4101.3.patch, hadoop-4101.4.patch, hive-48.5.patch, hive-48.6.patch, hive-48.7.patch > > > In many DW and BI systems, the data are stored in RDBMS for now such as oracle, mysql, postgresql ... for reporting, charting and etc. > It would be useful to be able to import data from RDBMS and export data to RDBMS using JDBC connections. > If Hive support JDBC connections, It wll be much easier to use 3rd party DW/BI tools. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.