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 2016/12/24 00:10:02 UTC

drill-site git commit: updates for drill 1.9 drivers

Repository: drill-site
Updated Branches:
  refs/heads/asf-site 56c900927 -> 6b7cff933


updates for drill 1.9 drivers


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

Branch: refs/heads/asf-site
Commit: 6b7cff9334e2838fd3de785c215db475379ac582
Parents: 56c9009
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Fri Dec 23 16:09:49 2016 -0800
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Fri Dec 23 16:09:49 2016 -0800

----------------------------------------------------------------------
 docs/configuring-odbc-on-mac-os-x/index.html    | 29 +++--------
 docs/installing-the-driver-on-linux/index.html  |  8 +--
 .../index.html                                  |  8 +--
 .../installing-the-driver-on-windows/index.html |  6 +--
 docs/interfaces-introduction/index.html         | 10 ++--
 docs/odbc-configuration-reference/index.html    | 55 +++++++++++---------
 feed.xml                                        |  4 +-
 7 files changed, 54 insertions(+), 66 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/6b7cff93/docs/configuring-odbc-on-mac-os-x/index.html
----------------------------------------------------------------------
diff --git a/docs/configuring-odbc-on-mac-os-x/index.html b/docs/configuring-odbc-on-mac-os-x/index.html
index 6de4ef2..ac08ed4 100644
--- a/docs/configuring-odbc-on-mac-os-x/index.html
+++ b/docs/configuring-odbc-on-mac-os-x/index.html
@@ -1099,7 +1099,7 @@
 
     </div>
 
-     
+     Dec 24, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1112,8 +1112,7 @@ steps:</p>
 <ul>
 <li><a href="/docs/configuring-odbc-on-mac-os-x/#step-1:-set-environment-variables">Step 1: Set Environment Variables</a></li>
 <li><a href="/docs/configuring-odbc-on-mac-os-x/#step-2:-define-the-odbc-data-sources-in-.odbc.ini">Step 2: Define the ODBC Data Sources in odbc.ini</a></li>
-<li><a href="/docs/configuring-odbc-on-mac-os-x/#step-3:-(optional)-define-the-odbc-driver-in-.odbcinst.ini">Step 3: (Optional) Define the ODBC Driver in odbcinst.ini</a></li>
-<li><a href="/docs/configuring-odbc-on-mac-os-x/#step-4:-configure-the-mapr-drill-odbc-driver">Step 4: Configure the MapR Drill ODBC Driver</a></li>
+<li><a href="/docs/configuring-odbc-on-mac-os-x/#step-4:-configure-the-mapr-drill-odbc-driver">Step 3: Configure the MapR Drill ODBC Driver</a></li>
 </ul>
 
 <h2 id="sample-configuration-files">Sample Configuration Files</h2>
@@ -1132,7 +1131,6 @@ on Mac OS X, copy the following configuration files in <code>/opt/mapr/drillodbc
 <ul>
 <li>.mapr.drillodbc.ini</li>
 <li>.odbc.ini</li>
-<li>.odbcinst.ini</li>
 </ul>
 
 <p>The installer for Mac OS X creates a sample user DSN in odbc.ini in either of the following locations:</p>
@@ -1153,9 +1151,10 @@ on Mac OS X, copy the following configuration files in <code>/opt/mapr/drillodbc
 
 <h2 id="step-1:-set-environment-variables">Step 1: Set Environment Variables</h2>
 
