From 68a0c452b78048bb397179234be2a53ba99a3250 Mon Sep 17 00:00:00 2001 From: yuqi Date: Tue, 29 Oct 2024 22:30:41 +0800 Subject: [PATCH] fix. --- docs/hadoop-catalog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hadoop-catalog.md b/docs/hadoop-catalog.md index 54e92f3308..d44bf4d46c 100644 --- a/docs/hadoop-catalog.md +++ b/docs/hadoop-catalog.md @@ -77,9 +77,9 @@ In the meantime, you need to place the corresponding bundle jar `gravitno-gcp-bu In the meantime, you need to place the corresponding bundle jar `gravitno-aliyun-bundle-{version}.jar` in the Hadoop environment. -#### How to custom your own HCFS file system provider? +#### How to custom your own HCFS file system fileset? -Developers and users can custom their own HCFS file system provider by implementing the `FileSystemProvider` interface. The `FileSystemProvider` interface is defined as follows: +Developers and users can custom their own HCFS file system fileset by implementing the `FileSystemProvider` interface. The `FileSystemProvider` interface is defined as follows: ```java