You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/17 19:23:04 UTC

[GitHub] [beam] hiroshitash commented on issue #25005: ### java.lang.NoSuchMethodError: 'io.grpc.MethodDescriptor com.google.bigtable.v2.BigtableGrpc.getPingAndWarmMethod()'

hiroshitash commented on issue #25005:
URL: https://github.com/apache/beam/issues/25005#issuecomment-1385933084

   For whoever faced this issue, I just had to manually specify the correct version 2.14.1 below. Please add it at the top of <dependencies> tag so that it supersedes other dependencies.
   
   <dependency>
     <groupId>com.google.cloud</groupId>
     <artifactId>google-cloud-bigtable</artifactId>
     <version>2.14.1</version>
   </dependency>
   
   Suzuki san, Kura sushi in LA doesn't usually have a line:-)


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org