iwasakims commented on PR #1171:
URL: https://github.com/apache/bigtop/pull/1171#issuecomment-1697663402

   I built the package and ran smoke-tests of hadoop on Ubuntu 22.04 (x86_64) 
and Rocky Linux 8 (aarch64).
   
   ```
   $ ./docker-hadoop.sh \
       --create 3 \
       --image bigtop/puppet:trunk-ubuntu-22.04 \
       --docker-compose-yml docker-compose-cgroupv2.yml \
       --docker-compose-plugin \
       --memory 8g \
       --repo file:///bigtop-home/output/apt \
       --disable-gpg-check \
       --stack hdfs,yarn,mapreduce \
       --smoke-tests hdfs,yarn,mapreduce
   ```
   ```
   $ ./docker-hadoop.sh \
       --create 3 \
       --image bigtop/puppet:trunk-rockylinux-8 \
       --docker-compose-plugin \
       --memory 8g \
       --repo file:///bigtop-home/output \
       --disable-gpg-check \
       --stack hdfs,yarn,mapreduce \
       --smoke-tests hdfs,yarn,mapreduce
   ```


-- 
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]

Reply via email to