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

jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0b5c95fedc AMBARI-26531: Restore java_exec in infra_solr.py (#4042)
0b5c95fedc is described below

commit 0b5c95fedc3f998051a79b0208831f02d2384b19
Author: Dahyun (Dany) <[email protected]>
AuthorDate: Sun Aug 10 23:19:57 2025 -0400

    AMBARI-26531: Restore java_exec in infra_solr.py (#4042)
---
 .../AMBARI_INFRA_SOLR/3.0.0/package/scripts/infra_solr.py               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/3.0.0/package/scripts/infra_solr.py
 
b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/3.0.0/package/scripts/infra_solr.py
index 545605c0b8..463e0110f4 100755
--- 
a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/3.0.0/package/scripts/infra_solr.py
+++ 
b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/3.0.0/package/scripts/infra_solr.py
@@ -174,7 +174,7 @@ class InfraSolr(Script):
       return
     zkmigrator = ZkMigrator(
       zk_host=params.zk_quorum,
-      java_exec=params.ambari_java_home,
+      java_exec=params.ambari_java_exec,
       java_home=params.ambari_java_home,
       jaas_file=params.infra_solr_jaas_file,
       user=params.infra_solr_user,


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

Reply via email to