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/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 49159b3cbc [doc] fix clone hive database doc (#5494)
49159b3cbc is described below
commit 49159b3cbcc623225cebeecff7022e1ec88dab25
Author: Jiajia Li <[email protected]>
AuthorDate: Mon Apr 21 11:40:24 2025 +0800
[doc] fix clone hive database doc (#5494)
---
docs/content/migration/clone-from-hive.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/content/migration/clone-from-hive.md
b/docs/content/migration/clone-from-hive.md
index bee1032833..4b9cd81a4b 100644
--- a/docs/content/migration/clone-from-hive.md
+++ b/docs/content/migration/clone-from-hive.md
@@ -51,9 +51,9 @@ You can use filter spec to specify the filtering condition
for the partition.
```bash
<FLINK_HOME>/flink run ./paimon-flink-action-{{< version >}}.jar \
clone_hive \
---database default
---catalog_conf metastore=hive
---catalog_conf uri=thrift://localhost:9088
---target_database test
+--database default \
+--catalog_conf metastore=hive \
+--catalog_conf uri=thrift://localhost:9088 \
+--target_database test \
--target_catalog_conf warehouse=my_warehouse
```