You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by "Sunderlin, Mark" <ma...@teamaol.com> on 2012/02/02 14:59:22 UTC

RE: Hive ODBC - Microsoft’s Involvement

>> Any reason you want to use a ODBC and not Thrift ?  Hive supports the thrift protocol. There are thrift libraries for C# and you can easily integrate it into your project for direct access to HIVE via your C# code.

ODBC opens Hive up for use through any number of Windows based SQL client products that do not talk JDBC, allowing end users to use the same client for Hive that they use for other RDBMs.


---
Mark E. Sunderlin
Solutions Architect |AOLCore Data Technologies
P: 703-256-6935 | C: 540-327-6222 | AIM: MESunderlin
22000 AOL Way | Dulles, VA | 20166

From: Viral Bajaria [mailto:viral.bajaria@gmail.com]
Sent: Wednesday, February 01, 2012 9:57 PM
To: user@hive.apache.org
Subject: Re: Hive ODBC - Microsofts Involvement

Any reason you want to use a ODBC and not Thrift ?  Hive supports the thrift protocol. There are thrift libraries for C# and you can easily integrate it into your project for direct access to HIVE via your C# code.
On Wed, Feb 1, 2012 at 6:40 PM, John Omernik <jo...@omernik.com>> wrote:
I see that, but will that hive ODBC driver work with a standard hive install, or will it be limited to Microsoft's cloud version of Hadoop/Hive?  Anyone tried the driver?

On Wed, Feb 1, 2012 at 4:23 PM, Tucker, Matt <Ma...@disney.com>> wrote:
The Hive driver that Microsoft will be releasing is ODBC, so you should be able to interact with Hive just like you would with any other relational database.

From: John Omernik [mailto:john@omernik.com<ma...@omernik.com>]
Sent: Wednesday, February 01, 2012 3:22 PM
To: user@hive.apache.org<ma...@hive.apache.org>
Subject: Hive ODBC - Microsofts Involvement

Does anyone know if the driver Microsoft is talking about with their Azure based hadoop/hive setup would work for connecting Windows applications (Excel/.NET Web Apps etc) to Apache Hive running on Unix?  Looking for a way to connect .NET Web apps to Hive for some process flow upgrades.

Thanks!