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

Can I make connection to Impala from this driver #26

Open
ntallapa12 opened this issue Apr 10, 2020 · 2 comments
Open

Can I make connection to Impala from this driver #26

ntallapa12 opened this issue Apr 10, 2020 · 2 comments

Comments

@ntallapa12
Copy link

Our users use both hive and impala.

From this thrift client, is it possible to create connection to impala? If yes do you have any examples/usage/test cases around it?

@ntallapa12
Copy link
Author

I didnt realize its so much easy with this driver to make impala connections with same code written for hive, I was able to make connection just by changing the port number (from 10000 for hive to 21051 for impala). I am also able to run some queries locally, will test it out more next week.

Meanwhile if you have any additional details on this please let me know. Thanks

@lenchv
Copy link
Owner

lenchv commented Apr 13, 2020

hi @ntallapa12 unfortunately, I didn’t test the hive-driver on impala. It seems to me the api is similar, but impala’s one is more extended. Probably, it is a good thing to add it to the story. But I cannot promise to implement it in the near future. I keep this issue updating. Also, I appreciate any help, so if you find out something let me know. Thanks

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

2 participants