-<p>Create or modify the <code>/etc/launchd.conf</code> file to set environment variables. Set the SIMBAINI variable to point to the <code>.mapr.drillodbc.ini</code> file, the ODBCSYSINI varialbe to the <code>.odbcinst.ini</code> file, the ODBCINI variable to the <code>.odbc.ini</code> file, and the DYLD_LIBRARY_PATH to the location of the dynamic linker (DYLD) libraries and to the MapR Drill ODBC Driver. If you installed the iODBC driver manager using the DMG, the DYLD libraries are installed in <code>/usr/local/iODBC/lib</code>. The launchd.conf file should look something like this:</p>
+<p>Create or modify the <code>/etc/launchd.conf</code> file to set environment variables. Set the SIMBAINI variable to point to the <code>.mapr.drillodbc.ini</code> file, the ODBCINI variable to the <code>.odbc.ini</code> file, and the DYLD_LIBRARY_PATH to the location of the dynamic linker (DYLD) libraries and to the MapR Drill ODBC Driver. </p>
+
+<p>If you installed the iODBC driver manager using the DMG, the DYLD libraries are installed in <code>/usr/local/iODBC/lib</code>. The launchd.conf file should look something like this:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">setenv SIMBAINI /Users/joeuser/.mapr.drillodbc.ini
-setenv ODBCSYSINI /Users/joeuser/.odbcinst.ini
 setenv ODBCINI /Users/joeuser/.odbc.ini
 setenv DYLD_LIBRARY_PATH /usr/local/iODBC/lib:/opt/mapr/drillodbc/lib/universal
 </code></pre></div>
@@ -1245,23 +1244,7 @@ behavior of DSNs using the MapR Drill ODBC Driver.</p>
 
 <hr>
 
-<h2 id="step-3:-(optional)-define-the-odbc-driver-in-.odbcinst.ini">Step 3: (Optional) Define the ODBC Driver in .odbcinst.ini</h2>
-
-<p>The <code>.odbcinst.ini</code> is an optional configuration file that defines the ODBC
-Drivers. This configuration file is optional because you can specify drivers
-directly in the<code>.odbc.ini</code> configuration file. The following sample shows a possible configuration.</p>
-
-<p><strong>Example</strong></p>
-<div class="highlight"><pre><code class="language-text" data-lang="text">[ODBC Drivers]
-MapR Drill ODBC Driver=Installed
-
-[MapR Drill ODBC Driver]
-Description=MapR Drill ODBC Driver
-Driver=/opt/mapr/drillodbc/lib/universal/libmaprdrillodbc.dylib
-</code></pre></div>
-<hr>
-
-<h2 id="step-4:-configure-the-mapr-drill-odbc-driver">Step 4: Configure the MapR Drill ODBC Driver</h2>
+<h2 id="step-3:-configure-the-mapr-drill-odbc-driver">Step 3: Configure the MapR Drill ODBC Driver</h2>
 
 <p>Configure the MapR Drill ODBC Driver for your environment by modifying the <code>.mapr.drillodbc.ini</code> configuration
 file. This configures the driver to work with your ODBC driver manager. The following sample shows a possible configuration, which you can use as is if you installed the default iODBC driver manager.</p>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/6b7cff93/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 55347da..1c8028b 100644
--- a/docs/installing-the-driver-on-linux/index.html
+++ b/docs/installing-the-driver-on-linux/index.html
@@ -1099,7 +1099,7 @@
 
     </div>
 
-     Jul 22, 2016
+     Dec 24, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1151,11 +1151,11 @@ Example: <code>127.0.0.1 localhost</code></p></li>
 
 <h2 id="step-1:-download-the-mapr-drill-odbc-driver">Step 1: Download the MapR Drill ODBC Driver</h2>
 
-<p>Download either the 32- or 64-bit driver:</p>
+<p>Download either the 32 or 64-bit driver:</p>
 
 <ul>
-<li><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.2.1.1000/MapRDrillODBC-32bit-1.2.1.i686.rpm">MapR Drill ODBC Driver (32-bit)</a></li>
-<li><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.2.1.1000/MapRDrillODBC-1.2.1.x86_64.rpm">MapR Drill ODBC Driver (64-bit)</a></li>
+<li><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.3.0.1009/maprdrill-1.3.0.1009-1.i686.rpm">MapR Drill ODBC Driver (32-bit)</a></li>
+<li><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.3.0.1009/maprdrill-1.3.0.1009-1.x86_64.rpm">MapR Drill ODBC Driver (64-bit)</a></li>
 </ul>
 
 <h2 id="step-2:-install-the-mapr-drill-odbc-driver">Step 2: Install the MapR Drill ODBC Driver</h2>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/6b7cff93/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 a0c4af9..3fdd754 100644
