uscxiexing commented on code in PR #1243:
URL: https://github.com/apache/bigtop/pull/1243#discussion_r1513914942


##########
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.  @iwasakims 
   I run alluxio smoke test test, hadoop installation error,the log is :
   
![image](https://github.com/apache/bigtop/assets/31821890/4b873a35-45ba-4b11-bdeb-d033d8938836)
   1. hadoop installed need /lib/lsb/init-functions in 
bigto/puppet:trunk-rockylinux-9 ,But it didn't.
   2. /lib/lsb/init-functions  should pass dnf install redhat-lsb and 
initscripts.
   3. I think this is the base environment and should be installed in puppet.  
If you don't want to installed it in puppet,can I move  
provisioner/utils/smoke-test.sh ,and add rockylinux9 branch ?
   



-- 
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: dev-unsubscr...@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to