Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Nov 20, 2020
1 parent 333fdfa commit 4826a68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/docs/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ It is recommended to use ``-v`` option in ``pip`` to track the installation and
HADOOP_VERSION=2.7 pip install pyspark -v
Supported values in ``HADOOP_VERSION`` are ``without``, ``2.7`` and ``3.2`` (default).
Supported values in ``HADOOP_VERSION`` are:

- ``without``: Spark pre-built with user-provided Apache Hadoop
- ``2.7``: Spark pre-built for Apache Hadoop 2.7
- ``3.2``: Spark pre-built for Apache Hadoop 3.2 and later (default)

Note that this installation way of PySpark with/without a specific Hadoop version is experimental. It can change or be removed between minor releases.


Expand Down

0 comments on commit 4826a68

Please sign in to comment.