paul8263 commented on code in PR #9614:
URL: https://github.com/apache/dolphinscheduler/pull/9614#discussion_r854711029
##########
script/scp-hosts.sh:
##########
@@ -28,6 +28,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
fi
workersGroup=(${workers//,/ })
+declare -A workersGroupMap
Review Comment:
We can replace the map with two arrays, with assigning the key value pair
the same index. However it seems that the worker groups are not needed in those
scripts. Can I just remove worker groups and add them back if they were
required in future versions?
--
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]