diff --git a/docs/index.md b/docs/index.md index 8864239eb164..a85dd9e553ed 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ Please see [Spark Security](security.html) before downloading and running Spark. Get Spark from the [downloads page](https://spark.apache.org/downloads.html) of the project website. This documentation is for Spark version {{site.SPARK_VERSION}}. Spark uses Hadoop's client libraries for HDFS and YARN. Downloads are pre-packaged for a handful of popular Hadoop versions. Users can also download a "Hadoop free" binary and run Spark with any Hadoop version [by augmenting Spark's classpath](hadoop-provided.html). -Scala and Java users can include Spark in their projects using its Maven coordinates and in the future Python users can also install Spark from PyPI. +Scala and Java users can include Spark in their projects using its Maven coordinates and Python users can install Spark from PyPI. If you'd like to build Spark from