forward3d / rbhive

Ruby gem for querying Apache Hive
http://www.forward3d.com
MIT License
98 stars 75 forks source link

Add `rbhive` support for Hive Thrift Server 2 #3

Closed yoni closed 10 years ago

yoni commented 11 years ago

Hive now has a proper Thrift server which supports multiple connections, transactions, and more. I'm not sure if rbhive in it's current state supports Hive Thrift Server 2.

Opening this issue to track testing and possibly augmenting rbhive to support it.

andykent commented 11 years ago

There isn't support for Hive Thrift Server 2 yet but I believe some of the forward guys have plans to work on this in the near future. Very happy to get a pull request or any more info you may have though.

Thanks for bringing it up.

kolobock commented 11 years ago

I have added a primitive pull request https://github.com/forward/rbhive/pull/6 that supports HiveServer2 Thrift API. It is not good enough but can connect to and execute queries upon the HiveServer2.

andytinycat commented 10 years ago

I'm closing this, as the merged PR adds support for HiveServer2.

yoni commented 10 years ago

Thanks @andytinycat and @kolobock! I'm looking forward to trying this out.