dropbox / dropbox/PyHive

Incompability with Teradata SQL package

Open
#355 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
545
PR merge metrics
No merged PRs in 30d

Description

I'm trying to make connections to both databases Teradata and Hive, but when I start the Hive connection and then try to start Teradata connection program crashes.

```python
from pyhive import hive
import teradatasql

h_conn = hive.Connection(host='hive_ip')
t_conn = teradatasql.connect(host='tera_ip', user='user_name', password='pawd')
```

Gave me this error
python: threads.c:353: krb5int_key_register: Assertion `destructors_set[keynum] == 0' failed.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.