Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-1687

Puppet: fix wrong array representation for hadoop-zookeeper::server::ensemble

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 1.0.0
    • deployment
    • 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
      

      Attachments

        1. BIGTOP-1687.1.patch
          1 kB
          Evans Ye

        Activity

          People

            evans_ye Evans Ye
            evans_ye Evans Ye
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: