Uh oh!
There was an error while loading. Please reload this page.
[SPARK-25079][python][branch-2.3] update python3 executable to 3.6.x - #24380
Closed
shaneknapp wants to merge 4 commits into
Closed
[SPARK-25079][python][branch-2.3] update python3 executable to 3.6.x#24380shaneknapp wants to merge 4 commits into
shaneknapp wants to merge 4 commits into
Conversation
shaneknapp
commented
Apr 15, 2019
ContributorAuthor
@BryanCutler the test failures should be epic. ;) |
SparkQA
commented
Apr 16, 2019
Test build #104602 has finished for PR 24380 at commit
|
SparkQA
commented
Apr 17, 2019
Test build #104672 has started for PR 24380 at commit |
shaneknapp
commented
Apr 17, 2019
ContributorAuthor
test this please |
SparkQA
commented
Apr 17, 2019
Test build #104675 has finished for PR 24380 at commit
|
asfgit pushed a commit
that referenced
this pull request
Apr 19, 2019
## 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.
AmplabJenkins
commented
Apr 19, 2019
Test FAILed. |
shaneknapp
commented
Apr 19, 2019
ContributorAuthor
ignore the failed build -- to be expected |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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