I am using HTablePool class in my client code to interact with Hbase. I see many constructors for this class ,one of them is :
HTablePool(org.apache.hadoop.conf.Configuration config, int maxSize) Can anyone please help in understanding the second parameter (maxSize). -- Thanks and Regards, Vimal Jain
