This is an automated email from the ASF dual-hosted git repository.
gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 306997be87 Add Perl 5 to druid requirements (#13708)
306997be87 is described below
commit 306997be872067ddcb99557746a5e04736640774
Author: Guy ☀️ Moore <[email protected]>
AuthorDate: Mon Feb 13 13:34:49 2023 -0800
Add Perl 5 to druid requirements (#13708)
Without perl 5 I was unable to start druid using the instructions in the
quickstart guide. I'm not certain what versions it might require, but the one
that I got working was perl 5
> This is perl 5, version 36, subversion 0 (v5.36.0) built for
x86_64-linux-thread-multi
---
docs/tutorials/index.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md
index 3c7067d395..3a3d80d68a 100644
--- a/docs/tutorials/index.md
+++ b/docs/tutorials/index.md
@@ -41,6 +41,7 @@ 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](../operations/java.md)
* [Python2 or Python3](../operations/python.md)
+* Perl 5
> Druid relies on the environment variables `JAVA_HOME` or `DRUID_JAVA_HOME`
> to find Java on the machine. You can set
`DRUID_JAVA_HOME` if there is more than one instance of Java. To verify Java
requirements for your environment, run the
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]