--- a/docs/installing-the-driver-on-mac-os-x/index.html
+++ b/docs/installing-the-driver-on-mac-os-x/index.html
@@ -1099,7 +1099,7 @@
 
     </div>
 
-     Jan 20, 2016
+     Dec 24, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1138,7 +1138,7 @@ Example: <code>127.0.0.1 localhost</code></p></li>
 
 <p>Click the following link to download the driver:  </p>
 
-<p><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.2.1.1000/MapRDrillODBC.dmg">MapR Drill ODBC Driver for Mac</a></p>
+<p><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.3.0.1009/MapR_Drill_1.3.dmg">MapR Drill ODBC Driver for Mac</a></p>
 
 <hr>
 
@@ -1147,7 +1147,7 @@ Example: <code>127.0.0.1 localhost</code></p></li>
 <p>To install the driver, complete the following steps:</p>
 
 <ol>
-<li>Double-click <code>MapRDrillODBC.dmg</code> to mount the disk image.</li>
+<li>Double-click <code>MapRDrill1.3.dmg</code> to mount the disk image.</li>
 <li>Double-click <code>MapRDrillODBC.pkg</code> to run the Installer.</li>
 <li>Follow the instructions in the Installer to complete the installation process.</li>
 <li>When the installation completes, click <strong>Close.</strong></li>
@@ -1169,7 +1169,7 @@ Example: <code>127.0.0.1 localhost</code></p></li>
 <p>To check the version of the driver you installed, use the following command on the terminal command line:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">$ pkgutil --info mapr.drillodbc
 package-id: mapr.drillodbc
-version: 1.2.0
+version: 1.3.0 (may also display as 3.52.12)
 volume: /
 location: 
 install-time: 1433465518

http://git-wip-us.apache.org/repos/asf/drill-site/blob/6b7cff93/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 a73b916..4f77017 100644
--- a/docs/installing-the-driver-on-windows/index.html
+++ b/docs/installing-the-driver-on-windows/index.html
@@ -1099,7 +1099,7 @@
 
     </div>
 
-     Apr 12, 2016
+     Dec 24, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1147,8 +1147,8 @@ Example: <code>127.0.0.1 localhost</code></p></li>
 <p>Download the installer that corresponds to the bitness of the client application from which you want to create an ODBC connection:</p>
 
 <ul>
-<li><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.2.1.1000/MapRDrillODBC32.msi">MapR Drill ODBC Driver (32-bit)</a><br></li>
-<li><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.2.1.1000/MapRDrillODBC64.msi">MapR Drill ODBC Driver (64-bit)</a></li>
+<li><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.3.0.1009/MapR_Drill_1.3_32-bit.msi">MapR Drill ODBC Driver (32-bit)</a><br></li>
+<li><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.3.0.1009/MapR_Drill_1.3_64-bit.msi">MapR Drill ODBC Driver (64-bit)</a></li>
 </ul>
 
 <hr>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/6b7cff93/docs/interfaces-introduction/index.html
----------------------------------------------------------------------
diff --git a/docs/interfaces-introduction/index.html b/docs/interfaces-introduction/index.html
index 99ad725..ff7e5cc 100644
--- a/docs/interfaces-introduction/index.html
+++ b/docs/interfaces-introduction/index.html
@@ -1097,7 +1097,7 @@
 
     </div>
 
-     Jan 20, 2016
+     Dec 24, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1113,15 +1113,15 @@
 <li>C++ API</li>
 </ul>
 
