hbase-client 2.0.x error
问题 I'm trying to connect to a remote hbase server using the hbase-client java API. So far i've been able to make it work with the hbase-client version 1.3.1. But to resolve a dependency conflict with gRPC i'm trying to make use of the hbase-client versoin 2.0.x. I'm getting this error when i try to `admin.tableExists(tableName) in hbase java client versions 2.0.x. But most of the other data persisting APIs work as usual. Could this be due to dependency issue or a version mismatch with the server