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 992d046d [#1124] docs(tez): Add the document for tez-client (#1140)
992d046d is described below
commit 992d046d79b4b38dcea11ca24601a47f5791afd4
Author: bin41215 <[email protected]>
AuthorDate: Sun Aug 13 13:32:37 2023 +0800
[#1124] docs(tez): Add the document for tez-client (#1140)
### What changes were proposed in this pull request?
Add the document for tez-client.
### Why are the changes needed?
Fix: #1124
### Does this PR introduce _any_ user-facing change?
No.
---
docs/client_guide.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/client_guide.md b/docs/client_guide.md
index b06f0818..eb1b4091 100644
--- a/docs/client_guide.md
+++ b/docs/client_guide.md
@@ -241,7 +241,8 @@ Notice: this feature requires the MEMORY_LOCAL_HADOOP mode.
| Property Name | Default | Description
|
|--------------------------------|---------|-------------------------------------------------------------------------|
| tez.rss.avoid.recompute.succeeded.task | false | Whether to avoid
recompute succeeded task when node is unhealthy or black-listed |
-| tez.rss.client.max.buffer.size | 3k | The max buffer size in map side |
+| tez.rss.client.max.buffer.size | 3k | The max buffer size in map side.
Control the size of each segment(WrappedBuffer) in the buffer. |
+| tez.rss.client.batch.trigger.num | 50 | The max batch of buffers to send
data in map side. Affect the number of blocks sent to the server in each batch,
and may affect rss_worker_used_buffer_size |
### Netty Setting
| Property Name | Default | Description
|