Skip to content

Commit

Permalink
[apache#5981]fix(docs): Fix incorrect description of fileset in GVFS doc
Browse files Browse the repository at this point in the history
What changes were proposed in this pull request?
Fix incorrect description of fileset in GVFS doc

Why are the changes needed?
Fix: apache#5981

Does this PR introduce any user-facing change?
NO

How was this patch tested?
just a document
  • Loading branch information
cool9850311 committed Jan 1, 2025
1 parent 44f5ab3 commit 315cc72
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/how-to-use-gvfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.

### Configuration

Expand Down Expand Up @@ -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.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.
+ 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.
Expand Down

0 comments on commit 315cc72

Please sign in to comment.