You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2021/09/21 15:55:59 UTC

[systemds] branch master updated: [MINOR] Add config to SystemDS Worker startup

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


The following commit(s) were added to refs/heads/master by this push:
     new b11521b  [MINOR] Add config to SystemDS Worker startup
b11521b is described below

commit b11521b4280139d4f7d027ca1582c0fc1339b014
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Tue Sep 21 17:55:36 2021 +0200

    [MINOR] Add config to SystemDS Worker startup
---
 bin/systemds | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/systemds b/bin/systemds
index 5ff03bf..b2ff3e4 100755
--- a/bin/systemds
+++ b/bin/systemds
@@ -413,6 +413,7 @@ if [ $WORKER == 1 ]; then
   $LOG4JPROP \
   org.apache.sysds.api.DMLScript \
   -w $PORT \
+  $CONFIG_FILE \
   $*"
   print_out "Executing command: $CMD"
   print_out  ""