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 8e4ea17  [MINOR][DOCS] Add Spark 3 support matrix (#4396)
8e4ea17 is described below

commit 8e4ea17399aed345a9234def088cf9620503e9e8
Author: Raymond Xu <[email protected]>
AuthorDate: Sun Dec 19 20:53:22 2021 -0800

    [MINOR][DOCS] Add Spark 3 support matrix (#4396)
---
 website/docs/quick-start-guide.md | 9 +++++++++
 website/package.json              | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/website/docs/quick-start-guide.md 
b/website/docs/quick-start-guide.md
index e78388c..3c36717 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -15,6 +15,15 @@ After each write operation we will also show how to read the 
data both snapshot
 ## Setup
 
 Hudi works with Spark-2.4.3+ & Spark 3.x versions. You can follow instructions 
[here](https://spark.apache.org/downloads) for setting up spark.
+
+**Spark 3 Support Matrix**
+
+| Hudi            | Supported Spark 3 version    |
+|-----------------|------------------------------|
+| 0.10.0          | 3.1.x (default build), 3.0.x |
+| 0.7.0 - 0.9.0   | 3.0.x                        |
+| 0.6.0 and prior | not supported                |
+
 As of 0.9.0 release, Spark SQL DML support has been added and is experimental.
 
 <Tabs
diff --git a/website/package.json b/website/package.json
index fbda5d8..526429a 100644
--- a/website/package.json
+++ b/website/package.json
@@ -17,7 +17,7 @@
     "@docusaurus/core": "^2.0.0-beta.3",
     "@docusaurus/plugin-client-redirects": "^2.0.0-beta.3",
     "@docusaurus/plugin-sitemap": "^2.0.0-beta.3",
-    "@docusaurus/preset-classic": "2.0.0-beta.3",
+    "@docusaurus/preset-classic": "^2.0.0-beta.3",
     "@docusaurus/theme-search-algolia": "^2.0.0-beta.3",
     "@fontsource/comfortaa": "^4.5.0",
     "@mdx-js/react": "^1.6.21",

Reply via email to