You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/07/28 11:19:29 UTC

[incubator-uniffle] branch master updated: [DOC] Update title and description in README (#94)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b144a6  [DOC] Update title and description in README (#94)
5b144a6 is described below

commit 5b144a67c08248dbf4a57bad50bf9ca5e2516744
Author: Kaijie Chen <ch...@kaijie.org>
AuthorDate: Thu Jul 28 19:19:24 2022 +0800

    [DOC] Update title and description in README (#94)
    
    ### What changes were proposed in this pull request?
    
    Add "Apache" in the title and improve the description.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    See https://github.com/kaijchen/incubator-uniffle/tree/readme#apache-uniffle-incubating
    
    Co-authored-by: roryqi <je...@gmail.com>
---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d28d222..24d8675 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,12 @@
   ~ limitations under the License.
   -->
 
-# What is Uniffle
+# Apache Uniffle (Incubating)
 
-Uniffle is a Remote Shuffle Service, and provides the capability for Apache Spark applications
-to store shuffle data on remote servers.
+Uniffle is a unified remote shuffle service for compute engines.
+It provides the ability to aggregate and store shuffle data on remote servers,
+thus improving the performance and reliability of large jobs.
+Currently it supports [Apache Spark](https://spark.apache.org) and [MapReduce](https://hadoop.apache.org).
 
 [![Build](https://github.com/apache/incubator-uniffle/actions/workflows/build.yml/badge.svg?branch=master&event=push)](https://github.com/apache/incubator-uniffle/actions/workflows/build.yml)
 [![Codecov](https://codecov.io/gh/apache/incubator-uniffle/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-uniffle)