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 552eb21cf [doc] Fix hdfs.md document configuration item input error (#1225) 552eb21cf is described below commit 552eb21cfc9103beaafdc6515c3431646c336034 Author: cxzl25 <cxz...@users.noreply.github.com> AuthorDate: Thu May 25 12:02:43 2023 +0800 [doc] Fix hdfs.md document configuration item input error (#1225) --- docs/content/filesystems/hdfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/filesystems/hdfs.md b/docs/content/filesystems/hdfs.md index b62c2af55..2c0d934b4 100644 --- a/docs/content/filesystems/hdfs.md +++ b/docs/content/filesystems/hdfs.md @@ -104,7 +104,7 @@ An intuitive approach is to configure Hive's kerberos authentication. Configure the following three options in your catalog configuration: -- security.kerberos.login.keytabs: Absolute path to a Kerberos keytab file that contains the user credentials. +- security.kerberos.login.keytab: Absolute path to a Kerberos keytab file that contains the user credentials. Please make sure it is copied to each machine. - security.kerberos.login.principal: Kerberos principal name associated with the keytab. - security.kerberos.login.use-ticket-cache: True or false, indicates whether to read from your Kerberos ticket cache.