This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 995896da5 [doc] Add hadoop prefix option configuration way
995896da5 is described below
commit 995896da5e92d2451354112a2946a0e8f947471d
Author: JingsongLi <[email protected]>
AuthorDate: Mon May 8 18:20:11 2023 +0800
[doc] Add hadoop prefix option configuration way
---
docs/content/filesystems/hdfs.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/content/filesystems/hdfs.md b/docs/content/filesystems/hdfs.md
index d40724c84..b62c2af55 100644
--- a/docs/content/filesystems/hdfs.md
+++ b/docs/content/filesystems/hdfs.md
@@ -41,6 +41,7 @@ configure your HDFS:
1. Set environment variable `HADOOP_HOME` or `HADOOP_CONF_DIR`.
2. Configure `'hadoop-conf-dir'` in the paimon catalog.
+3. Configure Hadoop options through prefix `'hadoop.'` in the paimon catalog.
The first approach is recommended.