Skip to content

Commit 69774c1

Browse files
committed
[MINOR][DOC] Update deprecation notes on Python/Hadoop.
1 parent 06c0544 commit 69774c1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ Spark runs on both Windows and UNIX-like systems (e.g. Linux, Mac OS). It's easy
2626
locally on one machine --- all you need is to have `java` installed on your system `PATH`,
2727
or the `JAVA_HOME` environment variable pointing to a Java installation.
2828

29-
Spark runs on Java 8+, Python 2.6+/3.4+ and R 3.1+. For the Scala API, Spark {{site.SPARK_VERSION}}
29+
Spark runs on Java 8+, Python 2.7+/3.4+ and R 3.1+. For the Scala API, Spark {{site.SPARK_VERSION}}
3030
uses Scala {{site.SCALA_BINARY_VERSION}}. You will need to use a compatible Scala version
3131
({{site.SCALA_BINARY_VERSION}}.x).
3232

33-
Note that support for Java 7 was removed as of Spark 2.2.0.
33+
Note that support for Java 7, Python 2.6 and old Hadoop versions before 2.6.5 were removed as of Spark 2.2.0.
3434

35-
Note that support for Python 2.6 is deprecated as of Spark 2.0.0, and support for
36-
Scala 2.10 and versions of Hadoop before 2.6 are deprecated as of Spark 2.1.0, and may be
37-
removed in Spark 2.2.0.
35+
Note that support for Scala 2.10 is deprecated as of Spark 2.1.0, and may be removed in Spark 2.3.0.
3836

3937
# Running the Examples and Shell
4038

0 commit comments

Comments
 (0)