-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#5472] improvement(docs): Add example to use cloud storage fileset a…
…nd polish hadoop-catalog document. (#6230) ### What changes were proposed in this pull request? 1. Add full example about how to use cloud storage fileset like S3, GCS, OSS and ADLS 2. Polish how-to-use-gvfs.md and hadoop-catalog-md. 3. Add document how fileset using credential. ### Why are the changes needed? For better user experience. Fix: #5472 ### Does this PR introduce _any_ user-facing change? N/A. ### How was this patch tested? N/A Co-authored-by: Qi Yu <[email protected]>
- Loading branch information
1 parent
6c9a0d0
commit dec7ea0
Showing
9 changed files
with
2,157 additions
and
293 deletions.
There are no files selected for viewing
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
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,26 @@ | ||
--- | ||
title: "Hadoop catalog index" | ||
slug: /hadoop-catalog-index | ||
date: 2025-01-13 | ||
keyword: Hadoop catalog index S3 GCS ADLS OSS | ||
license: "This software is licensed under the Apache License version 2." | ||
--- | ||
|
||
### Hadoop catalog overall | ||
|
||
Gravitino Hadoop catalog index includes the following chapters: | ||
|
||
- [Hadoop catalog overview and features](./hadoop-catalog.md): This chapter provides an overview of the Hadoop catalog, its features, capabilities and related configurations. | ||
- [Manage Hadoop catalog with Gravitino API](./manage-fileset-metadata-using-gravitino.md): This chapter explains how to manage fileset metadata using Gravitino API and provides detailed examples. | ||
- [Using Hadoop catalog with Gravitino virtual file system](how-to-use-gvfs.md): This chapter explains how to use Hadoop catalog with the Gravitino virtual file system and provides detailed examples. | ||
|
||
### Hadoop catalog with cloud storage | ||
|
||
Apart from the above, you can also refer to the following topics to manage and access cloud storage like S3, GCS, ADLS, and OSS: | ||
|
||
- [Using Hadoop catalog to manage S3](./hadoop-catalog-with-s3.md). | ||
- [Using Hadoop catalog to manage GCS](./hadoop-catalog-with-gcs.md). | ||
- [Using Hadoop catalog to manage ADLS](./hadoop-catalog-with-adls.md). | ||
- [Using Hadoop catalog to manage OSS](./hadoop-catalog-with-oss.md). | ||
|
||
More storage options will be added soon. Stay tuned! |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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