-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error on HiveSession #28
Comments
Looks like |
because they are marshalled across wire in some cases (JuliaDatabases/Hive.jl#28)
Could you try if tanmaykm/Thrift.jl#53 fixes it for you? |
I'm experiencing the same problem and just did some research and the client_protocol error occurs when the client Thrift IDL (aka in this package) is newer than the server. https://issues.apache.org/jira/browse/HIVE-6050 . In my case I'm attempting to attach to Cloudera CDH 5.16-2. |
The text was updated successfully, but these errors were encountered: