-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-25079][python][branch-2.3] update python3 executable to 3.6.x #24380
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-25079][python][branch-2.3] update python3 executable to 3.6.x #24380
Conversation
@BryanCutler the test failures should be epic. ;) |
Test build #104602 has finished for PR 24380 at commit
|
Test build #104672 has started for PR 24380 at commit |
test this please |
Test build #104675 has finished for PR 24380 at commit
|
## What changes were proposed in this pull request? have jenkins test against python3.6 (instead of 3.4). ## How was this patch tested? extensive testing on both the centos and ubuntu jenkins workers revealed that 2.3 probably doesn't like python 3.6... :( NOTE: this is just for branch-2.3 PLEASE DO NOT MERGE Author: shane knapp <incomplete@gmail.com> Closes #24380 from shaneknapp/update-python-executable-2.3.
Test FAILed. |
ignore the failed build -- to be expected |
What changes were proposed in this pull request?
have jenkins test against python3.6 (instead of 3.4).
How was this patch tested?
extensive testing on both the centos and ubuntu jenkins workers revealed that 2.3 probably doesn't like python 3.6... :(
NOTE: this is just for branch-2.3
PLEASE DO NOT MERGE