forward3d / rbhive

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

Add SASL/GSSAPI (Kerberos) support #48

Open colinmarc opened 7 years ago

colinmarc commented 7 years ago

I rebased https://github.com/forward3d/rbhive/pull/23 and heavily refactored it; the actual changes are still @grisha's. I've tested this against a cluster with kerberos enabled.

Among the improvements is a replacing of all the gnarly buffer code with FramedTransport, which ships with thrift.