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 fb4aa7f56 [doc] Add configuration instructions for Apache Atlas (#1875)
fb4aa7f56 is described below

commit fb4aa7f56557bf2f73b25d32f95dcbaf1c545fd3
Author: HZY <[email protected]>
AuthorDate: Wed Aug 23 20:41:53 2023 +0800

    [doc] Add configuration instructions for Apache Atlas (#1875)
---
 docs/content/how-to/creating-catalogs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/how-to/creating-catalogs.md 
b/docs/content/how-to/creating-catalogs.md
index 4b09757b5..d76832caa 100644
--- a/docs/content/how-to/creating-catalogs.md
+++ b/docs/content/how-to/creating-catalogs.md
@@ -90,7 +90,7 @@ Paimon Hive catalog in Flink relies on Flink Hive connector 
bundled jar. You sho
 
 The following Flink SQL registers and uses a Paimon Hive catalog named 
`my_hive`. Metadata and table files are stored under 
`hdfs:///path/to/warehouse`. In addition, metadata is also stored in Hive 
metastore.
 
-If your Hive requires security authentication such as Kerberos, LDAP, Ranger 
and so on. You can specify the hive-conf-dir parameter to the hive-site.xml 
file path.
+If your Hive requires security authentication such as Kerberos, LDAP, Ranger 
or you want the paimon table to be managed by Apache Atlas(Setting 
'hive.metastore.event.listeners' in hive-site.xml). You can specify the 
hive-conf-dir parameter to the hive-site.xml file path.
 
 ```sql
 CREATE CATALOG my_hive WITH (

Reply via email to