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-spark-connector.git

commit 6cd39152df54de7d0b39da97e39b12e3f131150d
Author: wei zhao <zhaowei_3...@163.com>
AuthorDate: Thu Nov 11 15:42:30 2021 +0800

    [Compile] Fix spark-connector compile problem (#7048)
    
    Use `thrift` in thirdparty
---
 build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.sh b/build.sh
index cc5d138..64970e6 100755
--- a/build.sh
+++ b/build.sh
@@ -30,6 +30,7 @@ ROOT=`cd "$ROOT"; pwd`
 
 
 export DORIS_HOME=${ROOT}/../../
+export PATH=${DORIS_THIRDPARTY}/installed/bin:$PATH
 
 # include custom environment variables
 if [[ -f ${DORIS_HOME}/custom_env.sh ]]; then

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

Reply via email to