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 07:06:54 UTC

[incubator-druid-website-src] 01/01: Backport 9008, latest

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

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

commit 829475659638d23cf2f10b0b523c2ba3ca899159
Author: jon-wei <jo...@imply.io>
AuthorDate: Mon Dec 9 23:06:41 2019 -0800

    Backport 9008, latest
---
 docs/latest/tutorials/cluster.html | 5 ++++-
 docs/latest/tutorials/index.html   | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/latest/tutorials/cluster.html b/docs/latest/tutorials/cluster.html
index 1306f21..e47ea30 100644
--- a/docs/latest/tutorials/cluster.html
+++ b/docs/latest/tutorials/cluster.html
@@ -145,8 +145,11 @@ in-memory query cache. These servers benefit greatly from CPU and RAM.</p>
 <h2><a class="anchor" aria-hidden="true" id="select-os"></a><a href="#select-os" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.6 [...]
 <p>We recommend running your favorite Linux distribution. You will also need:</p>
 <ul>
-<li>Java 8</li>
+<li><strong>Java 8</strong></li>
 </ul>
+<blockquote>
+<p><strong>Warning:</strong> Java 8 is required to run Druid. While Druid will start with a higher version of Java it will not function correctly.</p>
+</blockquote>
 <p>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 <a href="http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html">packages for those
 OSes</a>.</p>
diff --git a/docs/latest/tutorials/index.html b/docs/latest/tutorials/index.html
index e9badd1..79c55ef 100644
--- a/docs/latest/tutorials/index.html
+++ b/docs/latest/tutorials/index.html
@@ -85,9 +85,12 @@ after completing this initial setup.</p>
 <h3><a class="anchor" aria-hidden="true" id="software"></a><a href="#software" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64  [...]
 <p>You will need:</p>
 <ul>
-<li>Java 8 (8u92+)</li>
+<li><strong>Java 8 (8u92+)</strong></li>
 <li>Linux, Mac OS X, or other Unix-like OS (Windows is not supported)</li>
 </ul>
+<blockquote>
+<p><strong>Warning:</strong> Java 8 is required to run Druid. While Druid will start with a higher version of Java it will not function correctly.</p>
+</blockquote>
 <h3><a class="anchor" aria-hidden="true" id="hardware"></a><a href="#hardware" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64  [...]
 <p>Druid includes several example <a href="/docs/latest/operations/single-server.html">single-server configurations</a>, along with scripts to
 start the Druid processes using these configurations.</p>


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