Skip to content

Commit

Permalink
[SPARK-32180][FOLLOWUP] Fix .rst error in new Pyspark installation guide
Browse files Browse the repository at this point in the history
This simply fixes an .rst generation error in #29640

Closes #29735 from srowen/SPARK-32180.2.

Authored-by: Sean Owen <srowen@gmail.com>
Signed-off-by: Takuya UESHIN <ueshin@databricks.com>
  • Loading branch information
srowen authored and ueshin committed Sep 12, 2020
1 parent 4269c2c commit ce566be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Note that `PySpark at Conda <https://anaconda.org/conda-forge/pyspark>`_ is avai
Official Release Channel
------------------------

Different flavors of PySpark is available in the `official release channel <https://spark.apache.org/downloads.html>`_.
Different flavors of PySpark are available in the `Apache Spark website <https://spark.apache.org/downloads.html>`_.
Any suitable version can be downloaded and extracted as below:

.. code-block:: bash
Expand All @@ -97,7 +97,7 @@ Installing from Source

To install PySpark from source, refer to `Building Spark <https://spark.apache.org/docs/latest/building-spark.html>`_.

Refer to `Official Release Channel <#official-release-channel>`_ for steps to define ``PYTHONPATH``.
Refer to `steps above <#official-release-channel>`_ to define ``PYTHONPATH``.

Dependencies
------------
Expand Down

0 comments on commit ce566be

Please sign in to comment.