aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/manifests/cluster.pp
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2016-11-07 13:54:17 -0800
committerRoman Shaposhnik <rvs@apache.org>2016-11-07 23:32:39 -0800
commit0c82c31f77fee6f749a1295e20fd3cd8d20c2c4a (patch)
treee4fa0d621634ef8e2f8c4d384282993ecb664830 /bigtop-deploy/puppet/manifests/cluster.pp
parent35fdeb83bf21f56580d3778211209fb2927e858d (diff)
BIGTOP-2578. Puppet needs to be updated for Hive Server2
Diffstat (limited to 'bigtop-deploy/puppet/manifests/cluster.pp')
-rw-r--r--bigtop-deploy/puppet/manifests/cluster.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp
index 7144f02b..7d31ef94 100644
--- a/bigtop-deploy/puppet/manifests/cluster.pp
+++ b/bigtop-deploy/puppet/manifests/cluster.pp
@@ -97,6 +97,7 @@ $roles_map = {
client => ["pig-client"],
},
hive => {
+ master => ["hive-server2"],
client => ["hive-client"],
},
tez => {