You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/07/27 05:40:02 UTC

[incubator-doris] branch master updated: [Script] Compile and automatically create fe doris-meta and be storage directories (#6297)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 095182d  [Script] Compile and automatically create fe doris-meta and be storage directories (#6297)
095182d is described below

commit 095182da62f70f7ac0302c416c9180cff32ab337
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Tue Jul 27 13:39:50 2021 +0800

    [Script] Compile and automatically create fe doris-meta and be storage directories (#6297)
    
    Compile and automatically create fe doris-meta and be storage directories
---
 build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.sh b/build.sh
index 641d7da..36ffb6d 100755
--- a/build.sh
+++ b/build.sh
@@ -284,6 +284,7 @@ if [ ${BUILD_FE} -eq 1 -o ${BUILD_SPARK_DPP} -eq 1 ]; then
 
         cp -r -p ${DORIS_THIRDPARTY}/installed/webroot/* ${DORIS_OUTPUT}/fe/webroot/static/
         mkdir -p ${DORIS_OUTPUT}/fe/log
+        mkdir -p ${DORIS_OUTPUT}/fe/doris-meta
 
     elif [ ${BUILD_SPARK_DPP} -eq 1 ]; then
         install -d ${DORIS_OUTPUT}/fe/spark-dpp/
@@ -310,6 +311,7 @@ if [ ${BUILD_BE} -eq 1 ]; then
 
     cp -r -p ${DORIS_THIRDPARTY}/installed/webroot/* ${DORIS_OUTPUT}/be/www/
     mkdir -p ${DORIS_OUTPUT}/be/log
+    mkdir -p ${DORIS_OUTPUT}/be/storage
 
 
 fi

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org