Repository: bigtop Updated Branches: refs/heads/master f974496ff -> 43fb4f9d0
BIGTOP-2454: add common_yarn to client class Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/43fb4f9d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/43fb4f9d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/43fb4f9d Branch: refs/heads/master Commit: 43fb4f9d0bce6252d4795ce0c3e021445857697c Parents: f974496 Author: Kevin W Monroe <[email protected]> Authored: Mon May 23 18:40:51 2016 +0000 Committer: Konstantin Boudnik <[email protected]> Committed: Wed May 25 20:25:11 2016 -0700 ---------------------------------------------------------------------- bigtop-deploy/puppet/modules/hadoop/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/43fb4f9d/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp index 26cd4f5..90c9505 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" ],
