hello-stephen commented on code in PR #51065:
URL: https://github.com/apache/doris/pull/51065#discussion_r2097264624
##########
docker/thirdparties/docker-compose/hive/scripts/hive-metastore.sh:
##########
@@ -43,6 +44,13 @@ while ! $(nc -z localhost "${HMS_PORT:-9083}"); do
sleep 5s
done
+if [[ ${NEED_LOAD_DATA} = "0" ]]; then
+ rm -f "${lockfile1}"
+ echo "NEED_LOAD_DATA is 0, skip load data"
+ touch /mnt/SUCCESS
+ # Avoid container exit
+ tail -f /dev/null
+fi
Review Comment:
为啥这样就能跳过后面的导入数据?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]