Or I can write my implements HTableInterfaceFactory.
public class HTableFactory implements HTableInterfaceFactory {
private HTablePool hTablePool;
private Configuration config;
...
Type: Posts; User: Yura Vladimirov; Keyword(s):
Or I can write my implements HTableInterfaceFactory.
public class HTableFactory implements HTableInterfaceFactory {
private HTablePool hTablePool;
private Configuration config;
...
Hi all
I have problem with time connect to hbase. I want HTablePool
I spend a lot of time to reopen connect.
how can I get the template to work with a pool?
I can write my Interceptor...