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

puppet cannot install components whatever given to it

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.8.0
    • 1.0.0
    • deployment
    • None

    Description

      The fix in BIGTOP-1553 introduce an issue that is variable $components will always be an one item array.
      This can be identified by adding a quick evaluation snippet in bigtop/bigtop-deploy/puppet/manifests/cluster.pp:

      fail("print component[0]: ${$components[0]}")
      

      the output:

      Error: print component[0]: hadoopyarnmapred-app at /bigtop-home/bigtop-deploy/puppet/manifests/cluster.pp:83 on node bigtop1.vagrant
      

      Consequently, the following "if" statement for component installation will not be true because it can not match the specific string.

      Attachments

        1. BIGTOP-1567.1.patch
          1 kB
          Evans Ye

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: