Updated Branches: refs/heads/trunk 28a4ae836 -> 03e5152ce
AMBARI-2843. NodeManager requires hadoop-mapreduce. (ncole) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/03e5152c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/03e5152c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/03e5152c Branch: refs/heads/trunk Commit: 03e5152cedc21002733bc78b4aaef5cac5f8dc2b Parents: 28a4ae8 Author: Nate Cole <[email protected]> Authored: Thu Aug 8 14:38:04 2013 -0400 Committer: Nate Cole <[email protected]> Committed: Fri Aug 9 07:53:13 2013 -0400 ---------------------------------------------------------------------- ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/03e5152c/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp b/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp index ce7f75f..a131db4 100644 --- a/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp +++ b/ambari-agent/src/main/puppet/modules/hdp/manifests/params.pp @@ -465,7 +465,7 @@ class hdp::params() yarn-nodemanager => { 'ALL' => { 64 => { - 'ALL' => ['hadoop-yarn-nodemanager'] + 'ALL' => ['hadoop-yarn-nodemanager', 'hadoop-mapreduce'] } } },
