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 init order issue in GpuShuffleEnv when RAPIDS shuffle configured #518

Merged
merged 1 commit into from
Aug 6, 2020

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Aug 5, 2020

Signed-off-by: Jason Lowe jlowe@nvidia.com

This fixes an initialization ordering issue recently introduced in GpuShuffleEnv where it tries to access a SparkSession while it's being created and hasn't been advertised yet. It needs it for a RapidsConf, and rather than finding another way to construct one from scratch, it turns out the caller already has one prepped. It's cheaper and simpler to just pass the existing conf.

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 5, 2020
@jlowe jlowe added this to the Aug 3 - Aug 14 milestone Aug 5, 2020
@jlowe jlowe self-assigned this Aug 5, 2020
@jlowe
Copy link
Member Author

jlowe commented Aug 5, 2020

build

@abellina abellina merged commit 256d3ae into NVIDIA:branch-0.2 Aug 6, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
@jlowe jlowe deleted the fix-shuffle-env-init branch September 10, 2021 15:31
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
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.

2 participants