Abacn commented on PR #25364:
URL: https://github.com/apache/beam/pull/25364#issuecomment-1424239709
Test failure looks relevant:
```
org.apache.beam.sdk.io.gcp.bigtable.BigtableReadIT.testE2EBigtableRead
java.lang.NoClassDefFoundError:
com/google/bigtable/admin/v2/BigtableInstanceAdminGrpc
at
com.google.cloud.bigtable.grpc.BigtableInstanceGrpcClient.<init>(BigtableInstanceGrpcClient.java:71)
at
com.google.cloud.bigtable.grpc.BigtableSession.<init>(BigtableSession.java:296)
at
org.apache.beam.sdk.io.gcp.bigtable.BigtableServiceImpl.tableExists(BigtableServiceImpl.java:112)
Caused by: java.lang.ClassNotFoundException:
com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.testE2EBigtableWrite
java.lang.NoClassDefFoundError:
com/google/bigtable/admin/v2/BigtableInstanceAdminGrpc
at
com.google.cloud.bigtable.grpc.BigtableInstanceGrpcClient.<init>(BigtableInstanceGrpcClient.java:71)
at
com.google.cloud.bigtable.grpc.BigtableSession.<init>(BigtableSession.java:296)
at
org.apache.beam.sdk.io.gcp.bigtable.BigtableWriteIT.setup(BigtableWriteIT.java:95)
Caused by: java.lang.ClassNotFoundException:
com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]