Skip to content
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

Open
zmflash opened this issue Mar 25, 2019 · 4 comments
Open

error on HiveSession #28

zmflash opened this issue Mar 25, 2019 · 4 comments

Comments

@zmflash
Copy link

zmflash commented Mar 25, 2019

image

@zmflash zmflash changed the title error 哦那create an instance of HiveSession error on create an instance of HiveSession Mar 25, 2019
@zmflash zmflash changed the title error on create an instance of HiveSession error on HiveSession Mar 25, 2019
@tanmaykm
Copy link
Member

Looks like TApplicationException is marshalled on the wire in some cases. It needs to be declared mutable.

tanmaykm added a commit to tanmaykm/Thrift.jl that referenced this issue Mar 28, 2019
because they are marshalled across wire in some cases (JuliaDatabases/Hive.jl#28)
@tanmaykm
Copy link
Member

Could you try if tanmaykm/Thrift.jl#53 fixes it for you?

@zmflash
Copy link
Author

zmflash commented Mar 28, 2019

image
can't work...

@cprosser
Copy link

cprosser commented Aug 3, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants