Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.4
-
None
-
None
Description
PigHCatUtil::getTable() creates a metastore client but never call close on it. As a result, underlying connection will not be released. Metastore client is created in multiple different files, all of those should be examined to make sure, client is properly closed at the end.