Kengo Seki created BIGTOP-3377:
----------------------------------
Summary: Fix Hadoop deployment failure 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
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) 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)