You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2020/03/27 09:30:00 UTC

[jira] [Comment Edited] (BIGTOP-3331) Provisioner Deployment failed on Fedora

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

Yuqi Gu edited comment on BIGTOP-3331 at 3/27/20, 9:29 AM:
-----------------------------------------------------------

The root causes: 

'yum.conf' doesn't exist in Fedora-29/31 environment.

It causes format error when echo "gpgcheck=0" >> /etc/yum.conf.

So the provisioner deployment failed in Fedora-29/31.

 

The related PR will be proposed soon.

 


was (Author: yqgu):
The root causes: 

'yum.conf' doesn't exist in Fedora-29/31 environment.

It causes format error when echo "gpgcheck=0" >> /etc/yum.conf.

So the provisioner deployment failed in Fedora-29/31.

 

The related PR will be proposed soon

 

> Provisioner Deployment failed on Fedora
> ---------------------------------------
>
>                 Key: BIGTOP-3331
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3331
>             Project: Bigtop
>          Issue Type: Bug
>          Components: deployment
>            Reporter: Yuqi Gu
>            Assignee: Yuqi Gu
>            Priority: Major
>
> Provisioner Deployment failed on Fedora 29/31 when enabling local repo:
> {code:java}
> Enabling local yum.
> Last metadata expiration check: 4:15:28 ago on Thu Mar 26 02:27:59 2020.
> Package dnf-utils-4.0.13-1.fc31.noarch is already installed.
> Dependencies resolved.
> Nothing to do.
> Complete!
> Adding repo from: file:///bigtop-home/output
> Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/5.5/deprecated_language.html\n (file & line not available)
> Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
>  (file: /etc/puppet/hiera.yaml)
> Warning: Undefined variable 'hadoop_hiera_ha_path'; \n (file & line not available)
> Notice: Scope(Class[Node_with_components]): Roles to deploy: []
> Notice: Compiled catalog for d791f5d73fbe.bigtop.apache.org in environment production in 0.26 seconds
> Error: Failed to apply catalog: Property with key "gpgcheck" outside of a section
> [LOG] Failed to provision container
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)