Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Nov 14, 2024
1 parent a9c64f1 commit 654ef06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void startUp() throws Exception {
// This value can be by tune by the user, please change it accordingly.
defaultBockSize = 32 * 1024 * 1024;

// This value is 1 for ABFS, 3 for GCS, and 1 for S3A.
// This value is 1 for ABS, 3 for GCS, and 1 for S3A.
defaultReplication = 1;

metalakeName = GravitinoITUtils.genRandomName("gvfs_it_metalake");
Expand Down
2 changes: 1 addition & 1 deletion docs/hadoop-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ In the meantime, you need to place the corresponding bundle jar [`gravitino-aliy

| Configuration item | Description | Default value | Required | Since version |
|-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|-------------------------------------------|------------------|
| `filesystem-providers` | The file system providers to add. Set it to `abs` if it's a Azure blob storage fileset, or a comma separated string that contains `abfs` like `oss,abs,s3` to support multiple kinds of fileset including `abs`. | (none) | Yes | 0.8.0-incubating |
| `filesystem-providers` | The file system providers to add. Set it to `abs` if it's a Azure blob storage fileset, or a comma separated string that contains `abs` like `oss,abs,s3` to support multiple kinds of fileset including `abs`. | (none) | Yes | 0.8.0-incubating |
| `default-filesystem-provider` | The name default filesystem providers of this Hadoop catalog if users do not specify the scheme in the URI. Default value is `builtin-local`, for Azure blob storage, if we set this value, we can omit the prefix 'abfss://' in the location. | `builtin-local` | No | 0.8.0-incubating |
| `abs-account-name` | The account name of Azure blob storage. | (none) | Yes if it's a Azure blob storage fileset. | 0.8.0-incubating |
| `abs-account-key` | The account key of Azure blob storage. | (none) | Yes if it's a Azure blob storage fileset. | 0.8.0-incubating |
Expand Down

0 comments on commit 654ef06

Please sign in to comment.