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

Adding EMR-specific tunings for shuffle manager and ignoring jar #1419

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

mattahrens
Copy link
Collaborator

Fixes #1380

@mattahrens mattahrens added the core_tools Scope the core module (scala) label Nov 12, 2024
@mattahrens mattahrens self-assigned this Nov 12, 2024
@@ -889,6 +897,10 @@ class AutoTuner(
val missingRapidsJarsEntry = classPathComments("rapids.jars.missing")
val multipleRapidsJarsEntry = classPathComments("rapids.jars.multiple")

if (platform.platformName == PlatformNames.EMR) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add a comment before that block to explain why we skip EMR?
we can also consider making this as a function in the platform. By default it returns True and EMR returns False.

if (platfrom.requirePathRecommendations()) {
 recommendClassPathEntries()
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks for the input. added bool in Platforms.scala in latest commit.

Copy link
Collaborator

@amahussein amahussein left a comment

Choose a reason for hiding this comment

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

Thanks @mattahrens !
LGTME

@mattahrens mattahrens merged commit 5dd244a into NVIDIA:dev Nov 14, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core_tools Scope the core module (scala)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] EMR auto-tuner should have correct recommendations for jar + shuffle manager
2 participants