-<p>*Apache Drill does not have an open source ODBC driver. However, MapR provides an ODBC 3.8 driver developed specifically for connecting Apache Drill to BI tools. </p>
+<p>*Apache Drill does not have an open source ODBC driver. However, MapR provides an ODBC driver developed specifically for connecting Apache Drill to BI tools. </p>
 
 <h2 id="using-odbc-to-access-apache-drill-from-bi-tools">Using ODBC to Access Apache Drill from BI Tools</h2>
 
-<p>MapR provides an ODBC 3.8 driver that connects Windows, Mac OS X, and Linux to Apache Drill and BI tools. Install the latest version of Apache Drill with the latest version of the MapR Drill ODBC driver. An ODBC driver that you installed with a older version of Drill probably will not work with an upgraded version of Drill.</p>
+<p>MapR provides an ODBC driver that connects Windows, Mac OS X, and Linux to Apache Drill and BI tools. Install the latest version of Apache Drill with the latest version of the MapR Drill ODBC driver. An ODBC driver that you installed with an older version of Drill may not work with an upgraded version of Drill.</p>
 
-<p>Access the latest MapR Drill ODBC drivers in the following location:</p>
+<p>Access the latest MapR Drill ODBC drivers in the following location:  </p>
 
-<p><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.2.1.1000/">http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.2.1.1000/</a></p>
+<p><a href="http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.3.0.1009/">http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.3.0.1009/</a></p>
 
 <h2 id="using-jdbc-to-access-apache-drill-from-squirrel">Using JDBC to Access Apache Drill from SQuirrel</h2>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/6b7cff93/docs/odbc-configuration-reference/index.html
----------------------------------------------------------------------
diff --git a/docs/odbc-configuration-reference/index.html b/docs/odbc-configuration-reference/index.html
index db8249b..b17dbf1 100644
--- a/docs/odbc-configuration-reference/index.html
+++ b/docs/odbc-configuration-reference/index.html
@@ -1099,7 +1099,7 @@
 
     </div>
 
-     
+     Dec 24, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1116,7 +1116,7 @@ Drill ODBC Driver. You can use these options in a connection string or in the
 
 <h2 id="configuration-options">Configuration Options</h2>
 
-<p>The following table provides a list of the configuration options and a brief description. Subsequent sections describe options in more detail:</p>
+<p>The following table provides a list of the configuration options and a brief description. Subsequent sections describe options in more detail:  </p>
 
 <table><thead>
 <tr>
@@ -1128,67 +1128,72 @@ Drill ODBC Driver. You can use these options in a connection string or in the
 <tr>
 <td>Catalog</td>
 <td>DRILL</td>
-<td>The name of the synthetic catalog under which all of the schemas/databases are organized.</td>
+<td>The   name of the synthetic catalog under which all of the schemas/databases are   organized.</td>
 </tr>
 <tr>
 <td>ConnectionType</td>
-<td>Direct or ZooKeeper</td>
-<td>Direct connects to a Drill server using Host and Port properties. ZooKeeper connects to a ZooKeeper cluster using ZKQuorum and ZKClusterID properties.</td>
+<td>Direct   or ZooKeeper</td>
+<td>Direct   connects to a Drill server using Host and Port properties. ZooKeeper connects   to a ZooKeeper cluster using ZKQuorum and ZKClusterID properties.</td>
 </tr>
 <tr>
 <td>Driver</td>
-<td>MapR Drill ODBC Driver</td>
-<td>The name of the installed driver.</td>
+<td>MapR   Drill ODBC Driver</td>
+<td>The   name of the installed driver.</td>
 </tr>
 <tr>
 <td>Host</td>
-<td>&lt;host name&gt;</td>
-<td>If the ConnectionType property is set to Direct, set the host name of the Drill server using the Host property.</td>
+<td><host   name></td>
+<td>If   the ConnectionType property is set to Direct, set the host name of the Drill   server using the Host property.</td>
 </tr>
 <tr>
 <td>Port</td>
 <td>31010</td>
