mirror of https://github.com/apache/druid.git
Link to java docs (#13478)
* add link to page about selecting a JRE * add link to script also * simplify text
This commit is contained in:
parent
35c983a351
commit
2729e25295
|
@ -43,8 +43,8 @@ We won't use those here, but for more information, see [Single server deployment
|
|||
|
||||
The software requirements for the installation machine are:
|
||||
|
||||
* Linux, Mac OS X, or other Unix-like OS. (Windows is not supported.)
|
||||
* Java 8u92+ or Java 11.
|
||||
* Linux, Mac OS X, or other Unix-like OS. (Windows is not supported)
|
||||
* [Java 8u92+ or Java 11](../operations/java.md)
|
||||
* [Python2 or Python3](../operations/python.md)
|
||||
|
||||
> Druid relies on the environment variables `JAVA_HOME` or `DRUID_JAVA_HOME` to find Java on the machine. You can set
|
||||
|
|
|
@ -42,6 +42,9 @@ Otherwise, install Java 8 or 11 in one of the following locations.
|
|||
* java (installed on PATH)
|
||||
|
||||
Other versions of Java versions may work, but are not officially supported.
|
||||
|
||||
For more information about selecting a Java runtime visit:
|
||||
https://druid.apache.org/docs/latest/operations/java.html
|
||||
EOT
|
||||
exit 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue