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

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

commit 166f3f8c7c5f14eb75daca843f992e908bd3c938
Author: roryqi <jerqi1242949...@gmail.com>
AuthorDate: Fri Jul 1 11:49:34 2022 +0800

    [Improvement] Modify configuration template (#209)
    
    ### What changes were proposed in this pull request?
    I modify the file `conf/server.conf` and `conf/coordinator.conf`. Some 
configurations are not recommended. I modify them
    
    ### Why are the changes needed?
    Give users a better configuration template
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    No need.
---
 conf/coordinator.conf |  2 +-
 conf/server.conf      | 16 ++++------------
 2 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/conf/coordinator.conf b/conf/coordinator.conf
index 294f14e..c66e302 100644
--- a/conf/coordinator.conf
+++ b/conf/coordinator.conf
@@ -21,4 +21,4 @@ rss.jetty.http.port 19998
 rss.coordinator.server.heartbeat.timeout 30000
 rss.coordinator.app.expired 60000
 rss.coordinator.shuffle.nodes.max 13
-rss.coordinator.exclude.nodes.file.path /xxx
+rss.coordinator.exclude.nodes.file.path file:///xxx
diff --git a/conf/server.conf b/conf/server.conf
index 3c347e1..6ab6571 100644
--- a/conf/server.conf
+++ b/conf/server.conf
@@ -19,18 +19,10 @@
 rss.rpc.server.port 19999
 rss.jetty.http.port 19998
 rss.storage.basePath /xxx,/xxx
-rss.storage.type LOCALFILE_AND_HDFS
+rss.storage.type MEMORY_LOCALFILE_HDFS
 rss.coordinator.quorum xxx:19999,xxx:19999
 rss.server.buffer.capacity 40gb
-rss.server.buffer.spill.threshold 22gb
-rss.server.partition.buffer.size 150mb
 rss.server.read.buffer.capacity 20gb
-rss.server.flush.thread.alive 50
-rss.server.flush.threadPool.size 100
-
-# multistorage config
-rss.server.multistorage.enable true
-rss.server.uploader.enable true
-rss.server.uploader.base.path hdfs://xxx
-rss.server.uploader.thread.number 32
-rss.server.disk.capacity 1011550697553
+rss.server.flush.thread.alive 5
+rss.server.flush.threadPool.size 10
+rss.server.disk.capacity 1t

Reply via email to