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 e97f69737 [doc] Fixed an error with the Hadoop configuration directory
key in Trino and Presto (#2207)
e97f69737 is described below
commit e97f69737c86eda74dbabc16e68526ab6ca5adc5
Author: big face cat <[email protected]>
AuthorDate: Mon Oct 30 18:36:19 2023 +0800
[doc] Fixed an error with the Hadoop configuration directory key in Trino
and Presto (#2207)
---
docs/content/engines/presto.md | 2 +-
docs/content/engines/trino.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content/engines/presto.md b/docs/content/engines/presto.md
index 82af566e5..ac0857d46 100644
--- a/docs/content/engines/presto.md
+++ b/docs/content/engines/presto.md
@@ -97,7 +97,7 @@ If you are using HDFS, choose one of the following ways to
configure your HDFS:
- set environment variable HADOOP_HOME.
- set environment variable HADOOP_CONF_DIR.
-- configure fs.hdfs.hadoopconf in the properties.
+- configure `hadoop-conf-dir` in the properties.
## Kerberos
diff --git a/docs/content/engines/trino.md b/docs/content/engines/trino.md
index a95e8169b..1f684cf9c 100644
--- a/docs/content/engines/trino.md
+++ b/docs/content/engines/trino.md
@@ -122,7 +122,7 @@ If you are using HDFS, choose one of the following ways to
configure your HDFS:
- set environment variable HADOOP_HOME.
- set environment variable HADOOP_CONF_DIR.
-- configure fs.hdfs.hadoopconf in the properties.
+- configure `hadoop-conf-dir` in the properties.
## Kerberos