Details
-
Documentation
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.4.0, 1.4.1, 1.5.0
Description
https://issues.apache.org/jira/browse/SPARK-4897 adds Python 3.4 support to 1.4.0 and above, but the official docs (1.4.1, but the same is for 1.4.0) says explicitly:
"Spark 1.4.1 works with Python 2.6 or higher (but not Python 3)."
Affected:
https://spark.apache.org/docs/1.4.0/programming-guide.html
https://spark.apache.org/docs/1.4.1/programming-guide.html
There are some other Python-related things, which are outdated, e.g. this line:
"For example, to launch the IPython Notebook with PyLab plot support:"
(At least since IPython 3.0 PyLab/Matplotlib support happens inside a notebook; and the line "--pylab inline" is already removed.)
Attachments
Attachments
Issue Links
- is duplicated by
-
SPARK-9822 Update doc about supported Python versions
- Closed
- links to