You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "${RED}Your network cannot connect to the Internet using ping mode, please check whether your network environment is normal, and the program will try to use curl mode to detect the network connection again...${RESET}"
echo -e "${RED}Your network cannot be connected to the Internet using curl mode, please check whether your network environment is normal。${RESET}"
9
+
echo -e "${RED}Your network cannot be connected to the Internet using curl mode, please check whether your network environment is normal.${RESET}"
10
10
echo -e "${YELLOW}Note that in some network environments, firewalls or security policies may block ICMP requests (i.e., pings). If this happens, you can use curl to detect the network connection.${RESET}"
11
11
exit 1
12
12
else
13
13
echo -e "${GREEN}Your network can use curl to connect to the Internet and proceed to the next step...${RESET}"
14
14
fi
15
15
else
16
16
echo -e "${GREEN}Your network can use ping to connect to the Internet and proceed to the next step...${RESET}"
echo -e "${GREEN} The automatic initialization script uses the export environment variable method to support the loading of environment variables of the data source. The configuration file is:${config_file}${RESET}"
42
+
echo -e "${GREEN} The automatic initialization script uses the export environment variable method to support the loading of environment variables of the data source. The configuration file is: ${config_file}${RESET}"
echo -e "${GREEN}MySQLThe configuration of database related information is completed. Please confirm whether the following configuration is correct:${RESET}"
54
+
echo -e "${GREEN}MySQLThe configuration of database related information is completed. Please confirm whether the following configuration is correct: ${RESET}"
echo -e "${GREEN}The automatic initialization script uses the export environment variable method to support the loading of environment variables from the data source configuration file. The configuration file is:${config_file}${RESET}"
62
+
echo -e "${GREEN}The automatic initialization script uses the export environment variable method to support the loading of environment variables from the data source configuration file. The configuration file is: ${config_file}${RESET}"
echo -e "${GREEN}PostgresSQL The configuration of database related information is completed. Please confirm whether the following configuration is correct:${RESET}"
72
+
echo -e "${GREEN}PostgresSQL The configuration of database related information is completed. Please confirm whether the following configuration is correct: ${RESET}"
echo -e "${BLUE}Parameters: The current Flink version is:${CURRENT_FLINK_FULL_VERSION},The scanned Flink version is:${FLINK_VERSION_SCAN},The temporary directory is:${DINKY_TMP_DIR},The expansion package directory is:${EXTENDS_HOME},Dinky The root directory is:${DINKY_HOME}${RESET}"
11
+
echo -e "${BLUE}Parameters: The current Flink version is: ${CURRENT_FLINK_FULL_VERSION}, The scanned Flink version is: ${FLINK_VERSION_SCAN}, The temporary directory is: ${DINKY_TMP_DIR}, The expansion package directory is: ${EXTENDS_HOME}, Dinky The root directory is: ${DINKY_HOME}${RESET}"
0 commit comments