Skip to content
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

[SPARK-47726][DOC] Document push-based shuffle metrics #45872

Closed

Conversation

LucaCanali
Copy link
Contributor

What changes were proposed in this pull request?

This adds documentation for the push-based shuffle metrics

Why are the changes needed?

The push-based shuffle metrics are currently not documented

Does this PR introduce any user-facing change?

No

How was this patch tested?

N/A

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the DOCS label Apr 4, 2024
@@ -1291,6 +1291,17 @@ These metrics are exposed by Spark executors.
- shuffleRemoteBytesReadToDisk.count
- shuffleTotalBytesRead.count
- shuffleWriteTime.count
- Metrics related to push-based shuffle:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these always exposed when we don't use push-based shuffle?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, they are. I understand https://issues.apache.org/jira/browse/SPARK-42203 is supposed to take care of that issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I pinged on SPARK-42203. Let's wait for a few days.

@dongjoon-hyun
Copy link
Member

Sorry for making you wait. It seems that SPARK-42203 will not happen. Let's proceed this first.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @LucaCanali .
Merged to master for Apache Spark 4.0.0.

@LucaCanali
Copy link
Contributor Author

Thank you @dongjoon-hyun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants