You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/03/30 05:47:46 UTC

[GitHub] [bigtop] iwasakims commented on pull request #880: BIGTOP-3658. Add Fedora 35 support and drop 33.

iwasakims commented on pull request #880:
URL: https://github.com/apache/bigtop/pull/880#issuecomment-1082646782


   @sekikn `./gradlew hadoop-pkg-ind` did not work. The cause seems to be that there is no /sbin/init in the image. Can you address the issue here?
   
   ```
   $ ./gradlew hadoop-pkg-ind -POS=fedora-35 -Pprefix=trunk
   ...
   ++ docker run -d bigtop/slaves:trunk-fedora-35 /sbin/init
   + CONTAINER_ID=f84bd35ba9b3042770ad93fda27dafbf4bd823b9fe7424d6ab963f6199777c85
   + trap 'docker rm -f f84bd35ba9b3042770ad93fda27dafbf4bd823b9fe7424d6ab963f6199777c85' EXIT
   + docker cp /home/fedora/srcs/bigtop f84bd35ba9b3042770ad93fda27dafbf4bd823b9fe7424d6ab963f6199777c85:/bigtop
   + docker cp /home/fedora/srcs/bigtop/bigtop-ci/entrypoint.sh f84bd35ba9b3042770ad93fda27dafbf4bd823b9fe7424d6ab963f6199777c85:/bigtop/entrypoint.sh
   + docker exec f84bd35ba9b3042770ad93fda27dafbf4bd823b9fe7424d6ab963f6199777c85 bash -c 'chown -R jenkins:jenkins /bigtop'
   Error response from daemon: Container f84bd35ba9b3042770ad93fda27dafbf4bd823b9fe7424d6ab963f6199777c85 is not running
   ...
   ```
   


-- 
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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org