minor edits
Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/fff11f53
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/fff11f53
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/fff11f53
Branch: refs/heads/gh-pages
Commit: fff11f53b1a7118cf86d8f1916d2e62cce52502d
Parents: 42e6b1e
Author: Kristine Hahn <khahn@maprtech.com>
Authored: Wed Jun 10 11:23:07 2015 -0700
Committer: Kristine Hahn <khahn@maprtech.com>
Committed: Wed Jun 10 11:23:07 2015 -0700
----------------------------------------------------------------------
.../configuring-odbc/030-configuring-odbc-on-windows.md | 8 ++++----
.../030-installing-the-driver-on-windows.md | 3 +--
2 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/drill/blob/fff11f53/_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 d164cb5..d241b27 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
@@ -11,17 +11,17 @@ sources:
**Prerequisite:** An Apache Drill installation must be [configured]({{ site.baseurl }}/docs/connect-a-data-source-introduction/)
to access the data sources that you want to connect to. For information about how to install
Apache Drill, see [Install Drill]({{ site.baseurl }}/docs/install-drill).
-## Create a Data Source Name (DSN)
+## Sample ODBC Configuration (DSN)
-Create a DSN to connect to Drill data sources. If
+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-bit application, you must use the 32-bit
version of the ODBC Administrator to create the DSN.
-1. Click **Start**, and locate the ODBC Administrator app that you installed, and click the
ODBC Administrator app icon to start the app.
+1. Click **Start**, and locate the ODBC Administrator app that you installed, and click
ODBC Administrator to start the app.
The ODBC Data Source Administrator dialog appears.

-2. Click the **System DSN** tab, and in System Data Sources, select MapR ODBC Driver for
Drill DSN.
+2. On the **System DSN** tab in System Data Sources, select the sample MapR ODBC Driver for
Drill DSN.

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.
3. Click **Configure**.
http://git-wip-us.apache.org/repos/asf/drill/blob/fff11f53/_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 e67c3cd..c2b97bd 100755
--- 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
@@ -17,10 +17,9 @@ To ensure success, install the MapR Drill ODBC Driver on a system that
meets the
Each computer where you install the driver must meet the following system
requirements:
- * One of the following operating systems (32- and 64-bit editions are supported):
+ * The 32- and 64-bit editions of the following operating systems are recommended:
* Windows® 8 and 8.1
* Windows® 7 Professional
- * Windows® Server 2012, 2012 R2
* Windows® Server 2008, 2013 R2
* .NET Framework 4.5, installed and enabled by default on Windows 8 and later
* 60 MB of available disk space
|