You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spark {{site.SPARK_VERSION}} works with Python 2.7+ or Python 3.4+. It can use the standard CPython interpreter,
90
90
so C libraries like NumPy can be used. It also works with PyPy 2.3+.
91
91
92
-
Note that support for Python 2.6 is deprecated as of Spark 2.0.0, and may be removed in Spark 2.2.0. Python 2.6 is not supported for pip or conda packaged PySpark.
93
-
92
+
Python 2.6 support was removed in Spark 2.2.0.
94
93
95
94
Spark applications in Python can either be run with the `bin/spark-submit` script which includes Spark at runtime, or by including including it in your setup.py as:
0 commit comments