HyukjinKwon commented on a change in pull request #34715:
URL: https://github.com/apache/spark/pull/34715#discussion_r764455761
##########
File path: python/pyspark/install.py
##########
@@ -83,7 +86,23 @@ def checked_versions(spark_version, hadoop_version,
hive_version):
"one of [%s]" % (hive_version, ",
".join(SUPPORTED_HADOOP_VERSIONS))
)
- return spark_version, hadoop_version, hive_version
+ return spark_version, convert_old_hadoop_version(spark_version,
hadoop_version), hive_version
+
+
+def convert_old_hadoop_version(spark_version, hadoop_version):
Review comment:
Thanks for fixing this together guys.
--
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]