hbase-client

hbase-client 2.0.x error

无人久伴 提交于 2020-04-10 07:45:27
问题 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

Can't connect to Bigtable to scan HTable data due to hardcoded managed=true in hbase client jars

时光毁灭记忆、已成空白 提交于 2019-12-11 06:37:43
问题 I'm working on a custom load function to load data from Bigtable using Pig on Dataproc. I compile my java code using the following list of jar files I grabbed from Dataproc. When I run the following Pig script, it fails when it tries to establish a connection with Bigtable. Error message is: Bigtable does not support managed connections. Questions: Is there a work around for this problem? Is this a known issue and is there a plan to fix or adjust? Is there a different way of implementing