mirror of https://github.com/apache/druid.git
Fix quickstart docs to specify that Java 8 is required. (#5722)
See #4907 #5719
This commit is contained in:
parent
0f8493846e
commit
754c80e74a
|
@ -46,7 +46,7 @@ Very large clusters should consider selecting larger servers.
|
||||||
|
|
||||||
We recommend running your favorite Linux distribution. You will also need:
|
We recommend running your favorite Linux distribution. You will also need:
|
||||||
|
|
||||||
* Java 8 or better
|
* Java 8
|
||||||
|
|
||||||
Your OS package manager should be able to help for both Java. If your Ubuntu-based OS
|
Your OS package manager should be able to help for both Java. If your Ubuntu-based OS
|
||||||
does not have a recent enough version of Java, WebUpd8 offers [packages for those
|
does not have a recent enough version of Java, WebUpd8 offers [packages for those
|
||||||
|
|
|
@ -10,7 +10,7 @@ In this quickstart, we will download Druid, set up it up on a single machine, lo
|
||||||
|
|
||||||
You will need:
|
You will need:
|
||||||
|
|
||||||
* Java 8 or higher
|
* Java 8
|
||||||
* Linux, Mac OS X, or other Unix-like OS (Windows is not supported)
|
* Linux, Mac OS X, or other Unix-like OS (Windows is not supported)
|
||||||
* 8G of RAM
|
* 8G of RAM
|
||||||
* 2 vCPUs
|
* 2 vCPUs
|
||||||
|
|
Loading…
Reference in New Issue