17 lines
309 B
Plaintext
17 lines
309 B
Plaintext
---
|
|
title: Apache Spark SQL
|
|
hide_title: true
|
|
sidebar_position: 14
|
|
version: 1
|
|
---
|
|
|
|
## Apache Spark SQL
|
|
|
|
The recommended connector library for Apache Spark SQL [pyhive](https://pypi.org/project/PyHive/).
|
|
|
|
The expected connection string is formatted as follows:
|
|
|
|
```
|
|
hive://hive@{hostname}:{port}/{database}
|
|
```
|