You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/08/29 03:03:22 UTC

[flink-table-store] branch master updated: [hotfix] Optimize documentation of spark 3 with hive catalog

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/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new a8fdde55 [hotfix] Optimize documentation of spark 3 with hive catalog
a8fdde55 is described below

commit a8fdde5559dc0040f4c61f3d6d427faf1dd5c3d3
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Mon Aug 29 11:02:50 2022 +0800

    [hotfix] Optimize documentation of spark 3 with hive catalog
---
 docs/content/docs/engines/spark3.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/content/docs/engines/spark3.md b/docs/content/docs/engines/spark3.md
index e254b7a6..b9dc19d1 100644
--- a/docs/content/docs/engines/spark3.md
+++ b/docs/content/docs/engines/spark3.md
@@ -62,7 +62,10 @@ spark-sql ... \
     --conf spark.sql.catalog.tablestore.warehouse=file:/tmp/warehouse
 ```
 
-If you would like to use Table Store Hive catalog from Spark, please also download the following jar file with corresponding Hive version and append its path to `--jars` argument.
+If you would like to use Table Store Hive catalog from Spark, please also find the jar file with corresponding Hive version and append its path to `--jars` argument.
+
+{{< stable >}}
+Download the jar file with corresponding version.
 
 | |Jar|
 |---|---|
@@ -70,6 +73,13 @@ If you would like to use Table Store Hive catalog from Spark, please also downlo
 |Hive 2.2|[flink-table-store-hive-catalog-{{< version >}}_2.2.jar](https://www.apache.org/dyn/closer.lua/flink/flink-table-store-{{< version >}}/flink-table-store-hive-catalog-{{< version >}}_2.2.jar)|
 |Hive 2.1|[flink-table-store-hive-catalog-{{< version >}}_2.1.jar](https://www.apache.org/dyn/closer.lua/flink/flink-table-store-{{< version >}}/flink-table-store-hive-catalog-{{< version >}}_2.1.jar)|
 
+{{< /stable >}}
+{{< unstable >}}
+
+See [Build From Source]({{< ref "docs/engines/build" >}}) for how to build and find Table Store Hive catalog jar file.
+
+{{< /unstable >}}
+
 Some extra configurations are needed if your Table Store Catalog uses the Hive
 Metastore (No extra configuration is required for read-only).