You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/06/01 20:17:45 UTC

[drill] branch gh-pages updated: updated ZooKeeper to CamelCase (#577)

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

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 65fc38d  updated ZooKeeper to CamelCase (#577)
65fc38d is described below

commit 65fc38d931493b80b8424d5d46c4f40049ec9a15
Author: Onna Nelson <on...@gmail.com>
AuthorDate: Fri Jun 1 13:17:43 2018 -0700

    updated ZooKeeper to CamelCase (#577)
    
    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 2161644..d4b6856 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/).
 

-- 
To stop receiving notification emails like this one, please contact
bridgetb@apache.org.