Thearas commented on code in PR #46767: URL: https://github.com/apache/doris/pull/46767#discussion_r1923015028
########## docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh: ########## @@ -163,6 +163,4 @@ echo "Script: create_view.hql executed in ${EXECUTION_TIME} seconds" touch /mnt/SUCCESS # Avoid container exit -while true; do - sleep 1 -done +tail -f /dev/null Review Comment: The current success file `/mnt/SUCCESS` is not equal to `/tmp/SUCCESS` in `exec_success_hook`, we don't modify it now. -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org