yuxiqian commented on code in PR #3398:
URL: https://github.com/apache/flink-cdc/pull/3398#discussion_r1635883374


##########
flink-cdc-dist/src/main/flink-cdc-bin/bin/flink-cdc.sh:
##########
@@ -34,11 +34,11 @@ if [[ -z $FLINK_HOME ]]; then
   exit 1
 fi
 
-# Setup Flink related configurations
-# Setting _FLINK_HOME_DETERMINED in order to avoid config.sh to overwrite it
-_FLINK_HOME_DETERMINED=1

Review Comment:
   IIUC it was used to tell Flink's `config.sh` not to override given 
`FLINK_HOME` variable, and should be set before calling `. 
$FLINK_HOME/bin/config.sh`.



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to