aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2016-05-11 11:00:12 +0100
committerSean Owen <sowen@cloudera.com>2016-05-11 11:00:12 +0100
commitfafc95af79fa34f82964a86407c2ee046eda3814 (patch)
tree2a20f16ab836a9b03e7cc54b551fce2b65f5f8cf /docs/index.md
parent33597810ec256cd9bd363bad9239cc6d5b707a6f (diff)
downloadspark-fafc95af79fa34f82964a86407c2ee046eda3814.tar.gz
spark-fafc95af79fa34f82964a86407c2ee046eda3814.tar.bz2
spark-fafc95af79fa34f82964a86407c2ee046eda3814.zip
[SPARK-15238] Clarify supported Python versions
This PR: * Clarifies that Spark *does* support Python 3, starting with Python 3.4. Author: Nicholas Chammas <nicholas.chammas@gmail.com> Closes #13017 from nchammas/supported-python-versions.
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md
index 20eab567a5..7157afc411 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -24,8 +24,8 @@ Spark runs on both Windows and UNIX-like systems (e.g. Linux, Mac OS). It's easy
locally on one machine --- all you need is to have `java` installed on your system `PATH`,
or the `JAVA_HOME` environment variable pointing to a Java installation.
-Spark runs on Java 7+, Python 2.6+ and R 3.1+. For the Scala API, Spark {{site.SPARK_VERSION}} uses
-Scala {{site.SCALA_BINARY_VERSION}}. You will need to use a compatible Scala version
+Spark runs on Java 7+, Python 2.6+/3.4+ and R 3.1+. For the Scala API, Spark {{site.SPARK_VERSION}}
+uses Scala {{site.SCALA_BINARY_VERSION}}. You will need to use a compatible Scala version
({{site.SCALA_BINARY_VERSION}}.x).
# Running the Examples and Shell