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

[SPARK-22905][ML][FollowUp] Fix GaussianMixtureModel save #20113

Closed
wants to merge 1 commit into from

Conversation

zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

make sure model data is stored in order. @WeichenXu123

How was this patch tested?

existing tests

@SparkQA
Copy link

SparkQA commented Dec 29, 2017

Test build #85498 has finished for PR 20113 at commit 408bfed.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@WeichenXu123
Copy link
Contributor

LGTM. Have you checked all the model.save ?

@zhengruifeng
Copy link
Contributor Author

@WeichenXu123 I use this cmd to list all impl of model.save, and others looks OK.

find mllib/src/main/scala -name '*.scala' | xargs -i bash -c 'egrep -in "repartition\(1\)" {} && echo {}'

@WeichenXu123
Copy link
Contributor

@zhengruifeng Good work! Thanks!

@jkbradley
Copy link
Member

LGTM
Merging with master
Thanks!

@asfgit asfgit closed this in afc3641 Dec 29, 2017
bersprockets pushed a commit to bersprockets/spark that referenced this pull request Aug 13, 2018
## What changes were proposed in this pull request?
make sure model data is stored in order.  WeichenXu123

## How was this patch tested?
existing tests

Author: Zheng RuiFeng <ruifengz@foxmail.com>

Closes apache#20113 from zhengruifeng/gmm_save.
@zhengruifeng zhengruifeng deleted the gmm_save branch August 21, 2019 06:47
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.

4 participants