aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/manifests
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2016-11-08 11:34:56 -0800
committerRoman Shaposhnik <rvs@apache.org>2016-11-08 19:41:58 -0800
commit34bdd63c85f10abb79e35be9725399130a8f792a (patch)
treeab3c39cd83cfd671460c2c626f74d81698b0fb8e /bigtop-deploy/puppet/manifests
parent0c82c31f77fee6f749a1295e20fd3cd8d20c2c4a (diff)
BIGTOP-2579. Puppet needs to be updated for Hive Metastore service
Diffstat (limited to 'bigtop-deploy/puppet/manifests')
-rw-r--r--bigtop-deploy/puppet/manifests/cluster.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp
index 7d31ef94..d9f6e019 100644
--- a/bigtop-deploy/puppet/manifests/cluster.pp
+++ b/bigtop-deploy/puppet/manifests/cluster.pp
@@ -97,7 +97,7 @@ $roles_map = {
client => ["pig-client"],
},
hive => {
- master => ["hive-server2"],
+ master => ["hive-server2", "hive-metastore"],
client => ["hive-client"],
},
tez => {