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

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

commit 7db83b595d485ae208a7f85e1ea9508ac9c1eaa7
Author: Kaijie Chen <[email protected]>
AuthorDate: Sat Nov 12 16:39:57 2022 +0800

    Update features list in homepage
---
 src/components/HomepageFeatures/index.tsx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index 3ac62fe..13203d7 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -17,18 +17,18 @@ const FeatureList: FeatureItem[] = [
         ),
     },
     {
-        title: 'Supported Version',
+        title: 'Spark Support',
         description: (
             <>
-                Current support Spark 2.3.x, Spark 2.4.x, Spark3.0.x, Spark 
3.1.x, Spark 3.2.x, and support Hadoop 2.8.5's MapReduce framework.
+                Supports Apache Spark 2.3.x, 2.4.x, 3.0.x, 3.1.x, 3.2.x.
             </>
         ),
     },
     {
-        title: 'Support',
+        title: 'MapReduce Support',
         description: (
             <>
-                We provide free support for users using this project.
+                Supports the MapReduce framework of Apache Hadoop 2.8.x.
             </>
         ),
     },

Reply via email to