-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-25170][DOC] Add list and short description of Spark Executor Task Metrics to the documentation #22167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
| </tr> | ||
| <tr> | ||
| <td>executorRunTime</td> | ||
| <td>Time the executor spent running this task. This includes time fetching shuffle data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does Time mean elapsed time or other time?
| The value is expressed in milliseconds.</td> | ||
| </tr> | ||
| <tr> | ||
| <td>executorCpuTime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we miss <td> in these two lines?
| </tr> | ||
| <tr> | ||
| <td>jvmGCTime</td> | ||
| <td>Amount of time the JVM spent in garbage collection while executing this task. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we start with amount of while the above parameters start Time or CPU Time?
| </tr> | ||
| <tr> | ||
| <td>resultSerializationTime</td> | ||
| <td>Amount of time spent serializing the task result. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
| </tr> | ||
| <tr> | ||
| <td>executorCpuTime | ||
| <td>CPU Time the executor spent running this task. This includes time fetching shuffle data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: CPU time?
|
I like to add description for metrics. |
What changes were proposed in this pull request?
Add description of Task Metrics to the documentation.
How was this patch tested?
None.