Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
The recommended way is now:
- Create an HConnection: HConnectionManager.createConnection(...)
- Create a light HTable: HConnection.getTable(...)
- table.close()
- connection.close()
All other API and pooling will be removed.
Attachments
Attachments
Issue Links
- is part of
-
HBASE-10602 Cleanup HTable public interface
- Closed
- is related to
-
HBASE-10810 LoadTestTool should share the connection and connection pool
- Closed
-
HBASE-6580 Deprecate HTablePool in favor of HConnection.getTable(...)
- Closed
-
HBASE-10856 Prep for 1.0
- Closed
- relates to
-
HBASE-12586 Task 6 & 7 from HBASE-9117, delete all public HTable constructors and delete ConnectionManager#{delete,get}Connection
- Closed