Getting DEADLINE_EXCEEDED when scanning bigtable using Hbase client

542 Views Asked by At

I am getting the following error when scanning a large number of rows(~1 million) based on a prefix

Status{code=DEADLINE_EXCEEDED, description=deadline exceeded: -646391190127 ns from now, cause=null}

Could someone suggest what are the BigtableOptions I should configure so that I don't see the DEADLINE_EXCEEDED error. I have tried setting BIGTABLE_RPC_TIMEOUT_MS_KEY and BIGTABLE_LONG_RPC_TIMEOUT_MS_KEY to large values but still getting this error.

0

There are 0 best solutions below