You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ck...@apache.org on 2023/01/10 11:56:59 UTC

[incubator-uniffle-website] branch master updated: Support Spark 3.3

This is an automated email from the ASF dual-hosted git repository.

ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 278e4e3  Support Spark 3.3
278e4e3 is described below

commit 278e4e37980bba39ceb0b52157af9708a7b58c72
Author: Kaijie Chen <ck...@apache.org>
AuthorDate: Tue Jan 10 19:56:24 2023 +0800

    Support Spark 3.3
---
 docs/01-intro.md                          | 4 ++--
 src/components/HomepageFeatures/index.tsx | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/01-intro.md b/docs/01-intro.md
index e93753e..58577f0 100644
--- a/docs/01-intro.md
+++ b/docs/01-intro.md
@@ -44,7 +44,7 @@ The shuffle data is stored with index file and data file. Data file has all bloc
 ![Rss Shuffle_Write](img/rss_data_format.png)
 
 ## Supported Spark Version
-Current support Spark 2.3.x, Spark 2.4.x, Spark3.0.x, Spark 3.1.x, Spark 3.2.x
+Current support Spark 2.3.x, Spark 2.4.x, Spark3.0.x, Spark 3.1.x, Spark 3.2.x, Spark 3.3.x
 
 Note: To support dynamic allocation, the patch(which is included in client-spark/patch folder) should be applied to Spark
 
@@ -251,4 +251,4 @@ For more details of advanced configuration, please see [Uniffle Shuffle Client G
 Uniffle is under the Apache License Version 2.0. See the [LICENSE](https://github.com/apache/incubator-uniffle/blob/master/LICENSE) file for details.
 
 ## Contributing
-For more information about contributing issues or pull requests, see [Uniffle Contributing Guide](https://github.com/apache/incubator-uniffle/blob/master/CONTRIBUTING.md).
\ No newline at end of file
+For more information about contributing issues or pull requests, see [Uniffle Contributing Guide](https://github.com/apache/incubator-uniffle/blob/master/CONTRIBUTING.md).
diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx
index 3ba806f..8fc3d05 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -36,7 +36,7 @@ const FeatureList: FeatureItem[] = [
         title: 'Spark Support',
         description: (
             <>
-                Supports Apache Spark 2.3.x, 2.4.x, 3.0.x, 3.1.x, 3.2.x.
+                Supports Apache Spark 2.3.x, 2.4.x, 3.0.x, 3.1.x, 3.2.x, 3.3.x.
             </>
         ),
     },