[SPARK-12363][Mllib][Backport-1.3] Remove setRun and fix PowerIterationClustering failed test#11265
[SPARK-12363][Mllib][Backport-1.3] Remove setRun and fix PowerIterationClustering failed test#11265viirya wants to merge 3 commits into
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 <viirya@gmail.com> Author: Xiangrui Meng <meng@databricks.com> 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