Re: HS2 ODBC incompatibility

2013-10-22 Thread Carl Steinbach
; > > > TFetchResultsResp *fetchRes = *new* TFetchResultsResp(); > > connection->client->FetchResults(*fetchRes, *fetchReq); > > std::vector vRow = fetchRes->results.rows; > > cout<<"Row size:" << vRow.size() <<*endl*; > > > >

RE: HS2 ODBC incompatibility

2013-10-22 Thread Haroon Muhammad
oing a SELECT which should return 10k rows in my table). Would it be possible to share/point to a working thrift client (any language) sample code for HiveServer2? It would help me verify the steps I am doing. Thanks Date: Mon, 21 Oct 2013 12:11:27 -0700 Subject: Re: HS2 ODBC incompatibility Fro

Re: HS2 ODBC incompatibility

2013-10-22 Thread Prasad Mujumdar
hanks > ------ > Date: Mon, 21 Oct 2013 12:11:27 -0700 > Subject: Re: HS2 ODBC incompatibility > From: cwsteinb...@gmail.com > To: user@hive.apache.org > > > Cloudera has an ODBC driver that is compatible with both HiveServer1 and > HiveServer2.

RE: HS2 ODBC incompatibility

2013-10-22 Thread Haroon Muhammad
: Mon, 21 Oct 2013 12:11:27 -0700 Subject: Re: HS2 ODBC incompatibility From: cwsteinb...@gmail.com To: user@hive.apache.org Cloudera has an ODBC driver that is compatible with both HiveServer1 and HiveServer2. More info here: http://www.cloudera.com/content/cloudera-content/cloudera-docs/C

Re: HS2 ODBC incompatibility

2013-10-21 Thread Carl Steinbach
Cloudera has an ODBC driver that is compatible with both HiveServer1 and HiveServer2. More info here: http://www.cloudera.com/content/cloudera-content/cloudera-docs/Connectors/PDF/Cloudera-ODBC-Driver-for-Apache-Hive-Install-Guide.pdf Thanks. Carl On Mon, Oct 21, 2013 at 12:01 PM, Thejas Nair

Re: HS2 ODBC incompatibility

2013-10-21 Thread Thejas Nair
Yes, the current odbc driver source in hive is not compatible with hive server2. I am not aware of any body working on it. But you can download odbc driver add on for hive server2, for free from the hortonworks website - http://hortonworks.com/download/download-archives/ On Mon, Oct 21, 2013 at 5:

HS2 ODBC incompatibility

2013-10-21 Thread Haroon Muhammad
Hi, Source under ODBC seems to be incompatible with HS2's changed RPC thrift interface. Are there any plans on getting an updated version out any time sooner ? Thanks,