mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
18 lines
329 B
Plaintext
18 lines
329 B
Plaintext
---
|
|
name: Apache Impala
|
|
menu: Connecting to Databases
|
|
route: /docs/databases/impala
|
|
index: 7
|
|
version: 1
|
|
---
|
|
|
|
## Apache Impala
|
|
|
|
The recommended connector library to Apache Hive is [impyla](https://github.com/cloudera/impyla).
|
|
|
|
The expected connection string is formatted as follows:
|
|
|
|
```
|
|
impala://{hostname}:{port}/{database}
|
|
```
|