maobaolong commented on code in PR #1855:
URL: 
https://github.com/apache/incubator-uniffle/pull/1855#discussion_r1665308937


##########
conf/server.conf:
##########
@@ -16,15 +16,17 @@
 #
 
 rss.rpc.server.port 19999
-rss.jetty.http.port 19998
-rss.storage.basePath /xxx,/xxx
+rss.jetty.http.port 19978
+# change to the actual disk path
+rss.storage.basePath /tmp/dir0,/tmp/dir1
 rss.storage.type MEMORY_LOCALFILE_HDFS
-rss.coordinator.quorum xxx:19999,xxx:19999
+# change to actual coordinator rpc addresses
+rss.coordinator.quorum localhost:19999,localhost:19999
 rss.server.buffer.capacity 40gb
 rss.server.read.buffer.capacity 20gb
 rss.server.flush.thread.alive 5
 rss.server.flush.localfile.threadPool.size 10
 rss.server.flush.hadoop.threadPool.size 60
-rss.server.disk.capacity 1t
+rss.server.disk.capacity 1g

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to