iwasakims opened a new pull request #723: URL: https://github.com/apache/bigtop/pull/723
https://issues.apache.org/jira/browse/BIGTOP-3478 There was unexpected guava-11.0.2.jar in the hbase classpath. ``` $ rpm -qlp output/hbase/x86_64/hbase-2.2.6-1.el8.x86_64.rpm | grep guava /usr/lib/hbase/lib/guava-11.0.2.jar /usr/lib/hbase/lib/jersey-guava-2.25.1.jar ``` The cause was * missing `-Dhadoop.guava.version=27.0-jre` on hbase build. * missing `-Phadoop-3.0` due to bug in do-component-build. ---------------------------------------------------------------- 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]
