Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
The variable for hadoop-zookeeper::server::ensemble in hieradata/bigtop/cluster.yaml has a problem:
hadoop-zookeeper::server::ensemble:
- ["%{hiera('bigtop::hadoop_head_node')}:2888:3888"]
This will result in the deployed zoo.cfg has wrong configuration:
server.0:["bigtop1.docker:2888:3888"]
Hence the zookeeper and HBase can not successfully deployed.
Here's the correct version of zoo.cfg. It should be some thing like this:
server.0=bigtop1.docker:2888:3888