Uh oh!
There was an error while loading. Please reload this page.
[python alternative] pyspark require Python2, failing if system default is Py3 from shell.py - #399
Closed
abhishekkr wants to merge 1 commit into
Closed
[python alternative] pyspark require Python2, failing if system default is Py3 from shell.py#399abhishekkr wants to merge 1 commit into
abhishekkr wants to merge 1 commit into
Conversation
AmplabJenkins
commented
Apr 13, 2014
Can one of the admins verify this patch? |
rxin
commented
Apr 17, 2014
Contributor
Jenkins, test this please. |
rxin
commented
Apr 17, 2014
Contributor
thanks. will merge once jenkins is happy. |
AmplabJenkins
commented
Apr 17, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 17, 2014
Merged build started. |
AmplabJenkins
commented
Apr 17, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Apr 17, 2014
All automated tests passed. |
rxin
commented
Apr 17, 2014
Contributor
Thanks. Merged. |
asfgit pushed a commit
that referenced
this pull request
Apr 17, 2014
…lt is Py3 from shell.py Python alternative for #392; managed from shell.py Author: AbhishekKr <abhikumar163@gmail.com> Closes#399 from abhishekkr/pyspark_shell and squashes the following commits: 134bdc9 [AbhishekKr] pyspark require Python2, failing if system default is Py3 from shell.py (cherry picked from commit bb76eae) Signed-off-by: Reynold Xin <rxin@apache.org>
pwendell added a commit
to pwendell/spark
that referenced
this pull request
May 12, 2014
Disable shuffle file consolidation by default After running various performance tests for the 0.9 release, this still seems to have performance issues even on XFS. So let's keep this off-by-default for 0.9 and users can experiment with it depending on their disk configurations.
pdeyhim pushed a commit
to pdeyhim/spark-1
that referenced
this pull request
Jun 25, 2014
…lt is Py3 from shell.py Python alternative for apache#392; managed from shell.py Author: AbhishekKr <abhikumar163@gmail.com> Closesapache#399 from abhishekkr/pyspark_shell and squashes the following commits: 134bdc9 [AbhishekKr] pyspark require Python2, failing if system default is Py3 from shell.py
mccheah pushed a commit
to mccheah/spark
that referenced
this pull request
Nov 28, 2018
[SPARK-24434][K8S] pod template files
bzhaoopenstack pushed a commit
to bzhaoopenstack/spark
that referenced
this pull request
Sep 11, 2019
…support Add jobs of openshift origin + public clouds
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.
Python alternative for #392; managed from shell.py