sekikn edited a comment on pull request #776: URL: https://github.com/apache/bigtop/pull/776#issuecomment-865435666
@iwasakims This PR is not for fixing Spark build failure directly, but for noticing if the Docker image is wrongly built. So the original summary may be misleading. A recent example is https://ci.bigtop.apache.org/view/Packages/job/Bigtop-trunk-packages/714/COMPONENTS=spark,OS=fedora-33-ppc64le/console. This build was executed on the Docker image with id:2774aaa4f1d6, [which seems to be successfully built at first grance](https://ci.bigtop.apache.org/view/Docker/job/Docker-Toolchain-Trunk/OS=fedora-33-ppc64le/169/console), but it silently failed to install R as follows. ``` jenkins@bigtop1slave:~$ docker images bigtop/slaves:trunk-fedora-33-ppc64le REPOSITORY TAG IMAGE ID CREATED SIZE bigtop/slaves trunk-fedora-33-ppc64le 2774aaa4f1d6 3 days ago 2.5GB jenkins@bigtop1slave:~$ docker run -it bigtop/slaves:trunk-fedora-33-ppc64le bash [root@d688f29b437c /]# R bash: R: command not found ``` With this PR, we can get aware of the lack of R and its libraries when building Docker images before actual Spark build. -- 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]
