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

[GLUTEN-8043] Use spark.shuffle.spill.diskWriteBufferSize in sort-based shuffle #8203

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

marin-ma
Copy link
Contributor

No description provided.

@github-actions github-actions bot added CORE works for Gluten Core VELOX RSS labels Dec 11, 2024
Copy link

#8043

Copy link

Run Gluten Clickhouse CI on x86

@jinchengchenghh
Copy link
Contributor

Does hash shuffle writer or rss writer need to respect this config?

@marin-ma
Copy link
Contributor Author

@jinchengchenghh The implementation detail of hash shuffle writer is quite different from Vanilla spark's, and we do not have an entry to support this config.

RSS writer doesn't spill to disks. It sends data to remote service when spill happens.

@marin-ma marin-ma changed the title [GLUTEN-8043] Use spark.shuffle.spill.diskWriteBufferSize if shuffle compression is disabled [GLUTEN-8043] Use spark.shuffle.spill.diskWriteBufferSize in sort-based shuffle Dec 12, 2024
@marin-ma marin-ma merged commit e12db45 into apache:main Dec 12, 2024
49 checks passed
yikf pushed a commit to yikf/incubator-gluten that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CORE works for Gluten Core RSS VELOX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants