This is an automated email from the ASF dual-hosted git repository.
roryqi 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 7313ab0 Modify the feature (#50)
7313ab0 is described below
commit 7313ab0eb6ec6f3df2d3827dfb67836fd698e2ae
Author: roryqi <[email protected]>
AuthorDate: Thu Jul 27 14:21:59 2023 +0800
Modify the feature (#50)
---
src/components/HomepageFeatures/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/HomepageFeatures/index.tsx
b/src/components/HomepageFeatures/index.tsx
index a11cc33..0138e59 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -41,10 +41,10 @@ const FeatureList: FeatureItem[] = [
),
},
{
- title: 'MapReduce Support',
+ title: 'MapReduce/Tez Support',
description: (
<>
- Supports the MapReduce framework of Apache Hadoop 2.8.x.
+ Supports the MapReduce framework of Apache Hadoop 2.8.x, 3.2.x
and Apache Tez 0.9.1.
</>
),
},