Skip to content

Commit 5209d8d

Browse files
committed
Upgrade update to mention Python 2.6 is removed. SPARK-21489
1 parent 7213c62 commit 5209d8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/rdd-programming-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ import org.apache.spark.SparkConf;
8989
Spark {{site.SPARK_VERSION}} works with Python 2.7+ or Python 3.4+. It can use the standard CPython interpreter,
9090
so C libraries like NumPy can be used. It also works with PyPy 2.3+.
9191

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.
9493

9594
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:
9695

0 commit comments

Comments
 (0)