Repository: drill-site Updated Branches: refs/heads/asf-site a169ebc62 -> 94b850971
edits to odbc driver docs per rhou Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/94b85097 Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/94b85097 Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/94b85097 Branch: refs/heads/asf-site Commit: 94b8509713f8d6e95026fd6dc9efb841733bbf16 Parents: a169ebc Author: Bridget Bevens <[email protected]> Authored: Wed Jun 21 17:03:06 2017 -0700 Committer: Bridget Bevens <[email protected]> Committed: Wed Jun 21 17:03:06 2017 -0700 ---------------------------------------------------------------------- docs/configuring-odbc-on-windows/index.html | 30 ++++++++++++-------- docs/installing-the-driver-on-linux/index.html | 4 +-- .../index.html | 9 +----- .../installing-the-driver-on-windows/index.html | 21 ++++++++++---- feed.xml | 4 +-- 5 files changed, 39 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill-site/blob/94b85097/docs/configuring-odbc-on-windows/index.html ---------------------------------------------------------------------- diff --git a/docs/configuring-odbc-on-windows/index.html b/docs/configuring-odbc-on-windows/index.html index 8308c72..dbf9364 100644 --- a/docs/configuring-odbc-on-windows/index.html +++ b/docs/configuring-odbc-on-windows/index.html @@ -1122,21 +1122,23 @@ </div> - Jun 6, 2017 + Jun 21, 2017 <link href="/css/docpage.css" rel="stylesheet" type="text/css"> <div class="int_text" align="left"> - <p>Complete one of the following steps to create an ODBC connection on Windows to Drill data -sources:</p> + <p>To create an ODBC connection to Drill data sources on Windows, complete the following steps:</p> <ul> -<li>Create a Data Source Name</li> -<li>Create an ODBC Connection String</li> +<li><a href="/docs/configuring-odbc-on-windows/#create-a-data-source-name-(dsn)">Step 1: Create a Data Source Name (DSN)</a></li> +<li><a href="/docs/configuring-odbc-on-windows/#select-an-authentication-option">Step 2: Select an Authentication Option</a><br></li> +<li><a href="/docs/configuring-odbc-on-windows/#configure-the-connection-type">Step 3: Configure the Connection Type</a><br></li> +<li><a href="/docs/configuring-odbc-on-windows/#configure-advanced-properties-(optional)">Step 4: Configure Advanced Properties (optional)</a><br></li> +<li><a href="/docs/configuring-odbc-on-windows/#additional-configuration-options">Additional Configuration Options</a></li> </ul> -<h2 id="sample-odbc-configuration">Sample ODBC Configuration</h2> +<h2 id="step-1:-create-a-data-source-name-(dsn)">Step 1: Create a Data Source Name (DSN)</h2> <p>You can see how to create a DSN to connect to Drill data sources by taking a look at the preconfigured sample that the installer sets up. If you want to create a DSN for a 32- or 64-bit application, you must use the 32- or 64-bit version of the ODBC Data Source Administrator to create the DSN.</p> @@ -1147,7 +1149,7 @@ version of the ODBC Data Source Administrator to create the DSN.</p> <p>2. On the <strong>System DSN</strong> tab in System Data Sources, select <strong>MapR Drill</strong>. </p> -<p>The system DSN is available for all users who log in to the machine. You can set up a user DSN is available only to the user who creates the DSN on the <strong>User DSN</strong> tab. </p> +<p>The system DSN is available for all users who log in to the machine. A user DSN is available only to the user who creates the DSN on the <strong>User DSN</strong> tab. </p> <p>3. Click <strong>Configure</strong>. </p> @@ -1155,9 +1157,9 @@ version of the ODBC Data Source Administrator to create the DSN.</p> <p><img src="http://i.imgur.com/f9Avhcz.png" alt=""> </p> -<p>To access Drill Explorer, click <strong>Drill Explorer...</strong>.</p> +<p>To access Drill Explorer, click <strong>Drill Explorer...</strong>. See <a href="/docs/drill-explorer-introduction/">Drill Explorer</a> for more information.</p> -<h3 id="authentication-options">Authentication Options</h3> +<h3 id="step-2:-select-an-authentication-option">Step 2: Select an Authentication Option</h3> <p>To password protect the DSN, select the appropriate authentication type in the <strong>Authentication Type</strong> dropdown. If the Drillbit does not require authentication (or to configure no password protection), you can use the No Authentication option. You do not need to configure additional settings.</p> @@ -1176,7 +1178,7 @@ version of the ODBC Data Source Administrator to create the DSN.</p> <li><strong>Plain Authentication</strong> - configure UID and PWD properties. </li> </ul> -<h3 id="direct-to-drillbit-and-zookeeper-quorum-options">Direct to Drillbit and ZooKeeper Quorum Options</h3> +<h3 id="step-3:-configure-the-connection-type">Step 3: Configure the Connection Type</h3> <p>In the <strong>Connection Type</strong> section, <strong>Direct to Drillbit</strong> is selected for using Drill in embedded mode. To use Drill in embedded mode, set the connection type to <strong>Direct</strong> and define HOST and PORT properties. For example:</p> @@ -1199,11 +1201,15 @@ Name of the drillbit cluster. Check the <code>drill-override.conf</code> file fo <p>Check the <code>drill-override.conf</code> file for the cluster name. </p> -<p>The <a href="/docs/odbc-configuration-reference/">Advanced Properties</a> section describes the advanced configuration properties in detail.</p> +<h2 id="step-4:-configure-advanced-properties-(optional)">Step 4: Configure Advanced Properties (optional)</h2> + +<p>The <a href="/docs/odbc-configuration-reference/">Advanced Properties</a> section describes the advanced configuration properties in detail. </p> + +<h2 id="additional-configuration-options">Additional Configuration Options</h2> <p>Select the <strong>Disable Async</strong> option to disable the asynchronous ODBC connection and enable a synchronous ODBC connection for performance reasons. By default the ODBC connection is asynchronous (Disable Asynch is not checked). A change in state occurs during driver initialization and is propagated to all driver DSNs.</p> -<p><a href="/docs/odbc-configuration-reference/#logging-options">Logging Options</a> and <a href="/docs/drill-explorer-introduction/">Drill Explorer</a> sections describe the options at the bottom of this dialog.</p> +<p>For information about logging options, see <a href="/docs/odbc-configuration-reference/#logging-options">Logging Options</a>.</p> <h3 id="next-step">Next Step</h3> http://git-wip-us.apache.org/repos/asf/drill-site/blob/94b85097/docs/installing-the-driver-on-linux/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-driver-on-linux/index.html b/docs/installing-the-driver-on-linux/index.html index 5acf957..435a3be 100644 --- a/docs/installing-the-driver-on-linux/index.html +++ b/docs/installing-the-driver-on-linux/index.html @@ -1122,7 +1122,7 @@ </div> - Jun 7, 2017 + Jun 21, 2017 <link href="/css/docpage.css" rel="stylesheet" type="text/css"> @@ -1146,7 +1146,7 @@ application that you use to access Drill. The 64-bit editions of Linux support <h2 id="known-issue">Known Issue</h2> -<p>MapR SASL support for Kerberos and MapR tickets is only available on 64-bit machines. </p> +<p>MapR-SASL is not supported on 32-bit machines. </p> <h2 id="system-requirements">System Requirements</h2> http://git-wip-us.apache.org/repos/asf/drill-site/blob/94b85097/docs/installing-the-driver-on-mac-os-x/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-driver-on-mac-os-x/index.html b/docs/installing-the-driver-on-mac-os-x/index.html index b86be34..1d62fab 100644 --- a/docs/installing-the-driver-on-mac-os-x/index.html +++ b/docs/installing-the-driver-on-mac-os-x/index.html @@ -1136,14 +1136,7 @@ the Drill service.</p> <ul> <li><a href="/docs/installing-the-driver-on-mac-os-x/#step-1-download-the-mapr-drill-odbc-driver">Step 1: Download the MapR Drill ODBC Driver</a><br></li> <li><a href="/docs/installing-the-driver-on-mac-os-x/#step-2:-install-the-mapr-drill-odbc-driver">Step 2: Install the MapR Drill ODBC Driver</a> </li> -<li><a href="/docs/installing-the-driver-on-mac-os-x/#step-3:-check-the-mapr-drill-odbc-driver-version">Step 3: Check the MapR Drill ODBC Driver Version</a></li> -</ul> - -<h2 id="known-issues">Known Issues</h2> - -<ul> -<li>The 32- and 64-bit MapR Drill ODBC drivers are supported on 64-bit machines. </li> -<li>MapR SASL support for Kerberos and MapR tickets is only available on 64-bit machines. </li> +<li><a href="/docs/installing-the-driver-on-mac-os-x/#step-3:-check-the-mapr-drill-odbc-driver-version">Step 3: Check the MapR Drill ODBC Driver Version</a><br></li> </ul> <h2 id="system-requirements">System Requirements</h2> http://git-wip-us.apache.org/repos/asf/drill-site/blob/94b85097/docs/installing-the-driver-on-windows/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-driver-on-windows/index.html b/docs/installing-the-driver-on-windows/index.html index 3af0fe6..21ed591 100644 --- a/docs/installing-the-driver-on-windows/index.html +++ b/docs/installing-the-driver-on-windows/index.html @@ -1122,7 +1122,7 @@ </div> - Jun 7, 2017 + Jun 21, 2017 <link href="/css/docpage.css" rel="stylesheet" type="text/css"> @@ -1133,14 +1133,25 @@ applications on Windows®. On 64-bit Windows operating systems, you can execute <ul> <li>MapR Drill 1.3 32-bit.msi for 32-bit applications</li> -<li>MapR Drill 1.3 64-bit.msi for 64-bit applications</li> +<li>MapR Drill 1.3 64-bit.msi for 64-bit applications<br></li> </ul> -<p>Install the MapR Drill ODBC Driver on a system that meets the system requirements. </p> +<div class="admonition note"> + <p class="first admonition-title">Note</p> + <p class="last">Currently Drill does not support a 32-bit Windows machine. However, the 32- or 64-bit MapR Drill ODBC Driver is supported on a 64-bit machine. </p> +</div> + +<p>Install the MapR Drill ODBC Driver on a system that meets the system requirements. Complete the following steps, described in detail in this document: </p> + +<ul> +<li> <a href="/docs/installing-the-driver-on-windows/#step-1:-download-the-mapr-drill-odbc-driver">Step 1: Download the MapR Drill ODBC Driver</a></li> +<li> <a href="/docs/installing-the-driver-on-windows/#step-2:-install-the-mapr-drill-odbc-driver">Step 2: Install the MapR Drill ODBC Driver</a> </li> +<li> <a href="/docs/installing-the-driver-on-windows/#step-3:-verify-the-installation">Step 3: Verify the installation</a> </li> +</ul> <h2 id="known-issue">Known Issue</h2> -<p>Drill does not support running drillbits on 32-bit Windows machines.</p> +<p>The 32-bit driver does not support MapR-SASL. The 32-bit driver supports Plain and Kerberos authentication only. </p> <h2 id="system-requirements">System Requirements</h2> @@ -1156,7 +1167,7 @@ requirements:</p> </ul></li> <li>75 MB of available disk space</li> <li>.NET Framework 4.5, installed and enabled by default on Windows 8 and later</li> -<li><p>Visual C++ Redistributable for Visual Studio 2013 installed (with the same bitness as the driver that you are installing)</p></li> +<li><p><a href="https://www.microsoft.com/en-us/download/details.aspx?id=40784">Visual C++ Redistributable for Visual Studio 2013</a> installed (with the same bitness as the driver that you are installing)</p></li> <li><p>The client must be able to resolve the actual host name of the Drill node or nodes from the IP address. Verify that a DNS entry was created on the client machine for the Drill node or nodes. If not, create an entry in <code>\Windows\system32\drivers\etc\hosts</code> for each node in the following format: </p> <p><code><drill-machine-IP> <drill-machine-hostname></code></p> http://git-wip-us.apache.org/repos/asf/drill-site/blob/94b85097/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 5c2adba..bd47da7 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ </description> <link>/</link> <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Wed, 21 Jun 2017 14:12:23 -0700</pubDate> - <lastBuildDate>Wed, 21 Jun 2017 14:12:23 -0700</lastBuildDate> + <pubDate>Wed, 21 Jun 2017 17:01:07 -0700</pubDate> + <lastBuildDate>Wed, 21 Jun 2017 17:01:07 -0700</lastBuildDate> <generator>Jekyll v2.5.2</generator> <item>
