sekikn commented on PR #1184:
URL: https://github.com/apache/bigtop/pull/1184#issuecomment-1765708018

   +1, thank you for your contribution @JiaLiangC!
   
   Tested the PR with Flink on Debian 11 (x86_64):
   
   ```
   $ curl -sL https://github.com/apache/bigtop/pull/1184.diff | git apply
   $ ./gradlew allclean hadoop-pkg flink-pkg repo -Dbuildwithdeps=true
   $ cd provisioner/docker
   $ ./docker-hadoop.sh -d -dcp -C config_debian-11.yaml -F 
docker-compose-cgroupv2.yml -G -L -k hdfs,flink -s flink -c 1
   
   ...
   
   > Task :bigtop-tests:smoke-tests:flink:test
   Finished generating test XML results (0.014 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/flink/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.017 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/flink/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:flink:test (Thread[Execution worker for 
':',5,main]) completed. Took 14.054 secs.
   
   BUILD SUCCESSFUL in 39s
   ```
   
   Tested the PR with YCSB on Ubuntu 22.04 (x86_64):
   
   ```
   $ curl -sL https://github.com/apache/bigtop/pull/1184.diff | git apply
   $ ./gradlew allclean ycsb-pkg repo -Dbuildwithdeps=true
   $ cd provisioner/docker
   $ ./docker-hadoop.sh -d -dcp -C config_ubuntu-22.04.yaml -F 
docker-compose-cgroupv2.yml -G -L -k hdfs,hbase,ycsb -s ycsb -c 1
   
   ...
   
   > Task :bigtop-tests:smoke-tests:ycsb:test
   Finished generating test XML results (0.018 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/ycsb/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.049 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/ycsb/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:ycsb:test (Thread[Daemon worker,5,main]) 
completed. Took 3 mins 4.881 secs.
   
   BUILD SUCCESSFUL in 4m 33s
   ```


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