huangtianhua commented on a change in pull request #26690: [SPARK-30057][DOCS]Add a statement of platforms Spark runs on URL: https://github.com/apache/spark/pull/26690#discussion_r351569431
########## File path: docs/index.md ########## @@ -42,9 +42,7 @@ If you'd like to build Spark from source, visit [Building Spark](building-spark.html). -Spark runs on both Windows and UNIX-like systems (e.g. Linux, Mac OS). It's easy to run -locally on one machine --- all you need is to have `java` installed on your system `PATH`, -or the `JAVA_HOME` environment variable pointing to a Java installation. +Spark runs on both Windows and UNIX-like systems (e.g. Linux, Mac OS), and it should run on any platform that runs a supported version of Java, this should include JVMs on x86_64 and ARM64. It's easy to run locally on one machine --- all you need is to have `java` installed on your system `PATH`, or the `JAVA_HOME` environment variable pointing to a Java installation. Review comment: Sure, will correct this. ---------------------------------------------------------------- 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]
