dongjoon-hyun commented on a change in pull request #26619:
[WIP][SPARK-29981][BUILD][test-hadoop3.2] Add hive-1.2/2.3 profiles
URL: https://github.com/apache/spark/pull/26619#discussion_r349176040
##########
File path: dev/run-tests.py
##########
@@ -283,8 +283,8 @@ def get_hadoop_profiles(hadoop_version):
"""
sbt_maven_hadoop_profiles = {
- "hadoop2.7": ["-Phadoop-2.7"],
- "hadoop3.2": ["-Phadoop-3.2"],
+ "hadoop2.7": ["-Phadoop-2.7", "-Phive-1.2"],
+ "hadoop3.2": ["-Phadoop-3.2", "-Phive-2.3"],
Review comment:
Sure!
----------------------------------------------------------------
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]