[BUG] Pyhive hive URL is not standard hive connection URL
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 545
- PR merge metrics
- No merged PRs in 30d
Description
# The URL scheme specification is not complete
In Apache Hive2, there is a lot of parameters passed to beeline for HIVE clients to connect remote clusters.
The URL scheme contains additional parameters used for SQLalchemy BUT not compatible to Flask-SQLAchemy pure URL schemes, which brings a lot troubles when we want to connect to multiple binds:
[] hadoop
[] hive
[] sql
[] nosql
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.