HyukjinKwon commented on issue #24786: [SPARK-27887][PYTHON] Add deprecation warning for Python 2 URL: https://github.com/apache/spark/pull/24786#issuecomment-498540939 We should actually update: ``` docs/index.md:Spark runs on Java 8+, Scala 2.12, Python 2.7+/3.4+ and R 3.1+. docs/rdd-programming-guide.md:Spark {{site.SPARK_VERSION}} works with Python 2.7+ or Python 3.4+. It can use the standard CPython interpreter, ``` too. see https://github.com/apache/spark/commit/dc4c60098641cf64007e2f0e36378f000ad5f6b1 Since this JIRA / PR targets "Check python version and print deprecation warning if version < 3", let me merge and make a separate PR for that.
---------------------------------------------------------------- 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]
