From 03307447932ffb57935cb0761b2cf173f6c8989e Mon Sep 17 00:00:00 2001 From: Vadim Ogievetsky Date: Mon, 9 Dec 2019 20:23:07 -0800 Subject: [PATCH] Docs: bold Java 8 requirement (#8996) * bold Java 8 req * add warning box --- docs/tutorials/cluster.md | 4 +++- docs/tutorials/index.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/cluster.md b/docs/tutorials/cluster.md index be6db4a5f5a..46a165e3ce5 100644 --- a/docs/tutorials/cluster.md +++ b/docs/tutorials/cluster.md @@ -132,7 +132,9 @@ The [basic cluster tuning guide](../operations/basic-cluster-tuning.md) has info We recommend running your favorite Linux distribution. You will also need: - * Java 8 + * **Java 8** + +> **Warning:** Java 8 is required to run Druid. While Druid will start with a higher version of Java it will not function correctly. 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 diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 53e5a3e5006..ffd510d4de4 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -35,9 +35,10 @@ Before beginning the quickstart, it is helpful to read the [general Druid overvi You will need: -* Java 8 (8u92+) +* **Java 8 (8u92+)** * Linux, Mac OS X, or other Unix-like OS (Windows is not supported) +> **Warning:** Java 8 is required to run Druid. While Druid will start with a higher version of Java it will not function correctly. ### Hardware