This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new abb64a811ef7 docs: update the bundle entries in download page and set
Scala 2.13 as default version in spark quick start guide (#14342)
abb64a811ef7 is described below
commit abb64a811ef7508fdbc9be7645f85fff24882703
Author: Ranga Reddy <[email protected]>
AuthorDate: Mon Nov 24 23:31:27 2025 +0530
docs: update the bundle entries in download page and set Scala 2.13 as
default version in spark quick start guide (#14342)
---
website/docs/cli.md | 1 +
website/docs/flink-quick-start-guide.md | 2 +-
website/docs/quick-start-guide.md | 24 ++--
website/releases/download.md | 145 +++++++--------------
website/releases/release-1.1.0.md | 1 +
website/versioned_docs/version-1.1.0/cli.md | 1 +
.../version-1.1.0/flink-quick-start-guide.md | 2 +-
.../version-1.1.0/quick-start-guide.md | 24 ++--
8 files changed, 72 insertions(+), 128 deletions(-)
diff --git a/website/docs/cli.md b/website/docs/cli.md
index 3cc635b44176..38d41fb35f12 100644
--- a/website/docs/cli.md
+++ b/website/docs/cli.md
@@ -621,6 +621,7 @@ The following table shows the Hudi table versions
corresponding to the Hudi rele
| Hudi Table Version | Hudi Release Version(s) |
|:-------------------|:------------------------|
+| `NINE` or `9` | 1.1.x |
| `EIGHT` or `8` | 1.0.x |
| `SIX` or `6` | 0.14.x - 0.15.x |
| `FIVE` or `5` | 0.12.x - 0.13.x |
diff --git a/website/docs/flink-quick-start-guide.md
b/website/docs/flink-quick-start-guide.md
index 4cec86178982..ea9a08817994 100644
--- a/website/docs/flink-quick-start-guide.md
+++ b/website/docs/flink-quick-start-guide.md
@@ -12,7 +12,7 @@ This page introduces Flink–Hudi integration and demonstrates
how Flink brings
### Flink Support Matrix
-| Hudi | Supported Flink version
|
+| Hudi | Supported Flink versions
|
| :----- |
:--------------------------------------------------------------------- |
| 1.1.x | 1.17.x, 1.18.x, 1.19.x, 1.20.x (default build), 2.0.x
|
| 1.0.x | 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x (default
build) |
diff --git a/website/docs/quick-start-guide.md
b/website/docs/quick-start-guide.md
index 02db578fa09e..55baf387118b 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -16,19 +16,15 @@ Hudi works with Spark 3.3 and above versions. You can
follow instructions [here]
### Spark Support Matrix
-| Hudi | Supported Spark version(s) |
Scala Version | Java Version |
-|:----------------|:---------------------------------------------------------|:--------------|:-------------|
-| 1.1.x | 4.0.x, 3.5.x (default build), 3.4.x, 3.3.x |
2.13 (Spark 4.0), 2.12/2.13 (Spark 3.5), 2.12 (Spark 3.3-3.4) | 17+ (Spark
4.0), 8+ (Spark 3.x) |
-| 1.0.x | 3.5.x (default build), 3.4.x, 3.3.x |
2.12/2.13 (Spark 3.5), 2.12 (Spark 3.3-3.4) | 8+ |
-| 0.15.x | 3.5.x (default build), 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x |
2.12 | 8+ |
-| 0.14.x | 3.4.x (default build), 3.3.x, 3.2.x, 3.1.x, 3.0.x |
2.12 | 8+ |
+| Hudi | Supported Spark versions | Scala
versions | Java versions
|
+|:-------|:---------------------------------------------------------|:--------------------------------------------------------------|:--------------------------------|
+| 1.1.x | 4.0.x, 3.5.x (default build), 3.4.x, 3.3.x | 2.13
(Spark 4.0), 2.12/2.13 (Spark 3.5), 2.12 (Spark 3.3-3.4) | 17+ (Spark 4.0), 8+
(Spark 3.x) |
+| 1.0.x | 3.5.x (default build), 3.4.x, 3.3.x |
2.12/2.13 (Spark 3.5), 2.12 (Spark 3.3-3.4) | 8+
|
+| 0.15.x | 3.5.x (default build), 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x |
2.12/2.13 (Spark 3.5), 2.12 | 8+
|
+| 0.14.x | 3.4.x (default build), 3.3.x, 3.2.x, 3.1.x, 3.0.x | 2.12
| 8+
|
+:::note
The *default build* Spark version indicates how we build `hudi-spark3-bundle`.
-
-:::note Change summary
-In 1.0.0, we dropped the support for Spark 3.2.x and lower Spark 3 versions.
-In 0.15.0, we introduced the support for Spark 3.5.x.
-In 0.14.0, we introduced the support for Spark 3.4.x and bring back the
support for Spark 3.0.x.
:::
### Spark Shell/SQL
@@ -53,7 +49,7 @@ From the extracted directory run spark-shell with Hudi:
export SPARK_VERSION=3.5
export HUDI_VERSION=1.1.0
# For Scala versions: 2.12/2.13
-export SCALA_VERSION=2.12
+export SCALA_VERSION=2.13
spark-shell --master "local[2]" \
--packages
org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_$SCALA_VERSION:$HUDI_VERSION \
@@ -74,7 +70,7 @@ export PYSPARK_PYTHON=$(which python3)
export SPARK_VERSION=3.5
export HUDI_VERSION=1.1.0
# For Scala versions: 2.12/2.13
-export SCALA_VERSION=2.12
+export SCALA_VERSION=2.13
pyspark --master "local[2]" \
--packages
org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_$SCALA_VERSION:$HUDI_VERSION \
@@ -95,7 +91,7 @@ From the extracted directory run Spark SQL with Hudi:
export SPARK_VERSION=3.5
export HUDI_VERSION=1.1.0
# For Scala versions: 2.12/2.13
-export SCALA_VERSION=2.12
+export SCALA_VERSION=2.13
spark-sql --master "local[2]" \
--packages
org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_$SCALA_VERSION:$HUDI_VERSION \
diff --git a/website/releases/download.md b/website/releases/download.md
index b2020285c4ec..91dad84b81ed 100644
--- a/website/releases/download.md
+++ b/website/releases/download.md
@@ -13,138 +13,87 @@ toc: true
<details>
<summary><strong>Spark Bundles</strong></summary>
-
- * **Spark 3.3**
-
- *
[hudi-spark3.3-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.3-bundle_2.12/1.1.0/hudi-spark3.3-bundle_2.12-1.1.0.jar)
+ * **Spark 4.0**
+ *
[hudi-spark4.0-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark4.0-bundle_2.13/1.1.0/hudi-spark4.0-bundle_2.13-1.1.0.jar)
+
+ * **Spark 3.5**
+ *
[hudi-spark3.5-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.5-bundle_2.13/1.1.0/hudi-spark3.5-bundle_2.13-1.1.0.jar)
+ *
[hudi-spark3.5-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.5-bundle_2.12/1.1.0/hudi-spark3.5-bundle_2.12-1.1.0.jar)
* **Spark 3.4**
-
*
[hudi-spark3.4-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.4-bundle_2.12/1.1.0/hudi-spark3.4-bundle_2.12-1.1.0.jar)
- * **Spark 3.5**
-
- *
[hudi-spark3.5-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.5-bundle_2.12/1.1.0/hudi-spark3.5-bundle_2.12-1.1.0.jar)
- *
[hudi-spark3.5-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.5-bundle_2.13/1.1.0/hudi-spark3.5-bundle_2.13-1.1.0.jar)
-
-
- * **Spark 4.0**
-
- *
[hudi-spark4.0-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark4.0-bundle_2.13/1.1.0/hudi-spark4.0-bundle_2.13-1.1.0.jar)
+ * **Spark 3.3**
+ *
[hudi-spark3.3-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.3-bundle_2.12/1.1.0/hudi-spark3.3-bundle_2.12-1.1.0.jar)
</details>
<details>
<summary><strong>Flink Bundles</strong></summary>
- *
[hudi-flink1.17-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.17-bundle/1.1.0/hudi-flink1.17-bundle-1.1.0.jar)
- *
[hudi-flink1.18-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.18-bundle/1.1.0/hudi-flink1.18-bundle-1.1.0.jar)
- *
[hudi-flink1.19-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.19-bundle/1.1.0/hudi-flink1.19-bundle-1.1.0.jar)
- *
[hudi-flink1.20-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.20-bundle/1.1.0/hudi-flink1.20-bundle-1.1.0.jar)
- *
[hudi-flink2.0-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink2.0-bundle/1.1.0/hudi-flink2.0-bundle-1.1.0.jar)
-
- </details>
-
- <details>
- <summary><strong>Utilities & Tools</strong></summary>
-
- * **Utilities**
- *
[hudi-utilities-slim-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-utilities-slim-bundle_2.12/1.1.0/hudi-utilities-slim-bundle_2.12-1.1.0.jar)
- *
[hudi-utilities-slim-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-utilities-slim-bundle_2.13/1.1.0/hudi-utilities-slim-bundle_2.13-1.1.0.jar)
-
- * **CLI**
- *
[hudi-cli-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-cli-bundle_2.12/1.1.0/hudi-cli-bundle_2.12-1.1.0.jar)
- *
[hudi-cli-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-cli-bundle_2.13/1.1.0/hudi-cli-bundle_2.13-1.1.0.jar)
+ * **Flink 2.x**
+ *
[hudi-flink2.0-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink2.0-bundle/1.1.0/hudi-flink2.0-bundle-1.1.0.jar)
- * **Hadoop & Hive**
- *
[hudi-hadoop-mr-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-hadoop-mr-bundle/1.1.0/hudi-hadoop-mr-bundle-1.1.0.jar)
- *
[hudi-hive-sync-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-hive-sync-bundle/1.1.0/hudi-hive-sync-bundle-1.1.0.jar)
+ * **Flink 1.x**
+ *
[hudi-flink1.20-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.20-bundle/1.1.0/hudi-flink1.20-bundle-1.1.0.jar)
+ *
[hudi-flink1.19-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.19-bundle/1.1.0/hudi-flink1.19-bundle-1.1.0.jar)
+ *
[hudi-flink1.18-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.18-bundle/1.1.0/hudi-flink1.18-bundle-1.1.0.jar)
+ *
[hudi-flink1.17-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.17-bundle/1.1.0/hudi-flink1.17-bundle-1.1.0.jar)
</details>
<details>
<summary><strong>Query Engines</strong></summary>
- *
[hudi-presto-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-presto-bundle/1.1.0/hudi-presto-bundle-1.1.0.jar)
- *
[hudi-trino-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-trino-bundle/1.1.0/hudi-trino-bundle-1.1.0.jar)
+ * **Presto**
+ *
[hudi-presto-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-presto-bundle/1.1.0/hudi-presto-bundle-1.1.0.jar)
- </details>
-
- <details>
- <summary><strong>Cloud Providers</strong></summary>
+ * **Trino**
+ *
[hudi-trino-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-trino-bundle/1.1.0/hudi-trino-bundle-1.1.0.jar)
- *
[hudi-gcp-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-gcp-bundle/1.1.0/hudi-gcp-bundle-1.1.0.jar)
- *
[hudi-aws-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-aws-bundle/1.1.0/hudi-aws-bundle-1.1.0.jar)
-
- </details>
-
-
-## Release 1.0.2
-
-* Source Release : [Apache Hudi 1.0.2 Source
Release](https://downloads.apache.org/hudi/1.0.2/hudi-1.0.2.src.tgz)
([asc](https://downloads.apache.org/hudi/1.0.2/hudi-1.0.2.src.tgz.asc),
[sha512](https://downloads.apache.org/hudi/1.0.2/hudi-1.0.2.src.tgz.sha512))
-* Release Note : ([Release Note for Apache Hudi
1.0.2](/releases/release-1.0.2))
-* Maven Artifacts:
-
- <details>
- <summary><strong>Spark Bundles</strong></summary>
-
- * **Spark 3.3**
- *
[hudi-spark3.3-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.3-bundle_2.12/1.0.2/hudi-spark3.3-bundle_2.12-1.0.2.jar)
-
- * **Spark 3.4**
- *
[hudi-spark3.4-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.4-bundle_2.12/1.0.2/hudi-spark3.4-bundle_2.12-1.0.2.jar)
-
- * **Spark 3.5**
- *
[hudi-spark3.5-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.5-bundle_2.12/1.0.2/hudi-spark3.5-bundle_2.12-1.0.2.jar)
- *
[hudi-spark3.5-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-spark3.5-bundle_2.13/1.0.2/hudi-spark3.5-bundle_2.13-1.0.2.jar)
-
- </details>
-
- <details>
- <summary><strong>Flink Bundles</strong></summary>
-
- *
[hudi-flink1.14-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.14-bundle/1.0.2/hudi-flink1.14-bundle-1.0.2.jar)
- *
[hudi-flink1.15-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.15-bundle/1.0.2/hudi-flink1.15-bundle-1.0.2.jar)
- *
[hudi-flink1.16-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.16-bundle/1.0.2/hudi-flink1.16-bundle-1.0.2.jar)
- *
[hudi-flink1.17-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.17-bundle/1.0.2/hudi-flink1.17-bundle-1.0.2.jar)
- *
[hudi-flink1.18-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.18-bundle/1.0.2/hudi-flink1.18-bundle-1.0.2.jar)
- *
[hudi-flink1.19-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.19-bundle/1.0.2/hudi-flink1.19-bundle-1.0.2.jar)
- *
[hudi-flink1.20-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-flink1.20-bundle/1.0.2/hudi-flink1.20-bundle-1.0.2.jar)
+ * **Hive**
+ *
[hudi-hadoop-mr-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-hadoop-mr-bundle/1.1.0/hudi-hadoop-mr-bundle-1.1.0.jar)
</details>
<details>
<summary><strong>Utilities & Tools</strong></summary>
- * **Utilities**
- *
[hudi-utilities-slim-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-utilities-slim-bundle_2.12/1.0.2/hudi-utilities-slim-bundle_2.12-1.0.2.jar)
- *
[hudi-utilities-slim-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-utilities-slim-bundle_2.13/1.0.2/hudi-utilities-slim-bundle_2.13-1.0.2.jar)
+ * **Hudi Utilities**
+ *
[hudi-utilities-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-utilities-bundle_2.13/1.1.0/hudi-utilities-bundle_2.13-1.1.0.jar)
+ *
[hudi-utilities-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-utilities-bundle_2.12/1.1.0/hudi-utilities-bundle_2.12-1.1.0.jar)
+ *
[hudi-utilities-slim-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-utilities-slim-bundle_2.13/1.1.0/hudi-utilities-slim-bundle_2.13-1.1.0.jar)
+ *
[hudi-utilities-slim-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-utilities-slim-bundle_2.12/1.1.0/hudi-utilities-slim-bundle_2.12-1.1.0.jar)
- * **CLI**
- *
[hudi-cli-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-cli-bundle_2.12/1.0.2/hudi-cli-bundle_2.12-1.0.2.jar)
- *
[hudi-cli-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-cli-bundle_2.13/1.0.2/hudi-cli-bundle_2.13-1.0.2.jar)
+ * **Hudi CLI**
+ *
[hudi-cli-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-cli-bundle_2.13/1.1.0/hudi-cli-bundle_2.13-1.1.0.jar)
+ *
[hudi-cli-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-cli-bundle_2.12/1.1.0/hudi-cli-bundle_2.12-1.1.0.jar)
- * **Hadoop & Hive**
- *
[hudi-hadoop-mr-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-hadoop-mr-bundle/1.0.2/hudi-hadoop-mr-bundle-1.0.2.jar)
- *
[hudi-hive-sync-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-hive-sync-bundle/1.0.2/hudi-hive-sync-bundle-1.0.2.jar)
+ * **AWS**
+ *
[hudi-aws-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-aws-bundle/1.1.0/hudi-aws-bundle-1.1.0.jar)
- </details>
+ * **Google Cloud**
+ *
[hudi-gcp-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-gcp-bundle/1.1.0/hudi-gcp-bundle-1.1.0.jar)
- <details>
- <summary><strong>Query Engines</strong></summary>
+ * **Data Catalog**
+ *
[hudi-hive-sync-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-hive-sync-bundle/1.1.0/hudi-hive-sync-bundle-1.1.0.jar)
+ *
[hudi-datahub-sync-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-datahub-sync-bundle/1.1.0/hudi-datahub-sync-bundle-1.1.0.jar)
+
+ * **Kafka Connect**
+ *
[hudi-kafka-connect-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-kafka-connect-bundle/1.1.0/hudi-kafka-connect-bundle-1.1.0.jar)
- *
[hudi-presto-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-presto-bundle/1.0.2/hudi-presto-bundle-1.0.2.jar)
- *
[hudi-trino-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-trino-bundle/1.0.2/hudi-trino-bundle-1.0.2.jar)
+ * **Timeline Server**
+ *
[hudi-timeline-server-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-timeline-server-bundle/1.1.0/hudi-timeline-server-bundle-1.1.0.jar)
- </details>
+ * **Metaserver**
+ *
[hudi-metaserver-server-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-metaserver-server-bundle/1.1.0/hudi-metaserver-server-bundle-1.1.0.jar)
- <details>
- <summary><strong>Cloud Providers</strong></summary>
+ </details>
- *
[hudi-gcp-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-gcp-bundle/1.0.2/hudi-gcp-bundle-1.0.2.jar)
- *
[hudi-aws-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-aws-bundle/1.0.2/hudi-aws-bundle-1.0.2.jar)
+## Release 1.0.2
- </details>
+* Source Release : [Apache Hudi 1.0.2 Source
Release](https://downloads.apache.org/hudi/1.0.2/hudi-1.0.2.src.tgz)
([asc](https://downloads.apache.org/hudi/1.0.2/hudi-1.0.2.src.tgz.asc),
[sha512](https://downloads.apache.org/hudi/1.0.2/hudi-1.0.2.src.tgz.sha512))
+* Release Note : ([Release Note for Apache Hudi
1.0.2](/releases/release-1.0.2))
## Release 1.0.1
diff --git a/website/releases/release-1.1.0.md
b/website/releases/release-1.1.0.md
index 6886f8aa8853..469e258b8d03 100644
--- a/website/releases/release-1.1.0.md
+++ b/website/releases/release-1.1.0.md
@@ -13,6 +13,7 @@ Apache Hudi 1.1.0 is a major release that brings significant
performance improve
- **Pluggable Table Format Framework** - Native integration of multiple table
formats with unified metadata management
- **Spark 4.0 and Flink 2.0 Support** - Full support for latest major compute
engine versions
- **Enhanced Indexing** - Partitioned record index, partition-level bucket
index, native HFile writer, and column stats V2
+- **Performance Boost** - 2-3x Flink write throughput improvements and 4x
metadata table read speedup
- **Table Services Optimization** - Parquet binary copy and incremental
scheduling for compaction/clustering
- **Storage-based Lock Provider** - Multi-writer concurrency control without
external dependencies
- **Record Merging Evolution** - Deprecation of payload classes in favor of
merge modes and merger APIs
diff --git a/website/versioned_docs/version-1.1.0/cli.md
b/website/versioned_docs/version-1.1.0/cli.md
index 3cc635b44176..38d41fb35f12 100644
--- a/website/versioned_docs/version-1.1.0/cli.md
+++ b/website/versioned_docs/version-1.1.0/cli.md
@@ -621,6 +621,7 @@ The following table shows the Hudi table versions
corresponding to the Hudi rele
| Hudi Table Version | Hudi Release Version(s) |
|:-------------------|:------------------------|
+| `NINE` or `9` | 1.1.x |
| `EIGHT` or `8` | 1.0.x |
| `SIX` or `6` | 0.14.x - 0.15.x |
| `FIVE` or `5` | 0.12.x - 0.13.x |
diff --git a/website/versioned_docs/version-1.1.0/flink-quick-start-guide.md
b/website/versioned_docs/version-1.1.0/flink-quick-start-guide.md
index 4cec86178982..ea9a08817994 100644
--- a/website/versioned_docs/version-1.1.0/flink-quick-start-guide.md
+++ b/website/versioned_docs/version-1.1.0/flink-quick-start-guide.md
@@ -12,7 +12,7 @@ This page introduces Flink–Hudi integration and demonstrates
how Flink brings
### Flink Support Matrix
-| Hudi | Supported Flink version
|
+| Hudi | Supported Flink versions
|
| :----- |
:--------------------------------------------------------------------- |
| 1.1.x | 1.17.x, 1.18.x, 1.19.x, 1.20.x (default build), 2.0.x
|
| 1.0.x | 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x (default
build) |
diff --git a/website/versioned_docs/version-1.1.0/quick-start-guide.md
b/website/versioned_docs/version-1.1.0/quick-start-guide.md
index 02db578fa09e..55baf387118b 100644
--- a/website/versioned_docs/version-1.1.0/quick-start-guide.md
+++ b/website/versioned_docs/version-1.1.0/quick-start-guide.md
@@ -16,19 +16,15 @@ Hudi works with Spark 3.3 and above versions. You can
follow instructions [here]
### Spark Support Matrix
-| Hudi | Supported Spark version(s) |
Scala Version | Java Version |
-|:----------------|:---------------------------------------------------------|:--------------|:-------------|
-| 1.1.x | 4.0.x, 3.5.x (default build), 3.4.x, 3.3.x |
2.13 (Spark 4.0), 2.12/2.13 (Spark 3.5), 2.12 (Spark 3.3-3.4) | 17+ (Spark
4.0), 8+ (Spark 3.x) |
-| 1.0.x | 3.5.x (default build), 3.4.x, 3.3.x |
2.12/2.13 (Spark 3.5), 2.12 (Spark 3.3-3.4) | 8+ |
-| 0.15.x | 3.5.x (default build), 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x |
2.12 | 8+ |
-| 0.14.x | 3.4.x (default build), 3.3.x, 3.2.x, 3.1.x, 3.0.x |
2.12 | 8+ |
+| Hudi | Supported Spark versions | Scala
versions | Java versions
|
+|:-------|:---------------------------------------------------------|:--------------------------------------------------------------|:--------------------------------|
+| 1.1.x | 4.0.x, 3.5.x (default build), 3.4.x, 3.3.x | 2.13
(Spark 4.0), 2.12/2.13 (Spark 3.5), 2.12 (Spark 3.3-3.4) | 17+ (Spark 4.0), 8+
(Spark 3.x) |
+| 1.0.x | 3.5.x (default build), 3.4.x, 3.3.x |
2.12/2.13 (Spark 3.5), 2.12 (Spark 3.3-3.4) | 8+
|
+| 0.15.x | 3.5.x (default build), 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x |
2.12/2.13 (Spark 3.5), 2.12 | 8+
|
+| 0.14.x | 3.4.x (default build), 3.3.x, 3.2.x, 3.1.x, 3.0.x | 2.12
| 8+
|
+:::note
The *default build* Spark version indicates how we build `hudi-spark3-bundle`.
-
-:::note Change summary
-In 1.0.0, we dropped the support for Spark 3.2.x and lower Spark 3 versions.
-In 0.15.0, we introduced the support for Spark 3.5.x.
-In 0.14.0, we introduced the support for Spark 3.4.x and bring back the
support for Spark 3.0.x.
:::
### Spark Shell/SQL
@@ -53,7 +49,7 @@ From the extracted directory run spark-shell with Hudi:
export SPARK_VERSION=3.5
export HUDI_VERSION=1.1.0
# For Scala versions: 2.12/2.13
-export SCALA_VERSION=2.12
+export SCALA_VERSION=2.13
spark-shell --master "local[2]" \
--packages
org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_$SCALA_VERSION:$HUDI_VERSION \
@@ -74,7 +70,7 @@ export PYSPARK_PYTHON=$(which python3)
export SPARK_VERSION=3.5
export HUDI_VERSION=1.1.0
# For Scala versions: 2.12/2.13
-export SCALA_VERSION=2.12
+export SCALA_VERSION=2.13
pyspark --master "local[2]" \
--packages
org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_$SCALA_VERSION:$HUDI_VERSION \
@@ -95,7 +91,7 @@ From the extracted directory run Spark SQL with Hudi:
export SPARK_VERSION=3.5
export HUDI_VERSION=1.1.0
# For Scala versions: 2.12/2.13
-export SCALA_VERSION=2.12
+export SCALA_VERSION=2.13
spark-sql --master "local[2]" \
--packages
org.apache.hudi:hudi-spark$SPARK_VERSION-bundle_$SCALA_VERSION:$HUDI_VERSION \