This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 380b559f89 [#8148] fix(docs): Fix doc error about artifact 
filesystem-hadoop3-runtime (#8149)
380b559f89 is described below

commit 380b559f892bba3fea1f954132357c64a9c472ca
Author: Mini Yu <[email protected]>
AuthorDate: Tue Aug 19 11:28:56 2025 +0800

    [#8148] fix(docs): Fix doc error about artifact filesystem-hadoop3-runtime 
(#8149)
    
    ### What changes were proposed in this pull request?
    
    Rename artifact `filesystem-hadoop3-runtime` to
    `gravitino-filesystem-hadoop3-runtime`
    
    ### Why are the changes needed?
    
    Artifact `filesystem-hadoop3-runtime` has been renamed to
    `gravitino-filesystem-hadoop3-runtime` since 0.8.0
    
    Fix: #8148
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A.
    
    ### How was this patch tested?
    
    N/A
---
 docs/fileset-catalog-with-adls.md | 4 ++--
 docs/fileset-catalog-with-gcs.md  | 4 ++--
 docs/fileset-catalog-with-oss.md  | 4 ++--
 docs/fileset-catalog-with-s3.md   | 4 ++--
 docs/how-to-use-gvfs.md           | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/fileset-catalog-with-adls.md 
b/docs/fileset-catalog-with-adls.md
index 720980ae7f..c579ad7a5c 100644
--- a/docs/fileset-catalog-with-adls.md
+++ b/docs/fileset-catalog-with-adls.md
@@ -277,7 +277,7 @@ If your wants to custom your hadoop version or there is 
already a hadoop version
 
   <dependency>
     <groupId>org.apache.gravitino</groupId>
-    <artifactId>filesystem-hadoop3-runtime</artifactId>
+    <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
 
@@ -299,7 +299,7 @@ Or use the bundle jar with Hadoop environment if there is 
no Hadoop environment:
 
   <dependency>
     <groupId>org.apache.gravitino</groupId>
-    <artifactId>filesystem-hadoop3-runtime</artifactId>
+    <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
 ```
diff --git a/docs/fileset-catalog-with-gcs.md b/docs/fileset-catalog-with-gcs.md
index f4499ee905..458c18075c 100644
--- a/docs/fileset-catalog-with-gcs.md
+++ b/docs/fileset-catalog-with-gcs.md
@@ -268,7 +268,7 @@ If your wants to custom your hadoop version or there is 
already a hadoop version
   </dependency>
   <dependency>
     <groupId>org.apache.gravitino</groupId>
-    <artifactId>filesystem-hadoop3-runtime</artifactId>
+    <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
 
@@ -290,7 +290,7 @@ Or use the bundle jar with Hadoop environment if there is 
no Hadoop environment:
 
   <dependency>
     <groupId>org.apache.gravitino</groupId>
-    <artifactId>filesystem-hadoop3-runtime</artifactId>
+    <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
 ```
diff --git a/docs/fileset-catalog-with-oss.md b/docs/fileset-catalog-with-oss.md
index 081906d3b1..5666898cd7 100644
--- a/docs/fileset-catalog-with-oss.md
+++ b/docs/fileset-catalog-with-oss.md
@@ -283,7 +283,7 @@ If your wants to custom your hadoop version or there is 
already a hadoop version
 
   <dependency>
     <groupId>org.apache.gravitino</groupId>
-    <artifactId>filesystem-hadoop3-runtime</artifactId>
+    <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
 
@@ -305,7 +305,7 @@ Or use the bundle jar with Hadoop environment if there is 
no Hadoop environment:
 
   <dependency>
     <groupId>org.apache.gravitino</groupId>
-    <artifactId>filesystem-hadoop3-runtime</artifactId>
+    <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
 ```
diff --git a/docs/fileset-catalog-with-s3.md b/docs/fileset-catalog-with-s3.md
index 0d80f03066..59931ba2d8 100644
--- a/docs/fileset-catalog-with-s3.md
+++ b/docs/fileset-catalog-with-s3.md
@@ -285,7 +285,7 @@ Similar to Spark configurations, you need to add S3 
(bundle) jars to the classpa
 
   <dependency>
     <groupId>org.apache.gravitino</groupId>
-    <artifactId>filesystem-hadoop3-runtime</artifactId>
+    <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
 
@@ -308,7 +308,7 @@ Or use the bundle jar with Hadoop environment if there is 
no Hadoop environment:
 
   <dependency>
     <groupId>org.apache.gravitino</groupId>
-    <artifactId>filesystem-hadoop3-runtime</artifactId>
+    <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
 ```
diff --git a/docs/how-to-use-gvfs.md b/docs/how-to-use-gvfs.md
index 416fede00e..38415e64e7 100644
--- a/docs/how-to-use-gvfs.md
+++ b/docs/how-to-use-gvfs.md
@@ -208,7 +208,7 @@ fs.getFileStatus(filesetPath);
    File System runtime jar, like so:
 
     ```shell
-    ./${SPARK_HOME}/bin/spark-submit --packages 
org.apache.gravitino:filesystem-hadoop3-runtime:${version}
+    ./${SPARK_HOME}/bin/spark-submit --packages 
org.apache.gravitino:gravitino-filesystem-hadoop3-runtime:${version}
     ```
 
    If you want to include the Gravitino Virtual File System runtime jar in 
your Spark installation, add it to the `${SPARK_HOME}/jars/` folder.

Reply via email to