Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.12.0
-
spark on hive long running service
spark version: 3.2.1
hive version: 2.3.x
hudi version: hudi-spark3.2-bundle_2.12-0.11.0
-
0.5
Description
On the long-running server of spark on hive, if a large number of tables are created, OOM will occur because the IsolatedClientLoader object cannot be released.
The Hive Client should adopt the singleton mode, which can avoid the oom caused by the unreleased IsolatedClientLoader object.
Attachments
Issue Links
- links to