You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I have added a primitive pull request #6 that supports HiveServer2 Thrift API.
It is not good enough but can connect to and execute queries upon the HiveServer2.
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.
The text was updated successfully, but these errors were encountered: