You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2019/12/10 06:24:02 UTC

[incubator-druid] branch 0.16.0-incubating updated: Docs: bold Java 8 requirement (#8996) (#9008)

This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch 0.16.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.16.0-incubating by this push:
     new 3c924e6  Docs: bold Java 8 requirement (#8996) (#9008)
3c924e6 is described below

commit 3c924e6b46b0e0f35bafba96a4351ccdfdcc19fd
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Mon Dec 9 22:23:52 2019 -0800

    Docs: bold Java 8 requirement (#8996) (#9008)
    
    * 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 26a5d27..5940c48 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 6eb7bef..0f75e65 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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org