This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch 25.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/25.0.0 by this push:
new e34d884f2c [Backport] Link to java docs (#13478) (#13566)
e34d884f2c is described below
commit e34d884f2c2461fbcc72d40a83b0a8c5c7bc86c4
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Wed Dec 14 23:04:51 2022 -0800
[Backport] Link to java docs (#13478) (#13566)
* add link to page about selecting a JRE
* add link to script also
* simplify text
---
docs/tutorials/index.md | 4 ++--
examples/bin/verify-java | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md
index d854a691e6..a4560c2462 100644
--- a/docs/tutorials/index.md
+++ b/docs/tutorials/index.md
@@ -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
diff --git a/examples/bin/verify-java b/examples/bin/verify-java
index a012a233e8..582c4a78ce 100755
--- a/examples/bin/verify-java
+++ b/examples/bin/verify-java
@@ -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;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]