ceastman-ibm opened a new issue #9276: 0.17.0 reports Druid requires Java 8 URL: https://github.com/apache/druid/issues/9276 Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version 0.17.0 ### Description Please include as much detailed information about the problem as possible. - Cluster size - Configurations in use - Steps to reproduce the problem - The error message or stack traces encountered. Providing more context, such as nearby log messages or even entire logs, can be helpful. - Any debugging that you have already done Carls-MBP:druid carleastman$ kubectl logs druid-789d7d4496-c2g5f sh: 1: source: not found Druid requires Java 8. Make sure that "java" is installed and on your PATH. If you believe this check is in error, you can skip it using an environment variable: export DRUID_SKIP_JAVA_CHECK=1 Otherwise, install Java 8 and try again. This script searches for Java 8 in 3 locations in the following order * DRUID_JAVA_HOME * JAVA_HOME * java (installed on PATH) Carls-MBP:druid carleastman$ kubectl exec -it druid-7649d9d7dd-9hbjg bash root@druid-7649d9d7dd-9hbjg:/# java -version openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~18.04-b08) OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
---------------------------------------------------------------- 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]
