]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: force Hadoop to run under Java 1.8 61106/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Mon, 16 Dec 2024 18:21:35 +0000 (13:21 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Mon, 16 Dec 2024 18:21:35 +0000 (13:21 -0500)
The Hadoop test installs Java 1.8 but then just runs the default
version. This makes sure it will run the version it installed.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
qa/tasks/s3a_hadoop.py

index 717d9858e60ceb4e270ed38ee2f0afb4100c1e01..4518a6f397cdf6eceb022b1f2fb9f75bb77eee3a 100644 (file)
@@ -213,6 +213,7 @@ def run_s3atest(client, maven_version, testdir, test_options):
             run.Raw('&&'),
             run.Raw(rm_test),
             run.Raw('&&'),
+            run.Raw('JAVA_HOME=$(alternatives --list | grep jre_1.8.0 | head -n 1 | awk \'{print $3}\')'),
             run.Raw(run_test),
             run.Raw(test_options)
         ]