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

jluniya pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714 by 
this push:
     new c1dda71  AMBARI-23503: Fix installation issues caused by 
execution_command library (#927)
c1dda71 is described below

commit c1dda7132cb6d6e859e4fa91d972e79b2a388906
Author: jayush <jay...@gmail.com>
AuthorDate: Fri Apr 6 13:07:22 2018 -0700

    AMBARI-23503: Fix installation issues caused by execution_command library 
(#927)
    
    * AMBARI-23503: Fix installation issues caused by execution_command library 
(jluniya)
    
    Change-Id: I46a1a09b20d651de2fea28b7e20f0f0d8be30a79
    
    * AMBARI-23503: Fix installation issues caused by execution_command library 
(jluniya)
    
    Change-Id: Ic42ba8bd3d46063e5fcddcfe5b6017c3c6310569
---
 .../src/main/resources/stack-hooks/before-ANY/scripts/params.py         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ambari-server/src/main/resources/stack-hooks/before-ANY/scripts/params.py 
b/ambari-server/src/main/resources/stack-hooks/before-ANY/scripts/params.py
index 7265ca0..bea70f2 100644
--- a/ambari-server/src/main/resources/stack-hooks/before-ANY/scripts/params.py
+++ b/ambari-server/src/main/resources/stack-hooks/before-ANY/scripts/params.py
@@ -55,7 +55,7 @@ dfs_type = execution_command.get_dfs_type()
 
 artifact_dir = format("{tmp_dir}/AMBARI-artifacts/")
 jdk_name = execution_command.get_jdk_name()
-java_home = execution_command.get_jdk_home()
+java_home = execution_command.get_java_home()
 java_version = execution_command.get_java_version()
 jdk_location = execution_command.get_jdk_location()
 

-- 
To stop receiving notification emails like this one, please contact
jlun...@apache.org.

Reply via email to