-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12450][MLLib] Un-persist broadcasted variables in KMeans #10415
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
Conversation
|
Test build #48116 has finished for PR 10415 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nit: add new lines around this line
|
@rnowling thanks for fixing this, I just have some style comments. |
|
@thunterdb Thanks for the review! Let me know if these changes are what you had in mind. |
|
Test build #48728 has finished for PR 10415 at commit
|
|
LGTM |
|
LGTM too |
SPARK-12450 . Un-persist broadcasted variables in KMeans. Author: RJ Nowling <[email protected]> Closes #10415 from rnowling/spark-12450. (cherry picked from commit 78015a8) Signed-off-by: Joseph K. Bradley <[email protected]>
SPARK-12450 . Un-persist broadcasted variables in KMeans. Author: RJ Nowling <[email protected]> Closes #10415 from rnowling/spark-12450. (cherry picked from commit 78015a8) Signed-off-by: Joseph K. Bradley <[email protected]>
|
Thanks everyone! |
SPARK-12450 . Un-persist broadcasted variables in KMeans.