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 42d86c138 [doc] Document hive-conf-dir in example
42d86c138 is described below
commit 42d86c138107092e57289f7ff8278dbe2664fbe2
Author: Jingsong <[email protected]>
AuthorDate: Mon Jul 17 13:42:33 2023 +0800
[doc] Document hive-conf-dir in example
---
docs/content/engines/hive.md | 1 +
docs/content/how-to/creating-catalogs.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/content/engines/hive.md b/docs/content/engines/hive.md
index 5fae037f4..fbef3b3df 100644
--- a/docs/content/engines/hive.md
+++ b/docs/content/engines/hive.md
@@ -101,6 +101,7 @@ CREATE CATALOG my_hive WITH (
'type' = 'paimon',
'metastore' = 'hive',
'uri' = 'thrift://<hive-metastore-host-name>:<port>',
+ -- 'hive-conf-dir' = '...', this is recommended in the kerberos environment
'warehouse' = 'hdfs:///path/to/table/store/warehouse'
);
diff --git a/docs/content/how-to/creating-catalogs.md
b/docs/content/how-to/creating-catalogs.md
index 9888c272f..196d3d1de 100644
--- a/docs/content/how-to/creating-catalogs.md
+++ b/docs/content/how-to/creating-catalogs.md
@@ -97,6 +97,7 @@ CREATE CATALOG my_hive WITH (
'type' = 'paimon',
'metastore' = 'hive',
'uri' = 'thrift://<hive-metastore-host-name>:<port>',
+ -- 'hive-conf-dir' = '...', this is recommended in the kerberos environment
'warehouse' = 'hdfs:///path/to/warehouse'
);