forward3d / rbhive

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

HiveServer2 support. Thrift SASL Client transport #6

Closed kolobock closed 11 years ago

kolobock commented 11 years ago

It allows to connect to Hive Server2 via SASL PLAIN authentication (hive.server2.authentication=NONE -- default hive-site.xml config)

I can successfully fetch/execute queries. No modification queries tested for. Only select, use, set.

andytinycat commented 11 years ago

Thanks so much for this.

kolobock commented 11 years ago

I'm very happy it has been merged into this awesome gem! And yes, It needs for a lot of improvments to looks like the final product. Changes/Improvments are coming soon.

andytinycat commented 11 years ago

We're always happy to take pull requests!

I'm likely to do some work on the HiveServer2 part in the next few weeks, as I need it for $day_job.