mirror of
https://github.com/apache/superset.git
synced 2026-05-08 09:25:56 +00:00
17 lines
316 B
Plaintext
17 lines
316 B
Plaintext
---
|
|
title: Apache Hive
|
|
hide_title: true
|
|
sidebar_position: 8
|
|
version: 1
|
|
---
|
|
|
|
## Apache Hive
|
|
|
|
The [pyhive](https://pypi.org/project/PyHive/) library is the recommended way to connect to Hive through SQLAlchemy.
|
|
|
|
The expected connection string is formatted as follows:
|
|
|
|
```
|
|
hive://hive@{hostname}:{port}/{database}
|
|
```
|