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 2017/05/31 00:23:59 UTC

drill git commit: odbc edits per c.skrbina

Repository: drill
Updated Branches:
  refs/heads/gh-pages b8647ddc7 -> 31ce2afb2


odbc edits per c.skrbina


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

Branch: refs/heads/gh-pages
Commit: 31ce2afb2dda0bf8482b22d42430af7b985ce112
Parents: b8647dd
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue May 30 17:23:13 2017 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue May 30 17:23:13 2017 -0700

----------------------------------------------------------------------
 .../010-odbc-configuration-reference.md          |  6 +++---
 .../030-configuring-odbc-on-windows.md           | 19 +++++++++++++------
 .../030-installing-the-driver-on-windows.md      | 16 ++++++++--------
 3 files changed, 24 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/31ce2afb/_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 9018f66..ea4ad02 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: 2017-05-30 23:11:51 UTC
+date: 2017-05-31 00:23:14 UTC
 parent: "Configuring ODBC"
 ---
 You can use various configuration options to control the behavior of the MapR
@@ -196,9 +196,9 @@ To disable logging:
 
 1. Open the `.mapr.drillodbc.ini` configuration file in a text editor.
 2. Set the LogLevel key to zero (`0`).
-3. Save the `.mapr.drillodbc.ini` configuration file.
+3. Save the `.mapr.drillodbc.ini` configuration file.  
+
 
-#### What's Next? Go to [Connecting to ODBC Data Sources]({{ site.baseurl }}/docs/connecting-to-odbc-data-sources).
 
 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/31ce2afb/_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md b/_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md
index 1f5d134..773ee18 100644
--- a/_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring ODBC on Windows"
-date: 2017-05-31 00:03:41 UTC
+date: 2017-05-31 00:23:14 UTC
 parent: "Configuring ODBC"
 ---
 Complete one of the following steps to create an ODBC connection on Windows to Drill data
@@ -16,11 +16,14 @@ version of the ODBC Administrator to create the DSN.
 
 1\. Click **Start** and locate the ODBC Administrator app that you installed. Then click ODBC Administrator to start the app. The ODBC Data Source Administrator dialog appears.  
 
-![odbcuser]({{ site.baseurl }}/docs/img/odbc-user-dsn.png)
+![odbcuser]({{ site.baseurl }}/docs/img/odbc-user-dsn.png)  
+
+
 
 2\. On the **System DSN** tab in System Data Sources, select the sample MapR Drill.  
 
-![odbcconfig]({{ site.baseurl }}/docs/img/odbc-configure1.png)  
+![configure1]({{ site.baseurl }}/docs/img/odbc-configure1.png)  
+
 
    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 **User DSN** tab. 
  
@@ -28,7 +31,9 @@ version of the ODBC Administrator to create the DSN.
   
    The MapR Drill setup dialog appears with a preconfigured sample DSN. The following screenshot shows a possible DSN configuration for using Drill in embedded mode.  
 
-![odbcconfig2]({{ site.baseurl }}/docs/img/odbc-configure2.png)
+![configure2]({{ site.baseurl }}/docs/img/odbc-configure2.png)  
+
+
    
 ### Authentication Options
 To password protect the DSN, select the appropriate AuthenticationType in the 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.
@@ -59,8 +64,10 @@ If you select ZooKeeper Quorum, provide values for the following properties:
 * Cluster ID - 
   Name of the drillbit cluster. Check the drill-override.conf file for ZooKeeper node information and for any cluster name changes.
 
- Check the `drill-override.conf` file for the cluster name.
-![]({{ site.baseurl }}/docs/img/odbc-configure3.png)
+ Check the `drill-override.conf` file for the cluster name.  
+
+![]({{ site.baseurl }}/docs/img/odbc-configure3.png)  
+
 
 The [Advanced Properties]({{site.baseurl}}/docs/odbc-configuration-reference/) section describes the advanced properties.
 

http://git-wip-us.apache.org/repos/asf/drill/blob/31ce2afb/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
index 768cbf7..6bc76ba 100644
--- a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Installing the Driver on Windows"
-date: 2017-05-31 00:03:41 UTC
+date: 2017-05-31 00:23:15 UTC
 parent: "Installing the ODBC Driver"
 ---
 The MapR Drill ODBC Driver installer is available for 32- and 64-bit
@@ -60,18 +60,18 @@ Download the installer that corresponds to the bitness of the client application
 
 To verify the installation on Windows 10, perform the following steps:
 
-1. Go to **Settings** and enter **odbc**. Select ***Setup ODBC data sources <version>***.
+1\. Go to **Settings** and enter **odbc**.  
 
-2. The ODBC Data Source Administrator <version> dialog appears. Click the **System DSN** to view 
-   the MapR Drill data source.  
+2\. Select **Setup ODBC data sources <version>**.  The ODBC Data Source Administrator <version> dialog appears. Click the **System DSN** to view the MapR Drill data source.  
 
-   ![odbcuser]({{site.baseurl}}/docs/img/odbc-user-dsn.png)    
+![odbcuser]({{ site.baseurl }}/docs/img/odbc-user-dsn.png)  
 
-3. Click the **Drivers** tab and verify that the MapR Drill ODBC Driver appears in the list of drivers that are installed on the computer.  
 
-   ![odbcdriver]({{site.baseurl}}/docs/img/odbc-drivers.png)
+3\. Click the **Drivers** tab and verify that the MapR Drill ODBC Driver appears in the list of drivers that are installed on the computer.  
+ 
+![odbcuser]({{ site.baseurl }}/docs/img/odbc-drivers.png)  
 
-Configure and start Drill before [testing]({{site.baseurl}}/docs/testing-the-odbc-connection/) the ODBC Data Source Administrator.
+4\.Configure and start Drill before [testing]({{site.baseurl}}/docs/testing-the-odbc-connection/) the ODBC Data Source Administrator.
 
 ### Next Step 
 [Configuring ODBC on Windows]({{ site.baseurl }}/docs/configuring-odbc-on-windows).