spilling.json 427 B

1234567891011121314
  1. {
  2. "type": "SQLOperator",
  3. "node_name": ["HashJoinNode", "AGGREGATION_NODE"],
  4. "metric_names": "SpilledPartitions",
  5. "rule": {
  6. "condition": "vars['SpilledPartitions'] > 0",
  7. "expr": "1",
  8. "message": "This operation has spilled to disk. Check if the ressource configuration of Impala can be changed to allow for a higher memory limit.",
  9. "label": " Spilled Partitions"
  10. },
  11. "fix": {
  12. "fixable": false
  13. }
  14. }