-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
When connecting caravel to hive server, throws this error when loading a table #720
Comments
Posted same question with details here http://stackoverflow.com/questions/38237190/when-connecting-caravel-to-hive-server-throws-error-when-loading-a-table |
It's possible there has been some API change in SQLAlchemy, someone will need to look at https://github.com/cloudera/impyla/blob/master/impala/sqlalchemy.py to see why the error is occurring. |
The issue was with the package pyhive. I fixed it dropbox/PyHive@896fa95 |
impala have the same problem: |
Similar issue has been reported here (cloudera/impyla#71), and the exact issue has been posted here (cloudera/impyla#202) however I do not know how to pass
bind=engine
in case of using sqlalchemy via caravelThe text was updated successfully, but these errors were encountered: