You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/02/03 17:05:34 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #723: BIGTOP-3478. Fix version mismatch of Guava between Hadoop and HBase.

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:
users@infra.apache.org



[GitHub] [bigtop] iwasakims commented on pull request #723: BIGTOP-3478. Fix version mismatch of Guava between Hadoop and HBase.

Posted by GitBox <gi...@apache.org>.
iwasakims commented on pull request #723:
URL: https://github.com/apache/bigtop/pull/723#issuecomment-772669035


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


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [bigtop] sekikn commented on pull request #723: BIGTOP-3478. Fix version mismatch of Guava between Hadoop and HBase.

Posted by GitBox <gi...@apache.org>.
sekikn commented on pull request #723:
URL: https://github.com/apache/bigtop/pull/723#issuecomment-772916692


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


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [bigtop] sekikn merged pull request #723: BIGTOP-3478. Fix version mismatch of Guava between Hadoop and HBase.

Posted by GitBox <gi...@apache.org>.
sekikn merged pull request #723:
URL: https://github.com/apache/bigtop/pull/723


   


----------------------------------------------------------------
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:
users@infra.apache.org