Fixed Issues in Hive
Review the list of Hive issues that are resolved in Cloudera Runtime 7.3.1.
- CDPD-57121: ThreadPoolExecutorWithOomHook handling OutOfMemoryError
- The
ThreadPoolExecutorWithOomHook
wasn't effectively handlingOutOfMemoryError
when executing tasks, as the exception was wrapped inExecutionException
, making it harder to detect.