cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support HTTP endpoint in Impyla

timarmstrong opened this issue · comments

We should extend impyla to support THttpClient so it can connect to Impala's new HTTP interface (which will be present in Impala 3.3).

Here's an example of the code change for impala-shell https://gerrit.cloudera.org/#/c/13746/ - https://issues.apache.org/jira/browse/IMPALA-8717

Fixed in #359