BIGTOP-2325. Adding hawq entries into the cluster.pp
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/772acd18 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/772acd18 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/772acd18 Branch: refs/heads/BIGTOP-2320 Commit: 772acd1898602ac2ca321f1be837285182c8a07b Parents: e08eb34 Author: Konstantin Boudnik <[email protected]> Authored: Thu Feb 18 18:23:48 2016 +0300 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Feb 18 18:23:48 2016 +0300 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/cluster.pp | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/772acd18/bigtop-deploy/puppet/manifests/cluster.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp index a0be567..f80ef5a 100644 --- a/bigtop-deploy/puppet/manifests/cluster.pp +++ b/bigtop-deploy/puppet/manifests/cluster.pp @@ -105,6 +105,9 @@ $roles_map = { zeppelin => { master => ["zeppelin-server"], }, + hawq => { + master => ["hawq"], + }, } class hadoop_cluster_node ( @@ -159,6 +162,7 @@ class node_with_roles ($roles = hiera("bigtop::roles")) inherits hadoop_cluster_ "hadoop_hive", "hadoop_oozie", "hadoop_pig", + "hawq", "sqoop2", "hadoop_zookeeper", "hcatalog",
