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 7de256b fix the default directory in zookeeper (#616)
7de256b is described below
commit 7de256b0d35ac5631df1c0ed4e9960afdeb3f58d
Author: alex.lvxin <[email protected]>
AuthorDate: Sat Jun 2 04:22:19 2018 +0800
fix the default directory in zookeeper (#616)
Fix the bug:correct the drill directory in zookeeper to dirll from
Drill,because the value is case Sensitive.
---
_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
index b55f23d..d086f8d 100644
--- a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
+++ b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
@@ -44,7 +44,7 @@ where
* `schema` is the name of a [storage
plugin]({{site.baseurl}}/docs/storage-plugin-registration) configuration to use
as the default for queries. For example,`schema=hive`. Optional.
* `zk name` specifies one or more ZooKeeper host names, or IP addresses. Use
`local` instead of a host name or IP address to connect to the local Drillbit.
Required.
* `port` is the ZooKeeper port number. Port 2181 is the default. On a MapR
cluster, the default is 5181. Optional.
-* `directory` is the Drill directory in ZooKeeper, which by default is
`/Drill`. Optional.
+* `directory` is the Drill directory in ZooKeeper, which by default is
`/drill`. Optional.
* `cluster ID` is `drillbits1` by default. If the default has changed,
[determine the cluster
ID]({{site.baseurl}}/docs/using-the-jdbc-driver/#determining-the-cluster-id)
and use it. Optional.
### Determining the Cluster ID
--
To stop receiving notification emails like this one, please contact
[email protected].