Glenn Thomas

Results 12 comments of Glenn Thomas

Sorry to reopen this thread, but it seems that this is still an issue with the latest release of Knowledge Repo. I've put together a repository using docker-compose that should...

I also tried the patches suggested in this thread: https://github.com/airbnb/knowledge-repo/compare/master...gthomas-slack:master This branch alters the docker image to use those patches: https://github.com/gthomas-slack/knowledge-repo-docker/tree/with-db-patches However it still fails with similar errors.

Hi @naoyak - @robjwang encouraged me to give this another try to see if things have changed / improved. I used the same docker setup referenced above, except switched it...

Thanks for investigating @bulam ! Let me know if/when you would like some help testing/validating the fixes, happy to try it out from my side.

I am facing similar issues. I put together a docker image to reproduce the issue here: https://github.com/airbnb/knowledge-repo/issues/430#issuecomment-506918693

Wondering if anyone has found a solution to this issue?

We also found this using using PyHive `0.6.4` and thrift `0.15.0`. To replicate the issue you can create a hive session using a HTTP transport with the custom header that...

I've tested this PR and this is working nicely for our HiveServer2 service running over `http`. Awesome work @joaopedroantonio - would love to see this get merged

For our particular use-case we need a few more features: * Support for connecting to a `https` endpoint * Support for passing through custom http headers * Support for passing...

For anyone who needs to use http/https HiveServer2 in production right now, It's actually possible with the current release of `PyHive`, as the HiveServer2 Connection class exposes a `thrift_transport` which...