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

update emr example and add initmode setter to kmeans #767

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

eordentlich
Copy link
Collaborator

@eordentlich eordentlich commented Oct 23, 2024

rapids and emr 6.x are no longer compatible due to supported glibc version so updating to emr 7.3

There is also a work around to a bug in spark 3.5.x that got backported to emr 7.3 that prevents the emr 'step' wrapper from exiting after the spark job completes. The work around is based on directly polling yarn on the spark application. This requires enabling ssh access to the cluster.

Also noticed as I was working on this that we are missing a setter for initMode in KMeans. Unrelated to EMR but adding this easy fix to this PR.

@eordentlich
Copy link
Collaborator Author

build

Signed-off-by: Erik Ordentlich <[email protected]>
@eordentlich
Copy link
Collaborator Author

build

Copy link
Collaborator

@lijinf2 lijinf2 left a comment

Choose a reason for hiding this comment

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

Looks good!

@eordentlich eordentlich merged commit ced8bed into NVIDIA:branch-24.10 Oct 25, 2024
2 checks passed
@eordentlich eordentlich deleted the eo_emr_24.10 branch October 25, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants