jackye1995 commented on a change in pull request #27:
URL: https://github.com/apache/iceberg-docs/pull/27#discussion_r801244643
##########
File path: landing-page/content/common/releases/release-notes.md
##########
@@ -25,14 +25,18 @@ url: releases
The latest version of Iceberg is [{{% icebergVersion
%}}](https://github.com/apache/iceberg/releases/tag/apache-iceberg-{{%
icebergVersion %}}).
* [{{% icebergVersion %}} source
tar.gz](https://www.apache.org/dyn/closer.cgi/iceberg/apache-iceberg-{{%
icebergVersion %}}/apache-iceberg-{{% icebergVersion %}}.tar.gz) --
[signature](https://downloads.apache.org/iceberg/apache-iceberg-{{%
icebergVersion %}}/apache-iceberg-{{% icebergVersion %}}.tar.gz.asc) --
[sha512](https://downloads.apache.org/iceberg/apache-iceberg-{{% icebergVersion
%}}/apache-iceberg-{{% icebergVersion %}}.tar.gz.sha512)
+* [{{% icebergVersion %}} Spark 3.2 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.2_2.12/{{%
icebergVersion %}}/iceberg-spark-runtime-3.2_2.12-{{% icebergVersion %}}.jar)
+* [{{% icebergVersion %}} Spark 3.1 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.1_2.12/{{%
icebergVersion %}}/iceberg-spark-runtime-3.1_2.12-{{% icebergVersion %}}.jar)
* [{{% icebergVersion %}} Spark 3.0 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark3-runtime/{{%
icebergVersion %}}/iceberg-spark3-runtime-{{% icebergVersion %}}.jar)
* [{{% icebergVersion %}} Spark 2.4 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime/{{%
icebergVersion %}}/iceberg-spark-runtime-{{% icebergVersion %}}.jar)
-* [{{% icebergVersion %}} Flink runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime/{{%
icebergVersion %}}/iceberg-flink-runtime-{{% icebergVersion %}}.jar)
+* [{{% icebergVersion %}} Flink 1.14 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.14/{{%
icebergVersion %}}/iceberg-flink-runtime-1.14-{{% icebergVersion %}}.jar)
+* [{{% icebergVersion %}} Flink 1.13 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.13/{{%
icebergVersion %}}/iceberg-flink-runtime-1.13-{{% icebergVersion %}}.jar)
+* [{{% icebergVersion %}} Flink 1.12 runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-flink-runtime-1.12/{{%
icebergVersion %}}/iceberg-flink-runtime-1.12-{{% icebergVersion %}}.jar)
* [{{% icebergVersion %}} Hive runtime
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-hive-runtime/{{%
icebergVersion %}}/iceberg-hive-runtime-{{% icebergVersion %}}.jar)
-To use Iceberg in Spark, download the runtime JAR and add it to the jars
folder of your Spark install. Use iceberg-spark3-runtime for Spark 3, and
iceberg-spark-runtime for Spark 2.4.
+To use Iceberg in Spark or Flink, download the runtime JAR for your engine
version and add it to the jars folder of your installation.
-To use Iceberg in Hive, download the iceberg-hive-runtime JAR and add it to
Hive using `ADD JAR`.
+To use Iceberg in Hive, download the Hive runtime JAR and add it to Hive using
`ADD JAR`.
Review comment:
yes agree, let me add a sentence here and also in the multi-engine page.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]