-<td>If the ConnectionType property is set to Direct, set the e TCP port on which the Drill server is listening.</td>
+<td>If   the ConnectionType property is set to Direct, set the e TCP port on which the   Drill server is listening.</td>
 </tr>
 <tr>
 <td>Schema</td>
-<td>&lt;schema name&gt;</td>
-<td>The name of the database schema or storage plugin name to use when the query does not explicitly specify the schema or storage plugin.</td>
+<td><schema   name></td>
+<td>The   name of the database schema or storage plugin name to use when the query does   not explicitly specify the schema or storage plugin.</td>
 </tr>
 <tr>
 <td>ZKClusterID</td>
 <td>drillbits1</td>
-<td>If the ConnectionType property is set to ZooKeeper, then set ZKClusterID to the name of the Drillbit cluster to use.</td>
+<td>If   the ConnectionType property is set to ZooKeeper, then set ZKClusterID to the   name of the Drillbit cluster to use.</td>
 </tr>
 <tr>
 <td>ZKQuorum</td>
-<td>&lt;IP address&gt;,&lt;IP address&gt; . . .</td>
-<td>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 (,).</td>
+<td><IP   address>,<IP address> . . .</td>
+<td>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 (,).</td>
 </tr>
 <tr>
 <td>AuthenticationType</td>
-<td>No Authentication or Basic Authentication</td>
-<td>Basic Authentication enables <a href="/docs/configuring-user-impersonation/">impersonation</a>.</td>
+<td>No   Authentication or Basic Authentication</td>
+<td>Basic Authentication   enables impersonation.</td>
 </tr>
 <tr>
 <td>UID</td>
-<td>&lt;user name&gt;</td>
-<td>If AuthenticationType is Basic Authentication, set the UID to a user name.</td>
+<td><user   name></td>
+<td>If   AuthenticationType is Basic Authentication, set the UID to a user name.</td>
 </tr>
 <tr>
 <td>PWD</td>
-<td>&lt;password&gt;</td>
-<td>If AuthenticationType is Basic Authentication, set the PWD to a password.</td>
+<td><password></td>
+<td>If   AuthenticationType is Basic Authentication, set the PWD to a password.</td>
+</tr>
+<tr>
+<td>DelegationUID</td>
+<td><impersonation_target></td>
+<td>The impersonation target for the   authorized proxy user. See Configuring Inbound Impersonation.</td>
 </tr>
 <tr>
 <td>AdvancedProperties</td>
-<td>{&lt;property&gt;;&lt;property&gt;; . . .}</td>
-<td>Separate advanced properties using a semi-colon (;) and then surround all advanced properties in a connection string using braces { and }.</td>
+<td>{<property>;<property>;   . . .}</td>
+<td>Separate   advanced properties using a semi-colon (;) and then surround all advanced   properties in a connection string using braces { and }.</td>
 </tr>
 <tr>
 <td>DisableAsync</td>
-<td>0 or 1</td>
-<td>Disables asynchronous ODBC connection and enables a synchronous connection. A change in state occurs during driver initialization and is propagated to all driver DSNs.</td>
+<td>0   or 1</td>
+<td>Disables   asynchronous ODBC connection and enables a synchronous connection. A change   in state occurs during driver initialization and is propagated to all driver   DSNs.</td>
 </tr>
 </tbody></table>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/6b7cff93/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 9bd1ea3..f274969 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>Thu, 08 Dec 2016 13:03:17 -0800</pubDate>
-    <lastBuildDate>Thu, 08 Dec 2016 13:03:17 -0800</lastBuildDate>
+    <pubDate>Fri, 23 Dec 2016 16:07:30 -0800</pubDate>
+    <lastBuildDate>Fri, 23 Dec 2016 16:07:30 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>