-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[branch-1.0][SPARK-4148][PySpark] fix seed distribution and add some tests for rdd.sample #3106
Conversation
Test build #22916 has started for PR 3106 at commit
|
Test build #22916 has finished for PR 3106 at commit
|
Test FAILed. |
@JoshRosen Is branch-1.0 broken? |
@mengxr Possibly; it doesn't look like we have a Jenkins build monitoring the health of this branch. I'll see about setting one up. |
The Python tests can not pass python2.6. I think we should backport the fix or use python2.7 to test it. |
I tried to add some builds for 1.0, but it looks like they're failing due to missing Maven dependencies: https://amplab.cs.berkeley.edu/jenkins/job/Spark-1.0-Maven-with-YARN/2/ |
#3351 is not a bug fix. So maybe we can skip 1.0 and 1.1. |
It dose fix https://issues.apache.org/jira/browse/SPARK-927, |
Jenkins, retest this please. |
Test build #24611 has started for PR 3106 at commit
|
Test build #24611 has finished for PR 3106 at commit
|
Test FAILed. |
Jenkins, retest this please. |
Test build #24619 has started for PR 3106 at commit
|
Test build #24619 has finished for PR 3106 at commit
|
Test PASSed. |
This passes tests, so I'm going to merge it into @mengxr Do you mind closing this PR now, since GitHub can't auto-close it? Thanks! |
…tests for rdd.sample Port #3010 to branch-1.0. Author: Xiangrui Meng <[email protected]> Closes #3106 from mengxr/SPARK-4148-1.0 and squashes the following commits: c834cee [Xiangrui Meng] apply SPARK-4148 to branch-1.0
Port #3010 to branch-1.0.