dongjoon-hyun commented on a change in pull request #26848: 
[SPARK-30216][INFRA] Use python3 in Docker release image
URL: https://github.com/apache/spark/pull/26848#discussion_r356927515
 
 

 ##########
 File path: dev/make-distribution.sh
 ##########
 @@ -233,7 +233,7 @@ if [ "$MAKE_PIP" == "true" ]; then
   pushd "$SPARK_HOME/python" > /dev/null
   # Delete the egg info file if it exists, this can cache older setup files.
   rm -rf pyspark.egg-info || echo "No existing egg info file, skipping 
deletion"
-  python3 setup.py sdist
+  python setup.py sdist
 
 Review comment:
   +1 for @HyukjinKwon 's advice.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to