HyukjinKwon commented on a change in pull request #29117:
URL: https://github.com/apache/spark/pull/29117#discussion_r457816625



##########
File path: dev/run-pip-tests
##########
@@ -63,10 +63,9 @@ fi
 PYSPARK_VERSION=$(python3 -c 
"exec(open('python/pyspark/version.py').read());print(__version__)")
 PYSPARK_DIST="$FWDIR/python/dist/pyspark-$PYSPARK_VERSION.tar.gz"
 # The pip install options we use for all the pip commands
-PIP_OPTIONS="--user --upgrade --no-cache-dir --force-reinstall "
+PIP_OPTIONS="--upgrade --no-cache-dir --force-reinstall --ignore-installed"
 # Test both regular user and edit/dev install modes.
-PIP_COMMANDS=("pip install $PIP_OPTIONS $PYSPARK_DIST"
-             "pip install $PIP_OPTIONS -e python/")
+PIP_COMMANDS=("pip install $PIP_OPTIONS $PYSPARK_DIST")

Review comment:
       I think we don't have any documentation about editable mode for dev 
purpose in PySpark. I will remove this for now. I believe the installation test 
from the official distribute is good enough.




----------------------------------------------------------------
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.

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

Reply via email to