我研究了HappyBase Connection类的代码和这里的文档:http://happybase.readthedocs.org/en/latest/user.html#establishing-a-connection
但我找不到任何方法来设置不同的Hbase超时,如hbase.rpc.timeout,hbase.rpc.shortoperation.timeout在happybase中。
如何设置这些参数?
发布于 2016-07-28 23:45:03
您可以使用timeout参数设置超时,该参数是最近在happybase中引入的。
检查实现here。
https://stackoverflow.com/questions/35199518
复制相似问题