Repository: bigtop Updated Branches: refs/heads/master 8efa77911 -> 1f5c8a75c
BIGTOP-2473 Include hadoop to Mahout puppet script Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1f5c8a75 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1f5c8a75 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1f5c8a75 Branch: refs/heads/master Commit: 1f5c8a75c94f3031f85f97185e9bdaaa1c7216c1 Parents: 8efa779 Author: Konstantinos Tsakalozos <[email protected]> Authored: Tue Jun 7 12:42:58 2016 +0300 Committer: Olaf Flebbe <[email protected]> Committed: Thu Jun 16 19:49:46 2016 +0200 ---------------------------------------------------------------------- bigtop-deploy/puppet/modules/mahout/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/1f5c8a75/bigtop-deploy/puppet/modules/mahout/manifests/init.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/mahout/manifests/init.pp b/bigtop-deploy/puppet/modules/mahout/manifests/init.pp index 0c55a9b..cfb08df 100644 --- a/bigtop-deploy/puppet/modules/mahout/manifests/init.pp +++ b/bigtop-deploy/puppet/modules/mahout/manifests/init.pp @@ -22,6 +22,8 @@ class mahout { } class client { + include hadoop::common + package { "mahout": ensure => latest, require => Package["hadoop"],
