iwasakims commented on issue #593: BIGTOP-3303. Fix build failure of hbase-1.5.0 on Ubuntu. URL: https://github.com/apache/bigtop/pull/593#issuecomment-583918734 @sekikn I could not reproduce your issue on my CentOS 8 env like below. `./gradlew hbase-pkg` succeeded with this PR. There was no issue even without the fix. ``` $ rpm -q centos-release centos-release-8.0-0.1905.0.9.el8.x86_64 $ mvn --version Apache Maven 3.5.4 (Red Hat 3.5.4-5) Maven home: /usr/share/maven Java version: 1.8.0_232, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.232.b09-0.el8_0.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.18.0-80.el8.x86_64", arch: "amd64", family: "unix" $ rpm -q maven maven-3.5.4-5.module_el8.0.0+39+6a9b6e22.noarch $ java -version openjdk version "1.8.0_232" OpenJDK Runtime Environment (build 1.8.0_232-b09) OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode) $ rpm -q java-1.8.0-openjdk-devel java-1.8.0-openjdk-devel-1.8.0.232.b09-0.el8_0.x86_64 ```
---------------------------------------------------------------- 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
