aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorKevin W Monroe <kevin.monroe@canonical.com>2016-05-23 18:40:51 +0000
committerKonstantin Boudnik <cos@apache.org>2016-05-25 20:25:11 -0700
commit43fb4f9d0bce6252d4795ce0c3e021445857697c (patch)
tree7fddeff08528bdb7cc15f3ad8f517d0ce9c7425a /bigtop-deploy/puppet
parentf974496ff9e15492ff85b1c132dcf5c34ad0bf2a (diff)
BIGTOP-2454: add common_yarn to client class
Signed-off-by: Konstantin Boudnik <cos@apache.org>
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/modules/hadoop/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
index 26cd4f55..90c9505b 100644
--- a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
@@ -868,6 +868,7 @@ class hadoop ($hadoop_security_authentication = "simple",
class client {
include common_mapred_app
+ include common_yarn
$hadoop_client_packages = $operatingsystem ? {
/(OracleLinux|CentOS|RedHat|Fedora)/ => [ "hadoop-doc", "hadoop-hdfs-fuse", "hadoop-client", "hadoop-libhdfs", "hadoop-debuginfo" ],