spilling.json 441 B

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