1
0
Fork 0

Switch of statistics and foxx queues in local cluster script.

This commit is contained in:
Max Neunhoeffer 2015-10-30 16:15:52 +01:00 committed by Frank Celler
parent 21bc08715a
commit e2eadd8239
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,8 @@ start() {
--server.endpoint tcp://127.0.0.1:$PORT \
--cluster.my-local-info $TYPE:127.0.0.1:$PORT \
--log.file cluster/$PORT.log \
--server.disable-statistics true \
--server.foxx-queues false \
> cluster/$PORT.stdout 2>&1 &
}
@ -57,6 +59,8 @@ startTerminal() {
--server.endpoint tcp://127.0.0.1:$PORT \
--cluster.my-local-info $TYPE:127.0.0.1:$PORT \
--log.file cluster/$PORT.log \
--server.disable-statistics true \
--server.foxx-queues false \
--console &
}