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 2021/04/27 14:36:40 UTC

[GitHub] [spark] srowen commented on a change in pull request #32363: [SPARK-34979][PYTHON][DOC] Add PyArrow installation note for PySpark aarch64 user

srowen commented on a change in pull request #32363:
URL: https://github.com/apache/spark/pull/32363#discussion_r621271736



##########
File path: python/docs/source/getting_started/install.rst
##########
@@ -164,3 +164,11 @@ Package       Minimum supported version Note
 Note that PySpark requires Java 8 or later with ``JAVA_HOME`` properly set.  
 If using JDK 11, set ``-Dio.netty.tryReflectionSetAccessible=true`` for Arrow related features and refer
 to |downloading|_.
+
+Note for AArch64(Arm64) user: The PyArrow is required by PySpark SQL, but the

Review comment:
       Let's rewrite this to fix a number of typos:
   
   Note for AArch64 (ARM64) users: PyArrow is required by PySpark SQL, but PyArrow support for AArch64 is introduced in PyArrow 4.0.0. If PySpark installation fails on AArch64 due to PyArrow installation errors, you can install PyArrow >= 4.0.0 as below:




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



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