The HTablePool has been deprecated, and suggest to use HConnection.getTable(String) instead. The pool size can be set by maxSize parameger when constructing HTablePool object, but when using HConnection object, i do not find any way to set the pool size. Is it no limit on pool size by default?
- What is the pool size when using HConnection.getTable(String)? chenwenhui
