uscxiexing commented on code in PR #1243:
URL: https://github.com/apache/bigtop/pull/1243#discussion_r1514309363
##########
bigtop_toolchain/bin/puppetize.sh:
##########
@@ -69,7 +69,8 @@ case ${ID}-${VERSION_ID} in
puppet module install puppetlabs-stdlib --version 4.12.0
# Enabling the PowerTools and EPEL repositories via Puppet doesn't
seem to work in some cases.
# As a workaround for that, enable the former here in advance of
running the Puppet manifests.
- dnf config-manager --set-enabled crb
+ dnf config-manager --set-enabled crb devel
+ dnf install -y redhat-lsb initscripts
Review Comment:
Thanks for the advice. @iwasakims
And I will delete “_dnf install -y redhat-lsb initscripts_”。Only increase
”_dnf config-manager --set-enabled crb devel”。
it succeed too,hadoop can also start。


--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]