From ebe553f59bcd384f2339116ab51a00e09c9b0eb5 Mon Sep 17 00:00:00 2001 From: Cheng-Yi Shih <48374270+cool9850311@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:09:46 +0800 Subject: [PATCH] [#5981]fix(docs): Fix incorrect description of fileset in GVFS doc (#6058) ### What changes were proposed in this pull request? Fix incorrect description of fileset in GVFS doc ### Why are the changes needed? Fix: #5981 ### Does this PR introduce any user-facing change? NO ### How was this patch tested? just a document --- docs/how-to-use-gvfs.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/how-to-use-gvfs.md b/docs/how-to-use-gvfs.md index 0dbfd867a3d..4f3515ea9c7 100644 --- a/docs/how-to-use-gvfs.md +++ b/docs/how-to-use-gvfs.md @@ -42,10 +42,7 @@ the path mapping and convert automatically. ### Prerequisites -+ A Hadoop environment with HDFS running. GVFS has been tested against - Hadoop 3.1.0. It is recommended to use Hadoop 3.1.0 or later, but it should work with Hadoop 2. - x. Please create an [issue](https://www.github.com/apache/gravitino/issues) if you find any - compatibility issues. ++ A Hadoop environment with HDFS or other Hadoop Compatible File System (HCFS) implementations like S3, GCS, etc. GVFS has been tested against Hadoop 3.3.1. It is recommended to use Hadoop 3.3.1 or later, but it should work with Hadoop 2.x. Please create an [issue](https://www.github.com/apache/gravitino/issues) if you find any compatibility issues. ### Configuration @@ -447,9 +444,7 @@ FileSystem fs = filesetPath.getFileSystem(conf); ### Prerequisites -+ A Hadoop environment with HDFS running. Now we only supports Fileset on HDFS. - GVFS in Python has been tested against Hadoop 2.7.3. It is recommended to use Hadoop 2.7.3 or later, - it should work with Hadoop 3.x. Please create an [issue](https://www.github.com/apache/gravitino/issues) ++ A Hadoop environment with HDFS or other Hadoop Compatible File System (HCFS) implementations like S3, GCS, etc. GVFS has been tested against Hadoop 3.3.1. It is recommended to use Hadoop 3.3.1 or later, but it should work with Hadoop 2.x. Please create an [issue](https://www.github.com/apache/gravitino/issues) if you find any compatibility issues. + Python version >= 3.8. It has been tested GVFS works well with Python 3.8 and Python 3.9. Your Python version should be at least higher than Python 3.8.