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

zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d43c1e6d [MINOR] fix(docs): Correct storage type in MR / TEZ 
documentation. (#2438)
9d43c1e6d is described below

commit 9d43c1e6dc1fef4283c9d39efaf30f98e91f5b0f
Author: Andras Salamon <[email protected]>
AuthorDate: Fri Apr 11 04:05:28 2025 +0200

    [MINOR] fix(docs): Correct storage type in MR / TEZ documentation. (#2438)
    
    ### What changes were proposed in this pull request?
    
    Fixing storage type in documentation.
    
    ### Why are the changes needed?
    
    The documentation refers to MEMORY_LOCAL_HADOOP mode.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Not tested, this is just a documentation change.
---
 docs/client_guide/mr_client_guide.md  | 2 +-
 docs/client_guide/tez_client_guide.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/client_guide/mr_client_guide.md 
b/docs/client_guide/mr_client_guide.md
index cbff98195..0f1c86a6e 100644
--- a/docs/client_guide/mr_client_guide.md
+++ b/docs/client_guide/mr_client_guide.md
@@ -57,4 +57,4 @@ This experimental feature allows to reduce tasks to spill 
data to remote storage
 |mapreduce.rss.reduce.remote.spill.replication|1| The replication number to 
spill data to Hadoop FS                      |
 |mapreduce.rss.reduce.remote.spill.retries|5| The retry number to spill data 
to Hadoop FS                            |
 
-Notice: this feature requires the MEMORY_LOCAL_HADOOP mode.
\ No newline at end of file
+Notice: this feature requires the MEMORY_LOCALFILE_HDFS storage type mode.
\ No newline at end of file
diff --git a/docs/client_guide/tez_client_guide.md 
b/docs/client_guide/tez_client_guide.md
index f419d314f..7f8e0fa8a 100644
--- a/docs/client_guide/tez_client_guide.md
+++ b/docs/client_guide/tez_client_guide.md
@@ -60,4 +60,4 @@ This experimental feature allows to reduce tasks to spill 
data to remote storage
 |tez.rss.reduce.remote.spill.replication|1| The replication number to spill 
data to Hadoop FS                      |
 |tez.rss.reduce.remote.spill.retries|5| The retry number to spill data to 
Hadoop FS                            |
 
-Notice: this feature requires the MEMORY_LOCAL_HADOOP mode.
\ No newline at end of file
+Notice: this feature requires the MEMORY_LOCALFILE_HDFS storage type mode.
\ No newline at end of file

Reply via email to