-
Notifications
You must be signed in to change notification settings - Fork 29k
[python alternative] pyspark require Python2, failing if system default is Py3 from shell.py #399
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
Conversation
|
Can one of the admins verify this patch? |
|
Jenkins, test this please. |
|
thanks. will merge once jenkins is happy. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Thanks. Merged. |
…lt is Py3 from shell.py Python alternative for #392; managed from shell.py Author: AbhishekKr <[email protected]> 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 <[email protected]>
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.
…lt is Py3 from shell.py Python alternative for apache#392; managed from shell.py Author: AbhishekKr <[email protected]> Closes apache#399 from abhishekkr/pyspark_shell and squashes the following commits: 134bdc9 [AbhishekKr] pyspark require Python2, failing if system default is Py3 from shell.py
[SPARK-24434][K8S] pod template files
…support Add jobs of openshift origin + public clouds
Python alternative for #392; managed from shell.py