srowen commented on a change in pull request #25898: [SPARK-29209][BUILD] Print
build environment variables to Github
URL: https://github.com/apache/spark/pull/25898#discussion_r339314593
##########
File path: dev/run-tests-jenkins.py
##########
@@ -183,6 +183,8 @@ 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"
+ if "test-java11" in ghprb_pull_title:
Review comment:
Maybe I'm not remembering that it was resolved - do we compile with
`-release 8` now? I don't see that in the build and recall there was some issue
with it previously, but maybe I'm forgetting. Either way I don't think it's
necessary to set the compilation JDK here?
----------------------------------------------------------------
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]