zookeeper to ZooKeeper

Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/0b4cb1ff
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/0b4cb1ff
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/0b4cb1ff

Branch: refs/heads/gh-pages
Commit: 0b4cb1ff594143408e77f3ffd9e215921f1b1d1c
Parents: a3c95b3
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Sat May 9 13:16:47 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Sat May 9 13:16:47 2015 -0700

----------------------------------------------------------------------
 _docs/connect-a-data-source/060-hbase-storage-plugin.md      | 4 ++--
 _docs/install/050-starting-drill-in-distributed mode.md      | 8 ++++----
 .../030-starting-drill-on-linux-and-mac-os-x.md              | 4 ++--
 .../050-starting-drill-on-windows.md                         | 2 +-
 _docs/tutorials/020-drill-in-10-minutes.md                   | 4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/0b4cb1ff/_docs/connect-a-data-source/060-hbase-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/060-hbase-storage-plugin.md 
b/_docs/connect-a-data-source/060-hbase-storage-plugin.md
index 693e487..3677004 100644
--- a/_docs/connect-a-data-source/060-hbase-storage-plugin.md
+++ b/_docs/connect-a-data-source/060-hbase-storage-plugin.md
@@ -2,7 +2,7 @@
 title: "HBase Storage Plugin"
 parent: "Storage Plugin Configuration"
 ---
-Register a storage plugin instance and specify a zookeeper quorum to connect
+Register a storage plugin instance and specify a ZooKeeper quorum to connect
 Drill to an HBase data source. When you register a storage plugin instance for
 an HBase data source, provide a unique name for the instance, and identify the
 type as “hbase” in the Drill Web UI.
