Hi,
Have you checked build of your job for a dependency convergence errors? Either
automatically or manually (`mvn dependency:tree` command)? Look for the version
clashes for the dependencies that are pulling in
`io/grpc/netty/shaded/io/netty/channel/AbstractChannel` class (grpc-netty?).
It co
Just to give you more context,
We are using `com.google.cloud.bigtable` as well in our job dep. Could it
be due to shaded plugin issue with `bigtable-hbase-2.x` ?
-
Dhanesh Arole ( Sent from mobile device. Pardon me for typos )
On Tue, Oct 22, 2019 at 2:06 PM dhanesh arole
wrote:
> Hello al