You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/04/20 09:35:28 UTC

[GitHub] [dolphinscheduler] SbloodyS commented on a diff in pull request #9614: [Fix][Script] Fix wrong type of variable workersGroupMap, which will …

SbloodyS commented on code in PR #9614:
URL: https://github.com/apache/dolphinscheduler/pull/9614#discussion_r853932577


##########
script/scp-hosts.sh:
##########
@@ -28,6 +28,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
 fi
 
 workersGroup=(${workers//,/ })
+declare -A workersGroupMap

Review Comment:
   ```declare -A``` is not working in ```mac``` system.
   
   I think a new implementation is needed.



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org