BIGTOP-1687. Puppet: fix wrong array representation for hadoop-zookeeper::server::ensemble
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/158af3d1 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/158af3d1 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/158af3d1 Branch: refs/heads/master Commit: 158af3d13f0ccfb695327138bf50c62a22926770 Parents: e0d388a Author: Evans Ye <[email protected]> Authored: Thu Feb 19 18:07:46 2015 +0000 Committer: Evans Ye <[email protected]> Committed: Thu Feb 26 05:17:09 2015 +0000 ---------------------------------------------------------------------- bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/158af3d1/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 c7b279e..28c9449 100644 --- a/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml +++ b/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml @@ -94,7 +94,7 @@ tachyon::common::master_host: "%{hiera('bigtop::hadoop_head_node')}" hadoop-zookeeper::server::myid: "0" hadoop-zookeeper::server::ensemble: - - ["%{hiera('bigtop::hadoop_head_node')}:2888:3888"] + - "%{hiera('bigtop::hadoop_head_node')}:2888:3888" hadoop-zookeeper::server::kerberos_realm: "%{hiera('kerberos::site::realm')}" # those are only here because they were present as extlookup keys previously
