Re: Hive thrift C++ client

2010-11-29 Thread Saptarshi Guha
Thanks! I'll look into it tomorrow. Cheers J On Mon, Nov 29, 2010 at 6:42 PM, Carl Steinbach wrote: > Hi Joy, > > The Hive C++ client library is located in odbc/src/cpp. It's actually a > wrapper around the C++ code generated by the Thrift compiler. Directions > describing how to build the libr

Re: Hive thrift C++ client

2010-11-29 Thread Carl Steinbach
Hi Joy, The Hive C++ client library is located in odbc/src/cpp. It's actually a wrapper around the C++ code generated by the Thrift compiler. Directions describing how to build the library are located on the wiki here: http://wiki.apache.org/hadoop/Hive/HiveODBC Thanks. Carl On Mon, Nov 29, 201

Hive thrift C++ client

2010-11-29 Thread Saptarshi Guha
Hello, Does anyone have some example code of using building this? My steps, I'm trying to build a shared library using the thrift api 1. Checked out from SVN (trunk) 2. Made a directory called thrift, into which I place fb303.thrift, hive_metastore.thrift,hive_service.thrift,queryplan.thrift