@@ -13,7 +13,7 @@ To register HBase with Drill, complete the following steps:
 
   1. Navigate to [http://localhost:8047](http://localhost:8047/), and select 
the **Storage** tab
   2. In the disabled storage plugins section, click **Update** next to the 
`hbase` instance.
-  3. In the Configuration window, specify the Zookeeper quorum and port. 
+  3. In the Configuration window, specify the ZooKeeper quorum and port. 
   
 
      **Example**  

http://git-wip-us.apache.org/repos/asf/drill/blob/0b4cb1ff/_docs/install/050-starting-drill-in-distributed
 mode.md
----------------------------------------------------------------------
diff --git a/_docs/install/050-starting-drill-in-distributed mode.md 
b/_docs/install/050-starting-drill-in-distributed mode.md
index 97c50df..ac730c7 100644
--- a/_docs/install/050-starting-drill-in-distributed mode.md   
+++ b/_docs/install/050-starting-drill-in-distributed mode.md   
@@ -31,8 +31,8 @@ To start SQLLine, use the following **sqlline command** 
syntax:
 * `-u` is the option that precedes a connection string. Required.  
 * `jdbc` is the connection protocol. Required.  
 * `schema` is the name of a [storage 
plugin]({{site.baseurl}}/docs/storage-plugin-registration) to use for queries. 
Optional.  
-* `Zk=zkname` is one or more zookeeper host names or IP addresses. Optional if 
you are running SQLLine and zookeeper on the local node.  
-* `port` is the zookeeper port number. Optional. Port 2181 is the default.  
+* `Zk=zkname` is one or more ZooKeeper host names or IP addresses. Optional if 
you are running SQLLine and ZooKeeper on the local node.  
+* `port` is the ZooKeeper port number. Optional. Port 2181 is the default.  
 
 #### Examples of Starting Drill
 This example also starts SQLLine using the `dfs` storage plugin. Specifying 
the storage plugin when you start up eliminates the need to specify the storage 
plugin in the query:
@@ -40,7 +40,7 @@ This example also starts SQLLine using the `dfs` storage 
plugin. Specifying the
 
     bin/sqlline –u jdbc:drill:schema=dfs;zk=centos26
 
-This command starts SQLLine in a cluster configured to run zookeeper on three 
nodes:
+This command starts SQLLine in a cluster configured to run ZooKeeper on three 
nodes:
 
     bin/sqlline –u jdbc:drill:zk=cento23,zk=centos24,zk=centos26:5181
 
@@ -51,7 +51,7 @@ Complete the following steps to start Drill:
   1. Navigate to the Drill installation directory, and issue the following 
command to start a Drillbit:
   
         bin/drillbit.sh restart
-  2. Issue the following command to invoke SQLLine and start Drill if 
zookeeper is running on the same node as SQLLine:
+  2. Issue the following command to invoke SQLLine and start Drill if 
ZooKeeper is running on the same node as SQLLine:
   
         bin/sqlline -u jdbc:drill:
      

http://git-wip-us.apache.org/repos/asf/drill/blob/0b4cb1ff/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
----------------------------------------------------------------------
diff --git 
a/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
 
b/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
index e19f224..ae72664 100644
--- 
a/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
+++ 
b/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
@@ -2,7 +2,7 @@
 title: "Starting Drill on Linux and Mac OS X"
 parent: "Installing Drill in Embedded Mode"
 ---
-Launch SQLLine using the sqlline command to start to Drill in embedded mode. 
The command directs SQLLine to connect to Drill using jdbc. The zk=local means 
the local node is the zookeeper node. Complete the following steps to launch 
SQLLine and start Drill:
+Launch SQLLine using the sqlline command to start to Drill in embedded mode. 
The command directs SQLLine to connect to Drill using jdbc. The zk=local means 
the local node is the ZooKeeper node. Complete the following steps to launch 
SQLLine and start Drill:
 
 1. Navigate to the Drill installation directory. For example:  
 
@@ -18,7 +18,7 @@ Launch SQLLine using the sqlline command to start to Drill in 
embedded mode. The
 
 ## Example of Starting Drill
 
-The simplest example of how to start SQLLine is to identify the protocol, 
JDBC, and zookeeper node or nodes in the **sqlline** command. This example 
starts SQLLine on a node in an embedded, single-node cluster:
+The simplest example of how to start SQLLine is to identify the protocol, 
JDBC, and ZooKeeper node or nodes in the **sqlline** command. This example 
starts SQLLine on a node in an embedded, single-node cluster:
 
     sqlline -u jdbc:drill:zk=local
 

http://git-wip-us.apache.org/repos/asf/drill/blob/0b4cb1ff/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
----------------------------------------------------------------------
diff --git 
a/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
 
b/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
index 75c25b6..ba95059 100644
--- 
a/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
+++ 
b/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
@@ -2,7 +2,7 @@
 title: "Starting Drill on Windows"
 parent: "Installing Drill in Embedded Mode"
 ---
-Launch SQLLine using the **sqlline command** to start to Drill in embedded 
mode. The command directs SQLLine to connect to Drill. The `zk=local` means the 
local node is the zookeeper node. Complete the following steps to launch 
SQLLine and start Drill:
+Launch SQLLine using the **sqlline command** to start to Drill in embedded 
mode. The command directs SQLLine to connect to Drill. The `zk=local` means the 
local node is the ZooKeeper node. Complete the following steps to launch 
SQLLine and start Drill:
 
 1. Open the apache-drill-0.9.0 folder.  
 2. Open the bin folder, and double-click the `sqlline.bat` file:

http://git-wip-us.apache.org/repos/asf/drill/blob/0b4cb1ff/_docs/tutorials/020-drill-in-10-minutes.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/020-drill-in-10-minutes.md 
b/_docs/tutorials/020-drill-in-10-minutes.md
index 01f8bca..9f16044 100755
--- a/_docs/tutorials/020-drill-in-10-minutes.md
+++ b/_docs/tutorials/020-drill-in-10-minutes.md
@@ -58,7 +58,7 @@ The extraction process creates the installation directory 
named apache-drill-0.9
 At this point, you can [start 
Drill]({{site.baseurl}}/docs/drill-in-10-minutes/#start-drill).
 
 ## Start Drill on Linux and Mac OS X
-Launch SQLLine using the sqlline command to start to Drill in embedded mode. 
The command directs SQLLine to connect to Drill. The zk=local means the local 
node is the zookeeper node. Complete the following steps to launch SQLLine and 
start Drill:
+Launch SQLLine using the sqlline command to start to Drill in embedded mode. 
The command directs SQLLine to connect to Drill. The zk=local means the local 
node is the ZooKeeper node. Complete the following steps to launch SQLLine and 
start Drill:
 
 1. Navigate to the Drill installation directory. For example:  
 
@@ -83,7 +83,7 @@ You can install Drill on Windows 7 or 8. First, set the 
JAVA_HOME environment va
    At this point, you can start Drill.  
 
 ## Start Drill on Windows
-Launch SQLLine using the **sqlline command** to start to Drill in embedded 
mode. The command directs SQLLine to connect to Drill. The `zk=local` means the 
local node is the zookeeper node. Complete the following steps to launch 
SQLLine and start Drill:
+Launch SQLLine using the **sqlline command** to start to Drill in embedded 
mode. The command directs SQLLine to connect to Drill. The `zk=local` means the 
local node is the ZooKeeper node. Complete the following steps to launch 
SQLLine and start Drill:
 
 1. Open the apache-drill-0.9.0 folder.  
 2. Open the bin folder, and double-click the `sqlline.bat` file:

Reply via email to