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 8e9c254b3 [doc] Download snapshot jars (#685)
8e9c254b3 is described below

commit 8e9c254b3919f5d1d6a5833e93b3abd60430610c
Author: Jingsong Lee <[email protected]>
AuthorDate: Wed Mar 22 17:51:37 2023 +0800

    [doc] Download snapshot jars (#685)
---
 docs/content/engines/flink.md            | 16 ++++++++++------
 docs/content/engines/hive.md             | 18 ++++++++++++------
 docs/content/engines/spark2.md           |  8 ++++----
 docs/content/engines/spark3.md           | 16 ++++++++++------
 docs/content/filesystems/oss.md          |  2 +-
 docs/content/filesystems/s3.md           |  2 +-
 docs/content/how-to/creating-catalogs.md | 14 ++++++++------
 7 files changed, 46 insertions(+), 30 deletions(-)

diff --git a/docs/content/engines/flink.md b/docs/content/engines/flink.md
index a5f1dd599..d31c4599b 100644
--- a/docs/content/engines/flink.md
+++ b/docs/content/engines/flink.md
@@ -32,27 +32,31 @@ This documentation is a guide for using Paimon in Flink.
 
 Paimon currently supports Flink 1.16, 1.15 and 1.14. We recommend the latest 
Flink version for a better experience.
 
-{{< stable >}}
-
 Download the jar file with corresponding version.
 
+{{< stable >}}
+
 | Version | Jar                                                                
                                                                                
                                |
 
|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | Flink 1.16 | [paimon-flink-1.16-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-flink-1.16-{{< version >}}.jar) |
 | Flink 1.15 | [paimon-flink-1.15-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-flink-1.15-{{< version >}}.jar) |
 | Flink 1.14 | [paimon-flink-1.14-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-flink-1.14-{{< version >}}.jar) |
 
-You can also manually build bundled jar from the source code.
-
 {{< /stable >}}
 
 {{< unstable >}}
 
-You are using an unreleased version of Paimon so you need to manually build 
bundled jar from the source code.
+| Version | Jar                                                                
                                                                                
                                |
+|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Flink 1.16 | [paimon-flink-1.16-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-flink-1.16/{{<
 version >}}/) |
+| Flink 1.15 | [paimon-flink-1.15-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-flink-1.15/{{<
 version >}}/) |
+| Flink 1.14 | [paimon-flink-1.14-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-flink-1.14/{{<
 version >}}/) |
 
 {{< /unstable >}}
 
-To build from source code, either [download the source of a 
release](https://flink.apache.org/downloads.html) or [clone the git 
repository]({{< github_repo >}}).
+You can also manually build bundled jar from the source code.
+
+To build from source code, [clone the git repository]({{< github_repo >}}).
 
 Build bundled jar with the following command.
 - `mvn clean install -DskipTests`
diff --git a/docs/content/engines/hive.md b/docs/content/engines/hive.md
index 11e026552..ee6056951 100644
--- a/docs/content/engines/hive.md
+++ b/docs/content/engines/hive.md
@@ -38,10 +38,10 @@ Paimon currently supports MR and Tez execution engine for 
Hive.
 
 ## Installation
 
-{{< stable >}}
-
 Download the jar file with corresponding version.
 
+{{< stable >}}
+
 |                  | Jar                                                       
                                                                                
                                                                         |
 
|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | Hive 3.1         | [paimon-hive-connector-3.1-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-hive-connector-3.1-{{< version >}}.jar)                 |
@@ -50,17 +50,23 @@ Download the jar file with corresponding version.
 | Hive 2.1         | [paimon-hive-connector-2.1-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-hive-connector-2.1-{{< version >}}.jar)                 |
 | Hive 2.1-cdh-6.3 | [paimon-hive-connector-2.1-cdh-6.3-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-hive-connector-2.1-cdh-6.3-{{< version >}}.jar) |
 
-You can also manually build bundled jar from the source code.
-
 {{< /stable >}}
 
 {{< unstable >}}
 
-You are using an unreleased version of Paimon so you need to manually build 
bundled jar from the source code.
+|                  | Jar                                                       
                                                                                
                                                                         |
+|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Hive 3.1         | [paimon-hive-connector-3.1-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-hive-connector-3.1/{{<
 version >}}/)                 |
+| Hive 2.3         | [paimon-hive-connector-2.3-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-hive-connector-2.3/{{<
 version >}}/)                 |
+| Hive 2.2         | [paimon-hive-connector-2.2-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-hive-connector-2.2/{{<
 version >}}/)                 |
+| Hive 2.1         | [paimon-hive-connector-2.1-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-hive-connector-2.1/{{<
 version >}}/)                 |
+| Hive 2.1-cdh-6.3 | [paimon-hive-connector-2.1-cdh-6.3-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-hive-connector-2.1-cdh-6.3/{{<
 version >}}/) |
 
 {{< /unstable >}}
 
-To build from source code, either [download the source of a 
release](https://flink.apache.org/downloads.html) or [clone the git 
repository]({{< github_repo >}}).
+You can also manually build bundled jar from the source code.
+
+To build from source code, [clone the git repository]({{< github_repo >}}).
 
 Build bundled jar with the following command.
 `mvn clean install -Dmaven.test.skip=true`
diff --git a/docs/content/engines/spark2.md b/docs/content/engines/spark2.md
index bfe802305..161aba93b 100644
--- a/docs/content/engines/spark2.md
+++ b/docs/content/engines/spark2.md
@@ -38,17 +38,17 @@ Paimon supports Spark 2.4+. It is highly recommended to use 
Spark 2.4+ version w
 
 Download [paimon-spark-2-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-spark-2-{{< version >}}.jar).
 
-You can also manually build bundled jar from the source code.
-
 {{< /stable >}}
 
 {{< unstable >}}
 
-You are using an unreleased version of Paimon so you need to manually build 
bundled jar from the source code.
+Download [paimon-spark-2-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-spark-2/{{<
 version >}}/).
 
 {{< /unstable >}}
 
-To build from source code, either [download the source of a 
release](https://flink.apache.org/downloads.html) or [clone the git 
repository]({{< github_repo >}}).
+You can also manually build bundled jar from the source code.
+
+To build from source code, [clone the git repository]({{< github_repo >}}).
 
 Build bundled jar with the following command.
 
diff --git a/docs/content/engines/spark3.md b/docs/content/engines/spark3.md
index 5efb877e7..f11e08943 100644
--- a/docs/content/engines/spark3.md
+++ b/docs/content/engines/spark3.md
@@ -32,27 +32,31 @@ This documentation is a guide for using Paimon in Spark3.
 
 Paimon currently supports Spark 3.3, 3.2 and 3.1. We recommend the latest 
Spark version for a better experience.
 
-{{< stable >}}
-
 Download the jar file with corresponding version.
 
+{{< stable >}}
+
 | Version   | Jar                                                              
                                                                                
                                |
 
|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | Spark 3.3 | [paimon-spark-3.3-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-spark-3.3-{{< version >}}.jar) |
 | Spark 3.2 | [paimon-spark-3.2-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-spark-3.2-{{< version >}}.jar) |
 | Spark 3.1 | [paimon-spark-3.1-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-spark-3.1-{{< version >}}.jar) |
 
-You can also manually build bundled jar from the source code.
-
 {{< /stable >}}
 
 {{< unstable >}}
 
-You are using an unreleased version of Paimon so you need to manually build 
bundled jar from the source code.
+| Version   | Jar                                                              
                                                                                
                                |
+|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Spark 3.3 | [paimon-spark-3.3-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-spark-3.3/{{<
 version >}}/) |
+| Spark 3.2 | [paimon-spark-3.2-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-spark-3.2/{{<
 version >}}/) |
+| Spark 3.1 | [paimon-spark-3.1-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-spark-3.1/{{<
 version >}}/) |
 
 {{< /unstable >}}
 
-To build from source code, either [download the source of a 
release](https://flink.apache.org/downloads.html) or [clone the git 
repository]({{< github_repo >}}).
+You can also manually build bundled jar from the source code.
+
+To build from source code, [clone the git repository]({{< github_repo >}}).
 
 Build bundled jar with the following command.
 
diff --git a/docs/content/filesystems/oss.md b/docs/content/filesystems/oss.md
index 6cb0d7f43..5ace5b34a 100644
--- a/docs/content/filesystems/oss.md
+++ b/docs/content/filesystems/oss.md
@@ -39,7 +39,7 @@ flink paimon shaded jar.
 
 ## Build
 
-To build from source code, either [download the source of a 
release](https://flink.apache.org/downloads.html) or [clone the git 
repository]({{< github_repo >}}).
+To build from source code, [clone the git repository]({{< github_repo >}}).
 
 Build shaded jar with the following command.
 
diff --git a/docs/content/filesystems/s3.md b/docs/content/filesystems/s3.md
index 866b0ce49..c8467a227 100644
--- a/docs/content/filesystems/s3.md
+++ b/docs/content/filesystems/s3.md
@@ -39,7 +39,7 @@ flink paimon shaded jar.
 
 ## Build
 
-To build from source code, either [download the source of a 
release](https://flink.apache.org/downloads.html) or [clone the git 
repository]({{< github_repo >}}).
+To build from source code, [clone the git repository]({{< github_repo >}}).
 
 Build shaded jar with the following command.
 
diff --git a/docs/content/how-to/creating-catalogs.md 
b/docs/content/how-to/creating-catalogs.md
index 3be4609b0..05b4e4e14 100644
--- a/docs/content/how-to/creating-catalogs.md
+++ b/docs/content/how-to/creating-catalogs.md
@@ -78,25 +78,27 @@ By using Paimon Hive catalog, changes to the catalog will 
directly affect the co
 
 ### Preparing Paimon Hive Catalog Jar File
 
-{{< stable >}}
-
 Download the jar file with corresponding version.
 
+{{< stable >}}
+
 | Version    | Jar                                                             
                                                                                
                                       |
 
|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | Hive 2 & 3 | [paimon-hive-catalog-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-hive-catalog-{{< version >}}.jar) |
 
-You can also manually build bundled jar from the source code.
-
 {{< /stable >}}
 
 {{< unstable >}}
 
-You are using an unreleased version of Paimon so you need to manually build 
bundled jar from the source code.
+| Version    | Jar                                                             
                                                                                
                                       |
+|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Hive 2 & 3 | [paimon-hive-catalog-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-hive-catalog/{{<
 version >}}/) |
 
 {{< /unstable >}}
 
-To build from source code, either [download the source of a 
release](https://flink.apache.org/downloads.html) or [clone the git 
repository]({{< github_repo >}}).
+You can also manually build bundled jar from the source code.
+
+To build from source code, [clone the git repository]({{< github_repo >}}).
 
 Build bundled jar with the following command.
 `mvn clean install -Dmaven.test.skip=true`

Reply via email to