Files
superset2/docs/src/pages/docs/Connecting to Databases/impala.mdx

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}
```