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 443d33b9a [doc] Add presto Hive bundle
443d33b9a is described below
commit 443d33b9ad0f03b4211fb81a6356c6323da81fcf
Author: Jingsong <[email protected]>
AuthorDate: Wed Nov 22 10:06:10 2023 +0800
[doc] Add presto Hive bundle
---
docs/content/how-to/creating-catalogs.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/docs/content/how-to/creating-catalogs.md
b/docs/content/how-to/creating-catalogs.md
index 4e57afda6..7faddc5a5 100644
--- a/docs/content/how-to/creating-catalogs.md
+++ b/docs/content/how-to/creating-catalogs.md
@@ -86,7 +86,12 @@ To use Hive catalog, Database name, Table name and Field
names should be **lower
{{< tab "Flink" >}}
-Paimon Hive catalog in Flink relies on Flink Hive connector bundled jar. You
should first download Flink Hive connector bundled jar and add it to classpath.
See
[here](https://nightlies.apache.org/flink/flink-docs-stable/docs/connectors/table/hive/overview/#using-bundled-hive-jar)
for more info.
+Paimon Hive catalog in Flink relies on Flink Hive connector bundled jar. You
should first download Hive connector bundled jar and add it to classpath.
+
+| Metastore version | Bundle Name | SQL Client JAR
|
+|:------------------|:--------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 2.3.0 - 3.1.3 | Flink Bundle |
[Download](https://nightlies.apache.org/flink/flink-docs-stable/docs/connectors/table/hive/overview/#using-bundled-hive-jar)
|
+| 1.2.0 - x.x.x | Presto Bundle |
[Download](https://repo.maven.apache.org/maven2/com/facebook/presto/hive/hive-apache/1.2.2-2/hive-apache-1.2.2-2.jar)
|
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.