From 43fb4f9d0bce6252d4795ce0c3e021445857697c Mon Sep 17 00:00:00 2001 From: Kevin W Monroe Date: Mon, 23 May 2016 18:40:51 +0000 Subject: BIGTOP-2454: add common_yarn to client class Signed-off-by: Konstantin Boudnik --- bigtop-deploy/puppet/modules/hadoop/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'bigtop-deploy/puppet') 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" ], -- cgit v1.2.3