rmetzger opened a new pull request #14128: URL: https://github.com/apache/flink/pull/14128
The scripts were causing error messages like this ``` Stopping taskexecutor daemon (pid: 43659) on host RobertsbabaMac2.localdomain. /Users/robert/Projects/tmp-release-1.12/flink/flink-dist/target/flink-1.12-SNAPSHOT-bin/flink-1.12-SNAPSHOT/bin/flink-daemon.sh: line 98: timeout: command not found Stopping taskexecutor daemon (pid: 43403) on host RobertsbabaMac2.localdomain. /Users/robert/Projects/tmp-release-1.12/flink/flink-dist/target/flink-1.12-SNAPSHOT-bin/flink-1.12-SNAPSHOT/bin/flink-daemon.sh: line 98: timeout: command not found Stopping standalonesession daemon (pid: 40906) on host RobertsbabaMac2.localdomain. /Users/robert/Projects/tmp-release-1.12/flink/flink-dist/target/flink-1.12-SNAPSHOT-bin/flink-1.12-SNAPSHOT/bin/flink-daemon.sh: line 98: timeout: command not found ``` I tested the fix on two macs, one with `timeout`, one without. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
