shaneknapp commented on a change in pull request #26710: [SPARK-29991][INFRA]
Support Hive 1.2 and Hive 2.3 (default) in PR builder
URL: https://github.com/apache/spark/pull/26710#discussion_r377444456
##########
File path: dev/run-tests-jenkins.py
##########
@@ -182,6 +182,11 @@ def main():
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.7"
if "test-hadoop3.2" in ghprb_pull_title:
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop3.2"
+ # Switch the Hive profile based on the PR title:
+ if "test-hive1.2" in ghprb_pull_title:
+ os.environ["AMPLAB_JENKINS_BUILD_HIVE_PROFILE"] = "hive1.2"
+ if "test-hive2.3" in ghprb_pull_title:
+ os.environ["AMPLAB_JENKINS_BUILD_HIVE_PROFILE"] = "hive2.3"
Review comment:
sorry, i missed this over the november holiday. yes, i've had a desire for
years to rename the `AMPLAB_*` variables as the amplab project ended in
december 2016. :)
i'll do this after the 3.0 cut. no time like the present!
----------------------------------------------------------------
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]