yoda-mon commented on PR #1250:
URL: https://github.com/apache/bigtop/pull/1250#issuecomment-2069937733
@iwasakims
Thank you, after clearing cache, the build was successfully finished.
```sh
docker image rm bigtop/slaves:trunk-centos-7-aarch64
docker image rm bigtop/puppet:trunk-centos-7-aarch64
./gradlew -Pprefix=trunk -POS=centos-7 bigtop-slaves
...
BUILD SUCCESSFUL in 29h 30m 5s
```
```sh
./gradlew -POS=centos-7 -Pdocker-run-option="--privileged"
bigtop-utils-pkg-ind bigtop-jsvc-pkg-ind bigtop-groovy-pkg-ind flink-pkg-ind
...
BUILD SUCCESSFUL in 54m 14s
```
And then, smoke tests have passed.
```sh
./gradlew -POS=centos-7 -Pdocker-run-option="--privileged" hadoop-ind
repo-ind
cd provisioner/docker
./docker-hadoop.sh -d -dcp \
-C config_centos-7.yaml \
--create 3 \
--enable-local-repo \
--repo file:///bigtop-home/output \
--disable-gpg-check \
--stack yarn,hdfs,flink \
--smoke-tests flink
```
--
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]