Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.19.0
-
None
-
None
-
Reviewed
Description
RawStore object in HiveMetaStore is not thread-safe. This is ok in local mode (where most of the java client work) but not for Python & PHP clients who need a stand-alone remote server. The client interface for Python is little old so need to update that as well.