sekikn commented on PR #928:
URL: https://github.com/apache/bigtop/pull/928#issuecomment-1173493278
Tested on the following distros for x86_64.
Fedora 35
```
$ ./docker-hadoop.sh -d -c 3 -F docker-compose-cgroupv2.yml -i
bigtop/puppet:trunk-fedora-35 -r file:///bigtop-home/output -G -k hdfs,yarn -s
hdfs
...
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testDelte STANDARD_OUT
testDelete
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testMkdir STANDARD_OUT
testMkdir
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testOpen STANDARD_OUT
testOpen
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetFileStatus
STANDARD_OUT
testtGetFileStatus
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetReplication
STANDARD_OUT
testSetReplication
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetContentSummary
STANDARD_OUT
testtGetContentSummary
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testCreateFile STANDARD_OUT
testCreateFile
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testRename STANDARD_OUT
testRename
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetFileChecksum
STANDARD_OUT
testtGetFileChecksum
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetPermissions
STANDARD_OUT
testSetPermissions
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetTimes STANDARD_OUT
testSetTimes
...
BUILD SUCCESSFUL in 11m 11s
36 actionable tasks: 7 executed, 29 up-to-date
```
Debian 10
```
$ ./docker-hadoop.sh -d -c 3 -i bigtop/puppet:trunk-debian-10 -r
file:///bigtop-home/output/apt -m 8g -G -k hdfs,yarn -s hdfs
...
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testDelte STANDARD_OUT
[63/1765]
testDelete
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testMkdir STANDARD_OUT
testMkdir
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testOpen STANDARD_OUT
testOpen
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetFileStatus
STANDARD_OUT
testtGetFileStatus
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetReplication
STANDARD_OUT
testSetReplication
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetContentSummary
STANDARD_OUT
testtGetContentSummary
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testCreateFile
STANDARD_OUT
testCreateFile
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testRename STANDARD_OUT
testRename
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetFileChecksum
STANDARD_OUT
testtGetFileChecksum
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetPermissions
STANDARD_OUT
testSetPermissions
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetTimes STANDARD_OUT
testSetTimes
...
BUILD SUCCESSFUL in 9m 43s
36 actionable tasks: 8 executed, 28 up-to-date
```
The misspelling of `testDelte` should be fixed, but otherwise LGTM.
--
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]