-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert object storage connector docs to md
- Loading branch information
Showing
17 changed files
with
2,374 additions
and
2,388 deletions.
There are no files selected for viewing
867 changes: 432 additions & 435 deletions
867
.../src/main/sphinx/connector/delta-lake.rst → docs/src/main/sphinx/connector/delta-lake.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Hive connector with Alluxio | ||
|
||
The {doc}`hive` can read and write tables stored in the [Alluxio Data Orchestration | ||
System](https://www.alluxio.io/), | ||
leveraging Alluxio's distributed block-level read/write caching functionality. | ||
The tables must be created in the Hive metastore with the `alluxio://` | ||
location prefix (see [Running Apache Hive with Alluxio](https://docs.alluxio.io/os/user/stable/en/compute/Hive.html) | ||
for details and examples). | ||
|
||
Trino queries will then transparently retrieve and cache files or objects from | ||
a variety of disparate storage systems including HDFS and S3. | ||
|
||
## Setting up Alluxio with Trino | ||
|
||
For information on how to setup, configure, and use Alluxio, refer to [Alluxio's | ||
documentation on using their platform with Trino](https://docs.alluxio.io/ee/user/stable/en/compute/Trino.html). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.