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

impyla in Windows #233

Open
mingzhou opened this issue Dec 29, 2016 · 4 comments
Open

impyla in Windows #233

mingzhou opened this issue Dec 29, 2016 · 4 comments

Comments

@mingzhou
Copy link

Hi, I'm using impyla v0.14.0 with python 2.7 in Windows.
I've got kerberos ticket using MIT kerberos for Windows.
However, when I try to connect impala server, it throws the following exception.
TTransportException: Could not start SASL: None of the mechanisms listed meet all required properties
Any ideas? Thanks.

@mariusvniekerk
Copy link
Contributor

Install puresasl and kerberos from conda forge

@mingzhou
Copy link
Author

mingzhou commented Dec 29, 2016

@mariusvniekerk
Hi, Marius, I cannot install either using:
conda install -c conda-forge kerberos pure-sasl
PackageNotFoundError: Package not found: '' Package missing in current win-64 channels:

I tried pip install but failed in compiling stage...

@ha62791
Copy link

ha62791 commented Jan 27, 2017

pip install impyla
pip install thrift_sasl --no-deps
pip install pure-sasl

This works for me.
Using:

  • Windows 7
  • Anaconda Python 2.7
  • impyla 0.14.0
  • thrift_sasl 0.2.1
  • pure-sasl 0.3.0
  • Impala 2.7 (CDH 5.9, auth_mechanism='PLAIN' with user and password)

@zhuzihao-hz
Copy link

Install puresasl and kerberos from conda forge

Thanks, this works for me

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

4 participants