BIGTOP-2325. Deployment recipes for HAWQ Effing YAML devs too dumb to figure out the similarities between whitespace and tab. Hint: those are frigging terminal symbols, you Imbeciles
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/9de53a37 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/9de53a37 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/9de53a37 Branch: refs/heads/BIGTOP-2320 Commit: 9de53a37fd35848c3a1781e1f71d2fd45866243e Parents: bc52fb6 Author: Cos <[email protected]> Authored: Wed Mar 16 20:13:08 2016 -0500 Committer: Cos <[email protected]> Committed: Wed Mar 16 20:13:08 2016 -0500 ---------------------------------------------------------------------- bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/9de53a37/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml b/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml index eb604ca..cf8ffcb 100644 --- a/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml +++ b/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml @@ -176,5 +176,7 @@ zeppelin::server::hiveserver2_user: "%{hiera('bigtop::hiveserver2_user')}" zeppelin::server::hiveserver2_password: "%{hiera('bigtop::hiveserver2_password')}" # hawq -bigtop::hawq_master_node: "%{hiera('bigtop::hawq_master_node')}" -bigtop::hawq_master_port: "5432" +bigtop::hawq_master_node: "%{hiera('bigtop::hawq_master_node')}" +bigtop::hawq_master_port: "5432" +bigtop::hawq_master_datadir: "/var/run/hawq/work/masterdd" +bigtop::hawq_segment_datadir: "/var/run/hawq/work/segmendd"
