Repository: drill Updated Branches: refs/heads/gh-pages 00201f619 -> d73947b7c
doc edits Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/d73947b7 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/d73947b7 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/d73947b7 Branch: refs/heads/gh-pages Commit: d73947b7c13db921beb0999f1f49a67714c1e071 Parents: 00201f6 Author: Bridget Bevens <[email protected]> Authored: Mon Apr 16 16:12:43 2018 -0700 Committer: Bridget Bevens <[email protected]> Committed: Mon Apr 16 16:12:43 2018 -0700 ---------------------------------------------------------------------- .../develop-drill/010-compiling-drill-from-source.md | 4 ++-- _docs/install/045-distributed-mode-prerequisites.md | 4 ++-- .../010-embedded-mode-prerequisites.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/d73947b7/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md ---------------------------------------------------------------------- diff --git a/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md b/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md index f6003ad..890317e 100644 --- a/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md +++ b/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md @@ -1,6 +1,6 @@ --- title: "Compiling Drill from Source" -date: +date: 2018-04-16 23:12:44 UTC parent: "Develop Drill" --- To develop Drill, you compile Drill from source code and then set up a project @@ -11,7 +11,7 @@ patch review tool. ## Prerequisites * Maven 3.0.4 or later - * Oracle JDK 7 or later + * Oracle or OpenJDK 8 Run the following commands to verify that you have the correct versions of Maven and JDK installed: http://git-wip-us.apache.org/repos/asf/drill/blob/d73947b7/_docs/install/045-distributed-mode-prerequisites.md ---------------------------------------------------------------------- diff --git a/_docs/install/045-distributed-mode-prerequisites.md b/_docs/install/045-distributed-mode-prerequisites.md index 91d597a..5e3bf48 100644 --- a/_docs/install/045-distributed-mode-prerequisites.md +++ b/_docs/install/045-distributed-mode-prerequisites.md @@ -1,6 +1,6 @@ --- title: "Distributed Mode Prerequisites" -date: 2018-03-21 01:38:36 UTC +date: 2018-04-16 23:12:44 UTC parent: "Installing Drill in Distributed Mode" --- You can install Apache Drill on one or more nodes to @@ -10,7 +10,7 @@ run it in a clustered environment. Before you install Drill on nodes in a cluster, ensure that the cluster meets the following prerequisites: - * (Required) Running Oracle JDK [version 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). + * (Required) Running Oracle or OpenJDK 8 * (Required) Running a [ZooKeeper quorum](https://zookeeper.apache.org/doc/r3.1.2/zookeeperStarted.html#sc_RunningReplicatedZooKeeper) * (Recommended) Running a Hadoop cluster * (Recommended) Using DNS http://git-wip-us.apache.org/repos/asf/drill/blob/d73947b7/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md ---------------------------------------------------------------------- diff --git a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md b/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md index 4c1cdc8..777dba0 100644 --- a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md +++ b/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md @@ -1,13 +1,13 @@ --- title: "Embedded Mode Prerequisites" -date: 2018-03-21 01:38:36 UTC +date: 2018-04-16 23:12:45 UTC parent: "Installing Drill in Embedded Mode" --- To use Drill on a single node, install Drill in embedded mode. Installing Drill in embedded mode installs Drill locally on your machine. Embedded mode is a quick way to install and try Drill without having to perform any configuration tasks. A ZooKeeper installation is not required. Installing Drill in embedded mode configures the local Drillbit service to start automatically when you launch the Drill shell. You can install Drill in embedded mode on a machine running Linux, Mac OS X, or Windows. Before you install Drill, ensure that the machine meets the following prerequisites: -* Linux, Mac OS X, and Windows: Oracle JDK [version 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). +* Linux, Mac OS X, and Windows: Oracle or OpenJDK 8 * Windows only: * A JAVA_HOME environment variable that points to the JDK installation * A PATH environment variable that includes a pointer to the JDK installation
