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 2022/07/03 15:24:54 UTC

[doris] branch master updated: [chore] turn off java-udf by default when compiling in parallel (#10569)

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/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new b11e72b76b [chore] turn off java-udf by default when compiling in parallel (#10569)
b11e72b76b is described below

commit b11e72b76b2610a7fb7cb5dd3d2eb42880255ba1
Author: Gabriel <ga...@gmail.com>
AuthorDate: Sun Jul 3 23:24:49 2022 +0800

    [chore] turn off java-udf by default when compiling in parallel (#10569)
---
 build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.sh b/build.sh
index 6ced7ef0aa..e956c3ad56 100755
--- a/build.sh
+++ b/build.sh
@@ -165,7 +165,6 @@ else
         BUILD_BROKER=1
         BUILD_META_TOOL=ON
         BUILD_SPARK_DPP=1
-        BUILD_JAVA_UDF=1
         BUILD_HIVE_UDF=1
         CLEAN=0
     fi


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