This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/systemds.git
commit 686798f35d2e255fa446f80a427c9417300365ba Author: baunsgaard <[email protected]> AuthorDate: Thu Apr 29 21:01:33 2021 +0200 [MINOR] systemds binary singlenode default --- bin/systemds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/systemds b/bin/systemds index 4073882..da29010 100755 --- a/bin/systemds +++ b/bin/systemds @@ -39,9 +39,9 @@ if [ -z "$SYSDS_QUIET" ]; then SYSDS_QUIET=0 fi -# if not set by env, set to hybrid execution by default +# if not set by env, set to singlenode execution by default if [[ -z "$SYSDS_EXEC_MODE" ]]; then - SYSDS_EXEC_MODE=hybrid + SYSDS_EXEC_MODE=singlenode fi # an echo toggle
