sekikn commented on pull request #792: URL: https://github.com/apache/bigtop/pull/792#issuecomment-869670904
+1, also tested on aarch64 (AWS Graviton2). Thanks @iwasakims! ``` $ curl -sL https://github.com/apache/bigtop/pull/792.patch | git apply $ cd docker/bigtop-slaves $ ./build.sh trunk-centos-8 ... Notice: /Stage[main]/Bigtop_toolchain::Packages/Package[libarchive]/ensure: ensure changed '3.3.2-9.el8' to '0:3.3.3-1.el8' ... $ cd - $ docker run -v $PWD:/bigtop -it bigtop/slaves:trunk-centos-8-aarch64 bash [root@983968f99d02 /]# cd bigtop [root@983968f99d02 bigtop]# ./gradlew hadoop-pkg ... > Task :hadoop-pkg BUILD SUCCESSFUL in 54m 10s 6 actionable tasks: 6 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
