leventov opened a new issue #8928: Support DRUID_JAVA_HOME (or just JAVA_HOME) URL: https://github.com/apache/incubator-druid/issues/8928 Currently Druid just uses `java` (see [verify-java](https://github.com/apache/incubator-druid/blob/934547a2159e0580845055cbc12f5bcdf7b705cd/examples/bin/verify-java) script), which is not very developer-friendly outside of containers. Java 11+ may already be the default java on the developer's machine. So for the purposes of Druid start, it would be nice to support `DRUID_JAVA_HOME` (or, at least, just `JAVA_HOME`) environment variable with a path to Java 8. FYI @jon-wei @gianm
---------------------------------------------------------------- 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]
