HyukjinKwon commented on a change in pull request #34715: URL: https://github.com/apache/spark/pull/34715#discussion_r758008874
########## File path: python/docs/source/getting_started/install.rst ########## @@ -130,15 +130,15 @@ to install Spark, for example, as below: .. code-block:: bash - tar xzvf spark-3.0.0-bin-hadoop2.7.tgz + tar xzvf spark-3.3.0-bin-hadoop3.tgz Ensure the ``SPARK_HOME`` environment variable points to the directory where the tar file has been extracted. Update ``PYTHONPATH`` environment variable such that it can find the PySpark and Py4J under ``SPARK_HOME/python/lib``. One example of doing this is shown below: .. code-block:: bash - cd spark-3.0.0-bin-hadoop2.7 + cd spark-3.3.0-bin-hadoop3 Review comment: yeah, I we should change it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org