You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/12 01:29:11 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #26844: [SPARK-30211][INFRA] Use python3 in make-distribution.sh

HyukjinKwon commented on a change in pull request #26844: [SPARK-30211][INFRA] Use python3 in make-distribution.sh
URL: https://github.com/apache/spark/pull/26844#discussion_r356919556
 
 

 ##########
 File path: docs/building-spark.md
 ##########
 @@ -66,7 +66,7 @@ with Maven profile settings and so on like the direct Maven build. Example:
 
     ./dev/make-distribution.sh --name custom-spark --pip --r --tgz -Psparkr -Phive -Phive-thriftserver -Pmesos -Pyarn -Pkubernetes
 
-This will build Spark distribution along with Python pip and R packages. For more information on usage, run `./dev/make-distribution.sh --help`
+This will build Spark distribution along with Python pip and R packages. (Note that build with Python pip package requires Python 3.6). For more information on usage, run `./dev/make-distribution.sh --help`
 
 Review comment:
   I think we can just say "Note that build with Python pip package requires Python 3." without parentheses.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org