sekikn commented on issue #594: BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8 URL: https://github.com/apache/bigtop/pull/594#issuecomment-583762524 @iwasakims I submitted a PR based on HADOOP-16739 so that we can build and test other components which depends on Hadoop on CentOS 8. This PR also fixes an conditional error for Fedora 31 in `bigtop_toolchain/manifests/packages.pp`. I confirmed that the following commands succeeded: ``` $ cd docker/bigtop-slaves $ for i in centos-7 centos-8 fedora-31; do ./build.sh trunk-$i; done $ cd - $ for i in centos-7 centos-8 fedora-31; do ./gradlew hadoop-clean; ./gradlew hadoop-pkg-ind -POS=$i; done ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
