Files
superset2/docs/docs/databases/impala.mdx
2022-03-07 09:45:44 +02:00

17 lines
300 B
Plaintext

---
title: Apache Impala
hide_title: true
sidebar_position: 9
version: 1
---
## Apache Impala
The recommended connector library to Apache Impala is [impyla](https://github.com/cloudera/impyla).
The expected connection string is formatted as follows:
```
impala://{hostname}:{port}/{database}
```