Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Jan 6, 2025
1 parent 80dd594 commit 6a622b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/hadoop-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Refer to [Schema operation](./manage-fileset-metadata-using-gravitino.md#schema-
| `authentication.kerberos.keytab-uri` | The URI of The keytab for the Kerberos authentication for the fileset. | The parent(schema) value | No | 0.6.0-incubating |
| `credential-providers` | The credential provider types, separated by comma. | (none) | No | 0.8.0-incubating |

Credential providers can be specified in several places, as listed below. Gravatino checks the provider settings in the following order of precedence:
Credential providers can be specified in several places, as listed below. Gravitino checks the `credential-provider` setting in the following order of precedence:

1. Fileset properties
2. Schema properties
Expand Down
8 changes: 4 additions & 4 deletions docs/security/credential-vending.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gravitino credential vending is used to generate temporary or static credentials
- GCS: `GCSTokenCredential`
- ADLS: `ADLSTokenCredential`, `AzureAccountKeyCredential`
- OSS: `OSSTokenCredential`, `OSSSecretKeyCredential`
- No support to Spark/Trino/Flink connector yet.
- No support for Spark/Trino/Flink connector yet.

## General configurations

Expand Down Expand Up @@ -130,7 +130,7 @@ Gravitino supports custom credentials, you can implement the `org.apache.graviti

## Deployment

Besides setting credentials related configuration, please download Gravitino cloud bundle jar and place it in the classpath of Iceberg catalog server or Hadoop catalog.
Besides setting credentials related configuration, please download Gravitino cloud bundle jar and place it in the classpath of Iceberg REST server or Hadoop catalog.

Gravitino cloud bundle jar:

Expand All @@ -141,10 +141,10 @@ Gravitino cloud bundle jar:

The classpath of the server:

- Iceberg REST server: the classpath differs in different deploy mode, please refer to [Server manage](../iceberg-rest-service.md#server-management) part.
- Iceberg REST server: the classpath differs in different deploy mode, please refer to [Server management](../iceberg-rest-service.md#server-management) part.
- Hadoop catalog: `catalogs/hadoop/libs/`

## Scenarios
## Usage example

### Credential vending for Iceberg REST server

Expand Down

0 comments on commit 6a622b7

Please sign in to comment.