petern48 commented on code in PR #2393:
URL: https://github.com/apache/sedona/pull/2393#discussion_r2426623870


##########
docs/setup/compile.md:
##########
@@ -77,27 +77,20 @@ Sedona uses GitHub Actions to automatically generate jars 
per commit. You can go
 
 ## Run Python test
 
-1) Set up the environment variable SPARK_HOME and PYTHONPATH
+1) Set up Spark (download if needed) and environment variables
 
-For example,
-
-```
-export SPARK_VERSION=3.4.0
-export SPARK_HOME=$PWD/spark-${SPARK_VERSION}-bin-hadoop3
-export PYTHONPATH=$SPARK_HOME/python
-```
-
-2) Install Spark if you haven't already
-
-```
+```bash
+export SPARK_VERSION=3.4.0   # or another supported version
 wget 
https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz
-tar -xvzf spark-${SPARK_VERSION}-bin-hadoop3.tgz
+ tar -xvzf spark-${SPARK_VERSION}-bin-hadoop3.tgz

Review Comment:
   ```suggestion
   tar -xvzf spark-${SPARK_VERSION}-bin-hadoop3.tgz
   ```
   
   nit



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to