You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2020/07/20 15:58:00 UTC

[jira] [Updated] (BIGTOP-3377) Fix deployment failures on Fedora 31

     [ https://issues.apache.org/jira/browse/BIGTOP-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki updated BIGTOP-3377:
-------------------------------
    Summary: Fix deployment failures on Fedora 31  (was: Fix Hadoop deployment failure on Fedora 31)

> Fix deployment failures on Fedora 31
> ------------------------------------
>
>                 Key: BIGTOP-3377
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3377
>             Project: Bigtop
>          Issue Type: Bug
>          Components: hadoop
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>
> On Fedora 31, deploying Hadoop fails with the following error.
> {code}
> Error: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y install hadoop' returned 1: Error: 
>  Problem: conflicting requests
>   - nothing provides sh-utils needed by hadoop-2.10.0-1.fc31.x86_64
> Error: /Stage[main]/Hadoop::Common/Package[hadoop]/ensure: change from 'purged' to 'latest' failed: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y install hadoop' returned 1: Error: 
>  Problem: conflicting requests
>   - nothing provides sh-utils needed by hadoop-2.10.0-1.fc31.x86_64
> {code}
> Running {{sudo (yum|dnf) install sh-utils}} automatically installs coreutils, which contains sh-utils, on CentOS 7 and 8, but it doesn't on Fedora 31.



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