Repository: spark Updated Branches: refs/heads/master 33597810e -> fafc95af7
[SPARK-15238] Clarify supported Python versions This PR: * Clarifies that Spark *does* support Python 3, starting with Python 3.4. Author: Nicholas Chammas <[email protected]> Closes #13017 from nchammas/supported-python-versions. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fafc95af Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fafc95af Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fafc95af Branch: refs/heads/master Commit: fafc95af79fa34f82964a86407c2ee046eda3814 Parents: 3359781 Author: Nicholas Chammas <[email protected]> Authored: Wed May 11 11:00:12 2016 +0100 Committer: Sean Owen <[email protected]> Committed: Wed May 11 11:00:12 2016 +0100 ---------------------------------------------------------------------- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/fafc95af/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index 20eab56..7157afc 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
