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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 0adfc331468 branch-3.0: [fix](doris compose) be disable java support 
#52412 (#52524)
0adfc331468 is described below

commit 0adfc3314687605b3249a520199d285d3cd639c3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 10:38:20 2025 +0800

    branch-3.0: [fix](doris compose) be disable java support #52412 (#52524)
    
    Cherry-picked from #52412
    
    Co-authored-by: yujun <[email protected]>
---
 docker/runtime/doris-compose/cluster.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker/runtime/doris-compose/cluster.py 
b/docker/runtime/doris-compose/cluster.py
index 87313546c69..00fe9ddc386 100644
--- a/docker/runtime/doris-compose/cluster.py
+++ b/docker/runtime/doris-compose/cluster.py
@@ -588,6 +588,9 @@ class BE(Node):
 
     def get_add_init_config(self):
         cfg = super().get_add_init_config()
+        cfg += [
+            'enable_java_support = false',
+        ]
         if self.cluster.be_config:
             cfg += self.cluster.be_config
         if self.cluster.is_cloud:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to