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

Fix data size metric always 0 when using RAPIDS shuffle #603

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Aug 21, 2020

Fixes #511.

This connects the existing dataSize metric to the RAPIDS shuffle. In the legacy shuffle this metric is updated via the serializer, but using the RAPIDS shuffle side-steps the serializer and thus the metric never is set.

This approach puts the metric into the shuffle dependency, and then the metric is passed to to the RAPIDS shuffle writer when it is constructed.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added bug Something isn't working shuffle things that impact the shuffle plugin labels Aug 21, 2020
@jlowe jlowe added this to the Aug 17 - Aug 28 milestone Aug 21, 2020
@jlowe jlowe self-assigned this Aug 21, 2020
@jlowe
Copy link
Member Author

jlowe commented Aug 21, 2020

build

@jlowe jlowe merged commit fc7dc1a into NVIDIA:branch-0.2 Aug 21, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe deleted the shuffle-datasize-metric branch September 10, 2021 15:31
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
[auto-merge] bot-auto-merge-branch-22.10 to branch-22.12 [skip ci] [bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working shuffle things that impact the shuffle plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Connect shuffle table compression to shuffle exec metrics
3 participants