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/01/25 14:29:55 UTC

[GitHub] [bigtop] iwasakims opened a new pull request #715: BIGTOP-3283. Bump HBase to 2.2.6.

iwasakims opened a new pull request #715:
URL: https://github.com/apache/bigtop/pull/715


   https://issues.apache.org/jira/browse/BIGTOP-3283
   
   * This is the rebased #585.
   * I chose the newest in hbase-2.2 here as a first step since hbase-2.3.x is based on zookeeper 3.5.
   * spotbugs-annotation must be excluded from transitive dependencies of zookeeper for the reason same of https://github.com/apache/bigtop/pull/711#issuecomment-762551679.
   * I'm addressing only bigtop-package here. bigtop-deploy and bigtop-tests might be fixed in follow-up.


----------------------------------------------------------------
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 #715: BIGTOP-3283. Bump HBase to 2.2.6.

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


   Tested with CentOS 8, Debian 10 and Ubuntu 18.04 on x86_64. Just merged, 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 #715: BIGTOP-3283. Bump HBase to 2.2.6.

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


   


----------------------------------------------------------------
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 #715: BIGTOP-3283. Bump HBase to 2.2.6.

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


   HBase processes failed to start due to NoSuchMethodError when I launched cluster by docker provisioner. It looks like version mismatch of Guava.
   ```
   Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
           at org.apache.hadoop.conf.Configuration.set(Configuration.java:1357)
           at org.apache.hadoop.conf.Configuration.set(Configuration.java:1338)
           at org.apache.hadoop.conf.Configuration.setBoolean(Configuration.java:1679)
           at org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:339)
           at org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:572)
           at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:174)
           at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:156)
           at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
           at org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:149)
           at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2960)
   ```


----------------------------------------------------------------
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 #715: BIGTOP-3283. Bump HBase to 2.2.6.

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


   Thanks, @sekikn. I filed [BIGTOP-3478](https://issues.apache.org/jira/browse/BIGTOP-3478) as a follow-up.


----------------------------------------------------------------
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 #715: BIGTOP-3283. Bump HBase to 2.2.6.

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


   HBase processes failed to start due to NoSuchMethodError when I launched cluster by docker provisioner. It looks like version mismatch of Guava.
   ```
   Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
           at org.apache.hadoop.conf.Configuration.set(Configuration.java:1357)
           at org.apache.hadoop.conf.Configuration.set(Configuration.java:1338)
           at org.apache.hadoop.conf.Configuration.setBoolean(Configuration.java:1679)
           at org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:339)
           at org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:572)
           at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:174)
           at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:156)
           at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
           at org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:149)
           at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2960)
   ```


----------------------------------------------------------------
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