You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/03 19:04:46 UTC

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

    [ https://issues.apache.org/jira/browse/BIGTOP-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729400#comment-14729400 ] 

ASF GitHub Bot commented on BIGTOP-2003:
----------------------------------------

GitHub user evans-ye opened a pull request:

    https://github.com/apache/bigtop/pull/38

    BIGTOP-2003. Bigtop puppet fails to deploy on Ubuntu due to a hiera 1…

    BIGTOP-2003. Bigtop puppet fails to deploy on Ubuntu due to a hiera 1…

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/evans-ye/bigtop BIGTOP-2003

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bigtop/pull/38.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #38
    
----
commit 9c3b4028d4e4c6ee6a987846390ca2b82142f91b
Author: Evans Ye <ev...@apache.org>
Date:   2015-09-03T16:57:10Z

    BIGTOP-2003. Bigtop puppet fails to deploy on Ubuntu due to a hiera 1.3.0 bug

----


> 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)