Skip to content

Commit

Permalink
Optimize the execution logic of the script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Dec 19, 2024
1 parent d5b597c commit 7cbcea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/bin/init_flink_dependences.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ echo -e "${GREEN}Process flink-state-processor-api ...${RESET}"
cp -r ${full_flink_dir_tmp}/opt/flink-state-processor-api*.jar ${EXTENDS_HOME}/flink${FLINK_VERSION_SCAN}/
echo -e "${GREEN}Processing completed。${RESET}"

echo -e "${GREEN}Process flink-s3-fs-presto ...${RESET}"
cp -r ${full_flink_dir_tmp}/opt/flink-s3-fs-presto*.jar ${EXTENDS_HOME}/flink${FLINK_VERSION_SCAN}/
echo -e "${GREEN}Processing completed。${RESET}"

echo -e "${GREEN} ================= List files in the ${EXTENDS_HOME}/flink${FLINK_VERSION_SCAN}/ directory ==============${RESET}"
ls -l ${EXTENDS_HOME}/flink${FLINK_VERSION_SCAN}/

Expand Down

0 comments on commit 7cbcea6

Please sign in to comment.