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

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


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

commit c0ea14b295e4e8ddc63bd9b59f9ded1b3934fe22
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 1 14:58:55 2025 +0800

    branch-3.1: [fix](doris compose) be disable java support #52412 (#52525)
    
    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