Hi
I have installed rally and installed openJDK11 and JAVA_HOME pointing to openJDK11.
The esrally script is--> esrally --distribution-version=6.6.2 --track=noaa --report-file=/LUCENE/rally_reports/report.md --report-format=csv --preserve-install=true
Its throwing below error:
[ERROR] Cannot race. ("Install a JDK with one of the versions [10, 9, 8] and point to it with one of
['JAVA10_HOME', 'JAVA9_HOME', 'JAVA8_HOME', 'JAVA_HOME'].", None)
JAVA_HOME="/home/workloads/JVM/jdk-11.0.2
rally version --- >esrally 1.0.4
The ES 6.6.2 is compatible with openJDK11 which is mentioned in below sheet:
https://www.elastic.co/support/matrix#matrix_jvm
Please let me know why rally not supporting openJDK11