Repository: drill Updated Branches: refs/heads/gh-pages a35bab957 -> ef850846a
edit Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/ef850846 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/ef850846 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/ef850846 Branch: refs/heads/gh-pages Commit: ef850846aad4a0cea05bb0f35bf599a512b177ef Parents: a35bab9 Author: Bridget Bevens <[email protected]> Authored: Fri Dec 23 16:32:37 2016 -0800 Committer: Bridget Bevens <[email protected]> Committed: Fri Dec 23 16:32:37 2016 -0800 ---------------------------------------------------------------------- .../010-odbc-configuration-reference.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/ef850846/_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md ---------------------------------------------------------------------- diff --git a/_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md b/_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md index a74d146..c7e2f32 100644 --- a/_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md +++ b/_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md @@ -1,6 +1,6 @@ --- title: "ODBC Configuration Reference" -date: 2016-12-24 00:21:49 UTC +date: 2016-12-24 00:32:37 UTC parent: "Configuring ODBC" --- @@ -19,16 +19,16 @@ The following table provides a list of the configuration options and a brief des | Catalog | DRILL | The name of the synthetic catalog under which all of the schemas/databases are organized. | | ConnectionType | Direct or ZooKeeper | Direct connects to a Drill server using Host and Port properties. ZooKeeper connects to a ZooKeeper cluster using ZKQuorum and ZKClusterID properties. | | Driver | MapR Drill ODBC Driver | The name of the installed driver. | -| Host | <host name> | If the ConnectionType property is set to Direct, set the host name of the Drill server using the Host property. | +| Host | `<host name>` | If the ConnectionType property is set to Direct, set the host name of the Drill server using the Host property. | | Port | 31010 | If the ConnectionType property is set to Direct, set the e TCP port on which the Drill server is listening. | -| Schema | <schema name> | The name of the database schema or storage plugin name to use when the query does not explicitly specify the schema or storage plugin. | +| Schema | `<schema name>` | The name of the database schema or storage plugin name to use when the query does not explicitly specify the schema or storage plugin. | | ZKClusterID | drillbits1 | If the ConnectionType property is set to ZooKeeper, then set ZKClusterID to the name of the Drillbit cluster to use. | -| ZKQuorum | <IP address>,<IP address> . . . | If the ConnectionType property is set to ZooKeeper, then use ZKQuorum to indicate the server(s) in your ZooKeeper cluster. Separate multiple servers using a comma (,). | +| ZKQuorum | `<IP address>`,`<IP address>` . . . | If the ConnectionType property is set to ZooKeeper, then use ZKQuorum to indicate the server(s) in your ZooKeeper cluster. Separate multiple servers using a comma (,). | | AuthenticationType | No Authentication or Basic Authentication | Basic Authentication [enables impersonation](https://drill.apache.org/docs/configuring-user-impersonation/). | -| UID | <user name> | If AuthenticationType is Basic Authentication, set the UID to a user name. | -| PWD | <password> | If AuthenticationType is Basic Authentication, set the PWD to a password. | -| DelegationUID | <impersonation_target> | The impersonation target for the authorized proxy user. See [Configuring Inbound Impersonation](https://drill.apache.org/docs/configuring-inbound-impersonation/). | -| AdvancedProperties | {<property>;<property>; . . .} | Separate advanced properties using a semi-colon (;) and then surround all advanced properties in a connection string using braces { and }. | +| UID | `<user name>` | If AuthenticationType is Basic Authentication, set the UID to a user name. | +| PWD | `<password>` | If AuthenticationType is Basic Authentication, set the PWD to a password. | +| DelegationUID | `<impersonation_target>` | The impersonation target for the authorized proxy user. See [Configuring Inbound Impersonation](https://drill.apache.org/docs/configuring-inbound-impersonation/). | +| AdvancedProperties | {`<property>`;`<property>`; . . .} | Separate advanced properties using a semi-colon (;) and then surround all advanced properties in a connection string using braces { and }. | | DisableAsync | 0 or 1 | Disables asynchronous ODBC connection and enables a synchronous connection. A change in state occurs during driver initialization and is propagated to all driver DSNs. |
