You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example metrics published by WLM for a given pool in a resource plan.
@@ -56,7 +56,7 @@ Example metrics published by WLM for a given pool in a resource plan.
56
56
"NumExecutorsMax" : 10
57
57
```
58
58
59
-
HS2Interactive UI may not work for the ESP(Enterprise Security Package) enabled clusters released before Apr 2021. In such cases, WLM-related metrics can be obtained from customized Grafana dashboards.
59
+
`HS2Interactive` UI may not work for the ESP(Enterprise Security Package) enabled clusters released before Apr 2021. In such cases, WLM-related metrics can be obtained from customized Grafana dashboards.
60
60
<br>
61
61
The metrics name follows the below patterns:
62
62
```
@@ -97,7 +97,7 @@ CREATE POOL wlm_basic.default WITH ALLOC_FRACTION = 0.5, QUERY_PARALLELISM = 2,
97
97
Running queries in WLM can get killed automatically for following cases:
98
98
1. When Move Trigger is applied to a query and destination pool that doesn't have any Tez AMs available, then query is killed instead. <br>
99
99
The above is a design limitation of WLM feature. You can work around this feature by increasing the `QUERY_PARALLELISM` property for the destination pool so that even for maximum load scenario, the queries submitted to the cluster can be supported by this pool. Also, tune the `wm` queue size to accommodate this change. <br>
100
-
2. When WLM is disabled, all the inflight queries will fail with following exception pattern:
100
+
2. When WLM is disabled, all the inflight queries fail with following exception pattern:
101
101
```
102
102
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Dag received [DAG_TERMINATE, DAG_KILL] in RUNNING state.
0 commit comments