Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBFAD189CE for ; Thu, 10 Mar 2016 23:50:03 +0000 (UTC) Received: (qmail 72894 invoked by uid 500); 10 Mar 2016 23:50:01 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 72822 invoked by uid 500); 10 Mar 2016 23:50:01 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 72812 invoked by uid 99); 10 Mar 2016 23:50:01 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2016 23:50:01 +0000 Received: from [10.22.8.110] (unknown [192.175.27.10]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id DAD641A010E for ; Thu, 10 Mar 2016 23:50:00 +0000 (UTC) User-Agent: Microsoft-MacOutlook/14.5.9.151119 Date: Thu, 10 Mar 2016 15:49:57 -0800 Subject: Re: ODBC drivers for Hive 2 From: Gopal Vijayaraghavan Sender: Gopal Vijayaraghavan To: "user@hive.apache.org" Message-ID: Thread-Topic: ODBC drivers for Hive 2 References: <71C37398-2314-4119-88A4-B253047F7E89@gmail.com> In-Reply-To: <71C37398-2314-4119-88A4-B253047F7E89@gmail.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit > If yes, maybe one should think about an open source one, which is >reliable and supports a richer set of Odbc functionality. I had a similar thought last week, which ended up with me discovering that the hive/odbc folder is full of dead code. I'm going to rm -rvf odbc/ with https://issues.apache.org/jira/browse/HIVE-13234 > I can see already some improvements that could be made especially for >visual analytic tools, such as Tableau or Spotfire. The ODBC capabilities bitsets need to be upgraded for something like Tableau's "Add to Context" to create a temporary table instead of running the full query everytime, for instance. Cheers, Gopal