You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/12/28 11:48:18 UTC

[2/2] ambari git commit: AMBARI-14502. Devdeploy: Nodemanager becomes stopped after Mahout client is installed on host (aonishuk)

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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7a850180
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7a850180
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7a850180

Branch: refs/heads/branch-2.2
Commit: 7a8501807ce5f19fda2a3fd2c226b193f086c966
Parents: b776c91
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Mon Dec 28 12:48:13 2015 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Dec 28 12:48:13 2015 +0200

----------------------------------------------------------------------
 .../common-services/MAHOUT/1.0.0.2.3/package/scripts/params.py     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7a850180/ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/params.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/params.py b/ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/params.py
index 218f9cf..7ec31de 100644
--- a/ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/params.py
+++ b/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")