We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88014ed commit de5a4a2Copy full SHA for de5a4a2
dev/run-tests-jenkins.py
@@ -184,9 +184,10 @@ def main():
184
if "test-hadoop3.2" in ghprb_pull_title:
185
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop3.2"
186
187
- # Test with Java11
+ # Test with Java 11
188
if "test-java11" in ghprb_pull_title:
189
os.environ["JAVA_HOME"] = "/usr/java/jdk-11.0.1"
190
+ os.environ["PATH"] = "%s/bin:%s" % (os.environ["JAVA_HOME"], os.environ["PATH"])
191
192
build_display_name = os.environ["BUILD_DISPLAY_NAME"]
193
build_url = os.environ["BUILD_URL"]
0 commit comments