Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIGTOP-3478. Fix version mismatch of Guava between Hadoop and HBase. #723

Merged
merged 1 commit into from Feb 4, 2021

Conversation

iwasakims
Copy link
Member

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.

@iwasakims
Copy link
Member Author

I got working HBase cluster in docker provisioned env with this and #722 applied.

@sekikn
Copy link
Contributor

sekikn commented Feb 4, 2021

+1, confirmed building HBase with this PR succeeded on CentOS 7, Debian 10 and Ubuntu 18.04. Thanks @iwasakims!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants