From 9c4c2747522e844cbea276a7bee1914e2e6be967 Mon Sep 17 00:00:00 2001 From: Onna Nelson Date: Fri, 26 Aug 2016 11:20:27 -0700 Subject: [PATCH] updated ZooKeeper to CamelCase Minor copy editing change. Apache ZooKeeper uses camel case (https://zookeeper.apache.org/). --- _docs/architecture/010-architecture-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/architecture/010-architecture-introduction.md b/_docs/architecture/010-architecture-introduction.md index 2161644ff3d..d4b685690b5 100644 --- a/_docs/architecture/010-architecture-introduction.md +++ b/_docs/architecture/010-architecture-introduction.md @@ -27,7 +27,7 @@ query execution without moving data over the network or between nodes. Drill uses ZooKeeper to maintain cluster membership and health-check information. Though Drill works in a Hadoop cluster environment, Drill is not tied to -Hadoop and can run in any distributed cluster environment. The only pre-requisite for Drill is Zookeeper. +Hadoop and can run in any distributed cluster environment. The only pre-requisite for Drill is ZooKeeper. See [Drill Query Execution]({{ site.baseurl }}/docs/drill-query-execution/).