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/09/09 14:17:21 UTC

[GitHub] [bigtop] sekikn commented on pull request #961: BIGTOP-3756: Add Fedora 36 option

sekikn commented on PR #961:
URL: https://github.com/apache/bigtop/pull/961#issuecomment-1242031580

   +1, tested with an ARM64 machine on Azure, as follows:
   
   ```
   $ facter architecture
   aarch64
   $ facter os
   {"name"=>"CentOS", "family"=>"RedHat", "release"=>{"major"=>"7", "minor"=>"9", "full"=>"7.9.2009"}, "lsb"=>{"distcodename"=>"AltArch", "distid"=>"CentOS", "distdescription"=>"CentOS Linux release 7.9.2009 (AltArch)", "release"=>":core-4.1-aarch64:core-4.1-noarch", "distrelease"=>"7.9.2009", "majdistrelease"=>"7", "minordistrelease"=>"9"}}
   $ curl -sL https://github.com/apache/bigtop/pull/961.patch | git apply
   $ ./gradlew bigtop-puppet -POS=fedora-36
   
   ...
   
   Successfully built d6fe8e41da0e
   Successfully tagged bigtop/puppet:trunk-fedora-36-aarch64
   + rm -f Dockerfile puppetize.sh
   
   BUILD SUCCESSFUL in 1m 56s
   1 actionable task: 1 executed
   ```
   
   ```
   $ ./gradlew bigtop-slaves -POS=fedora-36
   
   ...
   
   Successfully built 28481fe37bd8
   Successfully tagged bigtop/slaves:trunk-fedora-36-aarch64
   + rm -f Dockerfile
   
   BUILD SUCCESSFUL in 30m 17s
   1 actionable task: 1 executed
   ```
   
   ```
   $ ./gradlew allclean hadoop-pkg-ind -POS=fedora-36 -Pdocker-run-option="--privileged" -Pmvn-cache-volume=true
   
   ...
   
   > Task :hadoop-pkg
   Caching disabled for task ':hadoop-pkg' because:
     Build cache is disabled
   Task ':hadoop-pkg' is not up-to-date because:
     Task has not declared any outputs despite executing actions.
   :hadoop-pkg (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
   
   BUILD SUCCESSFUL in 37m 6s
   6 actionable tasks: 6 executed
   + RESULT=0
   + mkdir -p output
   + docker cp da4972c76fa4b2b04cb7a7e84d27efbee88920a7004dc8e392dbbbb3ea234169:/bigtop/build .
   + docker cp da4972c76fa4b2b04cb7a7e84d27efbee88920a7004dc8e392dbbbb3ea234169:/bigtop/output .
   + docker rm -f da4972c76fa4b2b04cb7a7e84d27efbee88920a7004dc8e392dbbbb3ea234169
   da4972c76fa4b2b04cb7a7e84d27efbee88920a7004dc8e392dbbbb3ea234169
   + '[' 0 -ne 0 ']'
   + docker rm -f da4972c76fa4b2b04cb7a7e84d27efbee88920a7004dc8e392dbbbb3ea234169
   Error: No such container: da4972c76fa4b2b04cb7a7e84d27efbee88920a7004dc8e392dbbbb3ea234169
   
   BUILD SUCCESSFUL in 37m 34s
   3 actionable tasks: 3 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.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

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