-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12363][Mllib][Backport-1.3] Remove setRun and fix PowerIterationClustering failed test #11265
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
Conflicts: mllib/src/main/scala/org/apache/spark/mllib/clustering/PowerIterationClustering.scala
…PIC paper Conflicts: examples/src/main/scala/org/apache/spark/examples/mllib/PowerIterationClusteringExample.scala mllib/src/main/scala/org/apache/spark/mllib/clustering/PowerIterationClustering.scala mllib/src/test/scala/org/apache/spark/mllib/clustering/PowerIterationClusteringSuite.scala
|
Test build #51544 has finished for PR 11265 at commit
|
|
retest this please. |
|
Test build #51557 has finished for PR 11265 at commit
|
|
Don't know why test_reduce_by_key_and_window_with_none_invFunc in pyspark/streaming/tests.py is failed. This PR doesn't touch streaming code... |
|
test this please |
|
Test build #51749 has finished for PR 11265 at commit
|
|
It failed at the same streaming python test. I will run that test locally with clear branch-1.3 codebase to see if it can pass. |
|
Roughly check the git log, I found that the failed test is committed in latest commit at branch-1.3. |
|
This test fails at clearly checkouted branch-1.3 codebase. We should open another PR to fix it... |
|
Open #11339 for the failed test. Once the PR is merged, this should pass tests. |
|
test this please |
|
Test build #51999 has finished for PR 11265 at commit
|
|
retest this please. |
|
Test build #52017 has finished for PR 11265 at commit
|
|
Test FAILed. |
…tionClustering failed test ## What changes were proposed in this pull request? Backport JIRA-SPARK-12363 to branch-1.3. ## How was the this patch tested? Unit test. cc mengxr Author: Liang-Chi Hsieh <[email protected]> Author: Xiangrui Meng <[email protected]> Closes #11265 from viirya/backport-12363-1.3 and squashes the following commits: ec076dd [Liang-Chi Hsieh] Fix scala style. 7a3ef5f [Xiangrui Meng] use Graph instead of GraphImpl and update tests and example based on PIC paper b86018d [Liang-Chi Hsieh] Remove setRun and fix PowerIterationClustering failed test.
|
The build actually passed. I'm merging this one in. Thanks for backporting the fix! Could you close this PR? |
|
@mengxr Thanks! |
What changes were proposed in this pull request?
Backport JIRA-SPARK-12363 to branch-1.3.
How was the this patch tested?
Unit test.
cc @mengxr