Spark 之 tasks - 详解

  • executorRunTime Elapsed time the executor spent running this task.
    This includes time fetching shuffle data. The value is expressed in
    milliseconds.
  • executorCpuTime CPU time the executor spent running this task. This
    includes time fetching shuffle data. The value is expressed in
    nanoseconds.
  • executorDeserializeTime Elapsed time spent to deserialize this task.
    The value is expressed in milliseconds.
  • executorDeserializeCpuTime CPU time taken on the executor to
    deserialize this task. The value is expressed in nanoseconds.

https://spark.apache.org/docs/latest/monitoring.html#executor-task-metrics

posted @ 2025-08-11 11:17  yfceshi  阅读(10)  评论(0)    收藏  举报