Skip to content

Conversation

@viirya
Copy link
Member

@viirya viirya commented Feb 19, 2016

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

viirya and others added 3 commits February 19, 2016 08:41
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
@SparkQA
Copy link

SparkQA commented Feb 19, 2016

Test build #51544 has finished for PR 11265 at commit ec076dd.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@viirya
Copy link
Member Author

viirya commented Feb 19, 2016

retest this please.

@SparkQA
Copy link

SparkQA commented Feb 19, 2016

Test build #51557 has finished for PR 11265 at commit ec076dd.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@viirya
Copy link
Member Author

viirya commented Feb 21, 2016

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...

@mengxr
Copy link
Contributor

mengxr commented Feb 23, 2016

test this please

@SparkQA
Copy link

SparkQA commented Feb 23, 2016

Test build #51749 has finished for PR 11265 at commit ec076dd.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@viirya
Copy link
Member Author

viirya commented Feb 23, 2016

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.

@viirya
Copy link
Member Author

viirya commented Feb 23, 2016

Roughly check the git log, I found that the failed test is committed in latest commit at branch-1.3.

@viirya
Copy link
Member Author

viirya commented Feb 24, 2016

This test fails at clearly checkouted branch-1.3 codebase. We should open another PR to fix it...

@viirya
Copy link
Member Author

viirya commented Feb 24, 2016

Open #11339 for the failed test. Once the PR is merged, this should pass tests.

@mengxr
Copy link
Contributor

mengxr commented Feb 25, 2016

test this please

@SparkQA
Copy link

SparkQA commented Feb 25, 2016

Test build #51999 has finished for PR 11265 at commit ec076dd.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@viirya
Copy link
Member Author

viirya commented Feb 26, 2016

retest this please.

@SparkQA
Copy link

SparkQA commented Feb 26, 2016

Test build #52017 has finished for PR 11265 at commit ec076dd.

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

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/52017/
Test FAILed.

asfgit pushed a commit that referenced this pull request Feb 26, 2016
…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.
@mengxr
Copy link
Contributor

mengxr commented Feb 26, 2016

The build actually passed. I'm merging this one in. Thanks for backporting the fix! Could you close this PR?

@viirya
Copy link
Member Author

viirya commented Feb 26, 2016

@mengxr Thanks!

@viirya viirya closed this Feb 26, 2016
@viirya viirya deleted the backport-12363-1.3 branch December 27, 2023 18:33
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