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 421e7c637 [doc] Document warehouse dir for FlinkGenericCatalog 421e7c637 is described below commit 421e7c6370ea19a73e5871ac73b2a404a0b97f86 Author: Jingsong <jingsongl...@gmail.com> AuthorDate: Thu Aug 31 18:17:07 2023 +0800 [doc] Document warehouse dir for FlinkGenericCatalog --- docs/content/engines/flink.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/engines/flink.md b/docs/content/engines/flink.md index 504872b87..05c13ae42 100644 --- a/docs/content/engines/flink.md +++ b/docs/content/engines/flink.md @@ -155,6 +155,11 @@ Flink Generic Tables (Kafka and other tables)! In this mode, you should use 'connector' option for creating tables. +{{< hint info >}} +Paimon will use `hive.metastore.warehouse.dir` in your `hive-site.xml`, please use path with scheme. +For example, `hdfs://...`. Otherwise, Paimon will use the local path. +{{< /hint >}} + ```sql CREATE CATALOG my_catalog WITH ( 'type'='paimon-generic',