Description
On Fedora 31, deploying Hadoop fails with the following error.
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
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.