dongjoon-hyun commented on code in PR #48113: URL: https://github.com/apache/spark/pull/48113#discussion_r1759595574
########## docs/index.md: ########## @@ -34,9 +34,8 @@ source, visit [Building Spark](building-spark.html). 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. -Spark runs on Java 17/21, Scala 2.13, Python 3.8+, and R 3.5+. -When using the Scala API, it is necessary for applications to use the same version of Scala that Spark was compiled for. -For example, when using Scala 2.13, use Spark compiled for 2.13, and compile code/applications for Scala 2.13 as well. +Spark runs on Java 17/21, Scala 2.13, Python 3.9+, and R 3.5+. Review Comment: - #46228 ########## docs/index.md: ########## @@ -34,9 +34,8 @@ source, visit [Building Spark](building-spark.html). 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. -Spark runs on Java 17/21, Scala 2.13, Python 3.8+, and R 3.5+. -When using the Scala API, it is necessary for applications to use the same version of Scala that Spark was compiled for. -For example, when using Scala 2.13, use Spark compiled for 2.13, and compile code/applications for Scala 2.13 as well. +Spark runs on Java 17/21, Scala 2.13, Python 3.9+, and R 3.5+. Review Comment: We support only Python 3.9+ - #46228 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
