Hi All
As I understand, the HTable class uses HConnectionManager class,
which holds connections to the master and region servers.
The connections are pooled as entries in a thread-safe static table
(map). Thus, a client application should not care about connection
pooling. Is it correct?May several threads share the same instance of HbaseConfiguration ? HTable? Thank you for your cooperation, M.
