You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/07/29 17:03:14 UTC

[33/51] [abbrv] bigtop git commit: BIGTOP-2473 Include hadoop to Mahout puppet script

BIGTOP-2473 Include hadoop to Mahout puppet script

Signed-off-by: Olaf Flebbe <of...@oflebbe.de>


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/BIGTOP-2253
Commit: 1f5c8a75c94f3031f85f97185e9bdaaa1c7216c1
Parents: 8efa779
Author: Konstantinos Tsakalozos <ko...@canonical.com>
Authored: Tue Jun 7 12:42:58 2016 +0300
Committer: Olaf Flebbe <of...@oflebbe.de>
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"],