You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kevin W Monroe (JIRA)" <ji...@apache.org> on 2017/07/07 16:00:00 UTC

[jira] [Created] (BIGTOP-2835) puppet fails when bigtop::jdk_preinstalled is true

Kevin W Monroe created BIGTOP-2835:
--------------------------------------

             Summary: puppet fails when bigtop::jdk_preinstalled is true
                 Key: BIGTOP-2835
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2835
             Project: Bigtop
          Issue Type: Bug
          Components: deployment
    Affects Versions: 1.2.0, 1.2.1
            Reporter: Kevin W Monroe


If you set {{bigtop::jdk_preinstalled: True}}, puppet apply will fail like this:

{noformat}
2017-07-07 15:19:52 INFO install Error: Could not find dependency Package[jdk] for Package[hadoop] at /home/ubuntu/bigtop.release/bigtop-1.2.0/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp:121
{noformat}

This happens because BIGTOP-2775 creates a new jdk class that defines {{Package\[jdk]}}, yet this class is skipped if $jdk_preinstalled is True:

https://github.com/apache/bigtop/commit/cd092d1bc9cf2fc884761e432a21fb859ecaa6ec#diff-27b652e96eb6e03f81c39224a2559db9R17



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)