mirror of
https://github.com/apache/superset.git
synced 2026-06-08 09:09:27 +00:00
chore: Update Docusaurus links (#18581)
* Fix links * Fix internal link refs * Add contribution page redirect
This commit is contained in:
16
docs/docs/databases/hive.mdx
Normal file
16
docs/docs/databases/hive.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
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}
|
||||
```
|
||||
Reference in New Issue
Block a user