From e7154397bc3ccdf9d3b552337d4c4963768da503 Mon Sep 17 00:00:00 2001 From: YoungWoo Kim Date: Wed, 20 May 2015 15:30:02 +0900 Subject: BIGTOP-1876. Update puppet recipes for Sqoop2 Signed-off-by: Evans Ye --- bigtop-deploy/puppet/manifests/cluster.pp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bigtop-deploy/puppet/manifests/cluster.pp') diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp index 35ef1956..77cbbcfa 100644 --- a/bigtop-deploy/puppet/manifests/cluster.pp +++ b/bigtop-deploy/puppet/manifests/cluster.pp @@ -161,8 +161,8 @@ class standby_head_node inherits hadoop_cluster_node { } class hadoop_gateway_node inherits hadoop_cluster_node { - if ($all or "sqoop" in $components) { - include hadoop-sqoop::server + if ($all or "sqoop2" in $components) { + include sqoop2::server } if ($all or "httpfs" in $components) { @@ -196,8 +196,11 @@ class hadoop_gateway_node inherits hadoop_cluster_node { if ($all or "hive" in $components) { include hadoop-hive::client } + if ($all or "sqoop2" in $components) { + include sqoop2::client + } if ($all or "sqoop" in $components) { - include hadoop-sqoop::client + include sqoop::client } if ($all or "oozie" in $components) { include hadoop-oozie::client -- cgit v1.2.3