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/07/25 01:11:24 UTC

drill git commit: update to rdbms storage plugin doc - add step to restart drill

Repository: drill
Updated Branches:
  refs/heads/gh-pages 9757823ab -> 69572e351


update to rdbms storage plugin doc - add step to restart drill


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

Branch: refs/heads/gh-pages
Commit: 69572e3519c3031c077cba53af82fc785b7f52cd
Parents: 9757823
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Mon Jul 24 18:09:39 2017 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Mon Jul 24 18:09:39 2017 -0700

----------------------------------------------------------------------
 .../connect-a-data-source/plugins/080-rdbms-storage-plugin.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/69572e35/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md b/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
index f8dacdd..22faa00 100644
--- a/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "RDBMS Storage Plugin"
-date:  
+date: 2017-07-25 01:09:40 UTC
 parent: "Connect a Data Source"
 ---
 Apache Drill supports querying a number of RDBMS instances. This allows you to connect your traditional databases to your Drill cluster so you can have a single view of both your relational and NoSQL datasources in a single system. 
@@ -12,8 +12,9 @@ As with any source, Drill supports joins within and between all systems. Drill a
 Drill is designed to work with any relational datastore that provides a JDBC driver. Drill is actively tested with Postgres, MySQL, Oracle, MSSQL and Apache Derby. For each system, you will follow three basic steps for setup:
 
   1. [Install Drill]({{ site.baseurl }}/docs/installing-drill-in-embedded-mode), if you do not already have it installed.
-  1. Copy your database's JDBC driver into the jars/3rdparty directory. (You'll need to do this on every node.)
-  1. Add a new storage configuration to Drill through the web ui. Example configurations for [Oracle](#Example-Oracle-Configuration), [SQL Server](#Example-SQL-Server-Configuration), [MySQL](#Example-MySQL-Configuration) and [Postgres](#Example-Postgres-Configuration) are provided below.
+  2. Copy your database's JDBC driver into the jars/3rdparty directory. (You'll need to do this on every node.)  
+  3. Restart Drill. See [Starting Drill in Distributed Mode]({{site.baseurl}}/docs/starting-drill-in-distributed-mode/).
+  4. Add a new storage configuration to Drill through the Web Console. Example configurations for [Oracle](#Example-Oracle-Configuration), [SQL Server](#Example-SQL-Server-Configuration), [MySQL](#Example-MySQL-Configuration) and [Postgres](#Example-Postgres-Configuration) are provided below.
   
 ## Example: Working with MySQL