sekikn commented on pull request #658:
URL: https://github.com/apache/bigtop/pull/658#issuecomment-678655827
Updated the PR. I confirmed this version worked with the docker image, as
follows:
```
$ cd docker/bigtop-slaves
$ ./build.sh trunk-centos-8
(snip)
BUILD SUCCESSFUL in 1m 1s
1 actionable task: 1 executed
Removing intermediate container 178174f487bc
---> 4de878edc397
Successfully built 4de878edc397
Successfully tagged bigtop/slaves:trunk-centos-8
++ rm -f Dockerfile
$ cd -
$ docker run --rm -v $(pwd):/ws --workdir /ws bigtop/slaves:trunk-centos-8
bash -c '. /etc/profile.d/bigtop.sh; ./gradlew qfs-clean qfs-pkg yum'
(snip)
> Task :qfs-pkg
> Task :yum
Directory walk started
Directory walk done - 18 packages
Temporary output repo path: /ws/output/.repodata/
Preparing sqlite DBs
Pool started (with 5 workers)
Pool finished
BUILD SUCCESSFUL in 20m 1s
8 actionable tasks: 8 executed
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]