This is an automated email from the ASF dual-hosted git repository.
yuqi4733 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 ebe553f59 [#5981]fix(docs): Fix incorrect description of fileset in
GVFS doc (#6058)
ebe553f59 is described below
commit ebe553f59bcd384f2339116ab51a00e09c9b0eb5
Author: Cheng-Yi Shih <[email protected]>
AuthorDate: Thu Jan 2 14:09:46 2025 +0800
[#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 0dbfd867a..4f3515ea9 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.