You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2015/09/02 17:53:46 UTC

[jira] [Created] (BIGTOP-2003) Bigtop puppet fails to deploy on Ubuntu due to a hiera 1.3.0 bug

Evans Ye created BIGTOP-2003:
--------------------------------

             Summary: Bigtop puppet fails to deploy on Ubuntu due to a hiera 1.3.0 bug
                 Key: BIGTOP-2003
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2003
             Project: Bigtop
          Issue Type: Bug
          Components: vm
    Affects Versions: 1.0.0
            Reporter: Evans Ye
            Assignee: Evans Ye
             Fix For: 1.1.0, 1.0.1


hiera 1.3.0 fails with empty yaml file, hence we get the following error when running deployment on Ubuntu:
{code}
vagrant-puppet-vm $ cat vagrantconfig.yaml
memory_size: 4096
number_cpus: 1
box: "puppetlabs/ubuntu-14.04-64-puppet"
repo: "http://bigtop01.cloudera.org:8080/view/Releases/job/Bigtop-1.0.0-deb/BUILD_ENVIRONMENTS=debian-8%2clabel=docker-slave-07/lastSuccessfulBuild/artifact/output/apt/"
num_instances: 1
distro: debian
components: [hadoop, yarn]
enable_local_repo: false
run_smoke_tests: false
smoke_test_components: [mapreduce, pig]
jdk: "openjdk-7-jdk"

vagrant-puppet-vm $ vagrant up
...
==> bigtop1: Error: Error from DataBinding 'hiera' while looking up 'hadoop_cluster_node::hadoop_security_authentication': Data                    retrieved from /etc/puppet/hieradata/bigtop/noha.yaml is String not Hash on node bigtop1
==> bigtop1: Wrapped exception:
==> bigtop1: Data retrieved from /etc/puppet/hieradata/bigtop/noha.yaml is String not Hash
==> bigtop1: Wrapped exception:
==> bigtop1: Data retrieved from /etc/puppet/hieradata/bigtop/noha.yaml is String not Hash
==> bigtop1: Error: Error from DataBinding 'hiera' while looking up 'hadoop_cluster_node::hadoop_security_authentication': Data                    retrieved from /etc/puppet/hieradata/bigtop/noha.yaml is String not Hash on node bigtop1
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)