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

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 1bf93991b [CELEBORN-893][DOC] Fix Spark patch list text in Readme
1bf93991b is described below

commit 1bf93991bc7ea656dd5618a3d8bf156a04621637
Author: liangbowen <[email protected]>
AuthorDate: Mon Aug 14 14:54:58 2023 +0800

    [CELEBORN-893][DOC] Fix Spark patch list text in Readme
    
    ### What changes were proposed in this pull request?
    
    - Fix the text of Spark patch list
    
    ### Why are the changes needed?
    
    Before:
    <img width="909" alt="image" 
src="https://github.com/apache/incubator-celeborn/assets/1935105/1d402df1-3a68-4810-8f84-8ab61a38314c";>
    
    After:
    <img width="908" alt="image" 
src="https://github.com/apache/incubator-celeborn/assets/1935105/2c733568-a08a-4951-bd5a-f4a444a28833";>
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Screenshots attached.
    
    Closes #1810 from bowenliang123/readme-patch.
    
    Authored-by: liangbowen <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 74a565897..93c0f88ca 100644
--- a/README.md
+++ b/README.md
@@ -300,9 +300,9 @@ See more detail in 
[CONFIGURATIONS](https://celeborn.apache.org/docs/latest/conf
 
 ### Support Spark Dynamic Allocation
 We provide a patch to enable users to use Spark with both Dynamic Resource 
Allocation(DRA) and Celeborn.
-For Spark2.x check [Spark2 
Patch](assets/spark-patch/Celeborn_Dynamic_Allocation_spark2.patch).  
-For Spark3.x check [Spark3 
Patch](assets/spark-patch/Celeborn_Dynamic_Allocation_spark3.patch).
-For Spark3.4 check [Spark3 
Patch](assets/spark-patch/Celeborn_Dynamic_Allocation_spark3_4.patch).
+- For Spark 2.x check [Spark2 
Patch](assets/spark-patch/Celeborn_Dynamic_Allocation_spark2.patch).
+- For Spark 3.0-3.3 check [Spark3 
Patch](assets/spark-patch/Celeborn_Dynamic_Allocation_spark3.patch).
+- For Spark 3.4 check [Spark3.4 
Patch](assets/spark-patch/Celeborn_Dynamic_Allocation_spark3_4.patch).
 
 ### Metrics
 Celeborn has various metrics. [METRICS](METRICS.md)

Reply via email to