I am getting the following error when while running the executor:
Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME
Command exited with status 1 (pid: 83141)
I have specified --javaHome=/opt/mesosphere/bin/java, I also tried /opt/mesosphere/active/java/usr/java but JAVA_HOME is not set and the executor fails to run. I couldn't even find a way to download jre using uri.
I am getting the following error when while running the executor:
I have specified
--javaHome=/opt/mesosphere/bin/java
, I also tried/opt/mesosphere/active/java/usr/java
butJAVA_HOME
is not set and the executor fails to run. I couldn't even find a way to download jre using uri.Any ideas?