Переглянути джерело

AMBARI-14502. Devdeploy: Nodemanager becomes stopped after Mahout client is installed on host (aonishuk)

Andrew Onishuk 9 роки тому
батько
коміт
ff3643cdff

+ 2 - 0
ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/params.py

@@ -45,6 +45,8 @@ mahout_home = "/usr/hdp/current/mahout-client"
 mahout_conf_dir = "/usr/hdp/current/mahout-client/conf"
 mahout_user = config['configurations']['mahout-env']['mahout_user']
 
+yarn_log_dir_prefix = config['configurations']['yarn-env']['yarn_log_dir_prefix']
+
 #hadoop params
 hadoop_bin_dir = hdp_select.get_hadoop_dir("bin")
 hadoop_home = hdp_select.get_hadoop_dir("home")