setting different hbase timeouts in happybase

543 Views Asked by At

I looked into the code of HappyBase Connection class and also the documentation here: http://happybase.readthedocs.org/en/latest/user.html#establishing-a-connection

but I was not able to find any way to set different Hbase timeouts like hbase.rpc.timeout, hbase.rpc.shortoperation.timeout in happybase.

How can I set these params?

1

There are 1 best solutions below

0
On

You can set the timeout using the timeout parameter, it was recently introduced in happybase.

Check the implementation here.