From 6a622b791bb7ef8216b18737d558a165ee1ec337 Mon Sep 17 00:00:00 2001 From: fanng Date: Mon, 6 Jan 2025 22:26:43 +0800 Subject: [PATCH] fix comment --- docs/hadoop-catalog.md | 2 +- docs/security/credential-vending.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/hadoop-catalog.md b/docs/hadoop-catalog.md index 5c945abd57d..99e1dd7854e 100644 --- a/docs/hadoop-catalog.md +++ b/docs/hadoop-catalog.md @@ -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 diff --git a/docs/security/credential-vending.md b/docs/security/credential-vending.md index 775487069e3..92370f4315d 100644 --- a/docs/security/credential-vending.md +++ b/docs/security/credential-vending.md @@ -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 @@ -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: @@ -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