From 1ee1dd132c83d6894a8949d908704ed03bca2a7f Mon Sep 17 00:00:00 2001 From: yuqi Date: Thu, 26 Dec 2024 15:31:11 +0800 Subject: [PATCH] fix docs --- docs/how-to-use-gvfs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to-use-gvfs.md b/docs/how-to-use-gvfs.md index 7074ea38777..a68d9ef8402 100644 --- a/docs/how-to-use-gvfs.md +++ b/docs/how-to-use-gvfs.md @@ -137,12 +137,12 @@ You can configure these properties in two ways: ``` :::note -If you want to access the S3, GCS, OSS or custom fileset through GVFS, apart from the above properties, you need to place the corresponding bundle/core jar in the Hadoop environment. -For example, if you want to access the S3 fileset, you need to place: +If you want to access the S3, GCS, OSS or custom fileset through GVFS, apart from the above properties, you need to place the corresponding bundle jars in the Hadoop environment. +For example, if you want to access the S3 fileset, you need to place 1. The S3 hadoop bundle jar [`gravitino-aws-hadoop-bundle-${version}.jar`](https://repo1.maven.org/maven2/org/apache/gravitino/gravitino-aws-hadoop-bundle/) 2. or [`gravitino-aws-bundle-${version}.jar`](https://repo1.maven.org/maven2/org/apache/gravitino/gravitino-aws-bundle/), and hadoop-aws jar and other necessary dependencies -In the classpath, it typically locates in `${HADOOP_HOME}/share/hadoop/common/lib/`). +to the classpath, it typically locates in `${HADOOP_HOME}/share/hadoop/common/lib/`). :::