yiguolei commented on code in PR #25097:
URL: https://github.com/apache/doris/pull/25097#discussion_r1357636849


##########
build.sh:
##########
@@ -634,6 +634,10 @@ if [[ "${OUTPUT_BE_BINARY}" -eq 1 ]]; then
     cp -r -p "${DORIS_HOME}/be/output/bin"/* "${DORIS_OUTPUT}/be/bin"/
     cp -r -p "${DORIS_HOME}/be/output/conf"/* "${DORIS_OUTPUT}/be/conf"/
     cp -r -p "${DORIS_HOME}/be/output/dict" "${DORIS_OUTPUT}/be/"
+    if [[ ! -d "${DORIS_HOME}/zoneinfo" ]]; then

Review Comment:
   不要把zoneinfo.tar.gz 放在根目录下,可以建立一个单独的目录 resource,放到 $DORIS_HOME/resource



##########
build.sh:
##########
@@ -634,6 +634,10 @@ if [[ "${OUTPUT_BE_BINARY}" -eq 1 ]]; then
     cp -r -p "${DORIS_HOME}/be/output/bin"/* "${DORIS_OUTPUT}/be/bin"/
     cp -r -p "${DORIS_HOME}/be/output/conf"/* "${DORIS_OUTPUT}/be/conf"/
     cp -r -p "${DORIS_HOME}/be/output/dict" "${DORIS_OUTPUT}/be/"
+    if [[ ! -d "${DORIS_HOME}/zoneinfo" ]]; then

Review Comment:
   不要把zoneinfo.tar.gz 放在根目录下,可以建立一个单独的目录 resource,放到 $DORIS_HOME/resource



-- 
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

Reply via email to