JingsongLi commented on code in PR #831: URL: https://github.com/apache/incubator-paimon/pull/831#discussion_r1159387230
########## docs/content/how-to/creating-catalogs.md: ########## @@ -84,12 +84,14 @@ 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. + ```sql CREATE CATALOG my_hive WITH ( 'type' = 'paimon', 'metastore' = 'hive', 'uri' = 'thrift://<hive-metastore-host-name>:<port>', - 'warehouse' = 'hdfs://path/to/warehouse' + 'warehouse' = 'hdfs://path/to/warehouse', Review Comment: remove `,` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org