This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 8c6d7f1  edits to driver pages to include link to MapR Jdbc drivers
8c6d7f1 is described below

commit 8c6d7f15344f5a54d4cb1d2381998bcba147c8a8
Author: Bridget Bevens <[email protected]>
AuthorDate: Tue Oct 30 14:47:11 2018 -0700

    edits to driver pages to include link to MapR Jdbc drivers
---
 _docs/odbc-jdbc-interfaces/010-interfaces-introduction.md | 11 ++++++-----
 _docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md       |  4 ++--
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md 
b/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
index 979f12b..9214961 100644
--- a/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
+++ b/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Interfaces Introduction"
-date: 2017-08-18 17:47:49 UTC
+date: 2018-10-30 21:47:12 UTC
 parent: "ODBC/JDBC Interfaces"
 ---
 You can connect to Apache Drill through the following interfaces:
@@ -11,19 +11,20 @@ You can connect to Apache Drill through the following 
interfaces:
   * [JDBC]({{ site.baseurl }}/docs/using-jdbc-with-squirrel-on-windows/)
   * C++ API
 
-*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. 
+*Apache Drill does not have an open source ODBC driver. However, MapR provides 
an [ODBC driver](https://package.mapr.com/tools/MapR-ODBC/MapR_Drill/) 
developed specifically for connecting Apache Drill to BI tools. MapR also 
provides a [JDBC driver](https://package.mapr.com/tools/MapR-JDBC/MapR_Drill/). 
 
 
 ## Using ODBC to Access Apache Drill from BI Tools
 
 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. 
 
-Access the latest MapR Drill ODBC drivers at 
[http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/).
+Access the latest MapR Drill ODBC drivers at [ODBC 
driver](https://package.mapr.com/tools/MapR-ODBC/MapR_Drill/).
 
-## Using JDBC to Access Apache Drill from SQuirrel
+## Using JDBC to Access Apache Drill from SQuirreL
 
 You can connect to Drill through a JDBC client tool, such as SQuirreL, on
 Windows, Linux, and Mac OS X systems, to access all of your data sources
-registered with Drill. An embedded JDBC driver is included with Drill.
+registered with Drill. You can use the [Drill JDBC driver provided by 
MapR](https://package.mapr.com/tools/MapR-JDBC/MapR_Drill/), or the embedded 
JDBC driver included with Drill.
+
 Configure the JDBC driver in the SQuirreL client to connect to Drill from
 SQuirreL. This section provides instruction for connecting to Drill from
 SQuirreL on Windows.
diff --git a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md 
b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
index d086f8d..c02ec6a 100644
--- a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
+++ b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
@@ -1,6 +1,6 @@
 ---
 title: "Using the JDBC Driver"
-date: 2018-04-19 23:14:01 UTC
+date: 2018-10-30 21:47:13 UTC
 parent: "ODBC/JDBC Interfaces"
 ---
 This section explains how to install and use the JDBC driver for Apache Drill. 
To use the JDBC driver, you have to:
@@ -15,7 +15,7 @@ Most client tools provide a UI where you can enter all of the 
required connectio
 
 ## Prerequisites
 
-  * JRE 7 or JDK 7  
+  * JRE 8 or JDK 8  
   * [A Drill installation]({{site.baseurl}}/docs/install-drill/)  
   * Capability to resolve the actual host name of the Drill node(s) with the 
IP(s), as described in step 4 of [Install the Drill JDBC Driver with 
JReport]({{site.baseurl}}/docs/configuring-jreport-with-drill/#step-1:-install-the-drill-jdbc-driver-with-jreport).
 
 

Reply via email to