Cloudera Observability Hive cluster metrics
Lists the Hive cluster health check tests that are performed by Cloudera Observability at the end of a Hive job. The list includes the severity conditions and thresholds, and what actions you should consider to resolve the problem.
Health Test | Description | Severity Condition | Recommendation |
---|---|---|---|
Hive on Tez JVM Pause Rate Analyzer |
This health test checks the time taken to free up memory by the Java garbage collector. Where, a high value for the JVM pause rate indicates that the Java garbage collection took longer than the threshold to complete its work. It uses the |
|
To address this condition, consider increasing the allocated heap size for the HiveServer2 instance. |
Hive Metastore JVM Pause Rate Analyzer |
This health test checks the time taken to free up memory by the Java garbage collector. Where, a high value for the JVM pause rate indicates that the Java garbage collection took longer than the threshold to complete its work. It uses the |
|
To address this condition consider increasing the allocated heap size for the Hive Metastore. |
Hive on Tez Waiting Compile Ops Analyzer |
This health test counts the number of Hive On Tez operations waiting to compile. Where, if the number of operations waiting to compile is greater than 0, then the HiveServer2 instance is likely overloaded. It uses the |
|
If the number of operations waiting to compile is consistently greater than zero, then to address this condition, consider restarting the HiveServer2 instance. |
HiveServer2 Memory Usage Analyzer |
This health test calculates the percentage of Hive On Tez heap memory utilization for the input period. Where, if the percentage of heap memory utilization is above the threshold, there is a possibility of running out of heap space. It uses the |
|
To address this condition, consider increasing the allocated heap size for the HiveServer2 instance. |
Hive Metastore Memory Usage Analyzer |
This health test calculates the percentage of Hive Metastore heap memory utilization for the input period. Where, if the percentage of heap memory utilization is above the threshold, there is a possibility of running out of heap space. It uses the |
|
To address this condition, consider increasing the allocated heap size for the Hive Metastore. |