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 2015/06/10 00:18:45 UTC

[1/4] drill git commit: Daniel's feedback

Repository: drill
Updated Branches:
  refs/heads/gh-pages f0d5e1cde -> 6fda42323


Daniel's feedback

removed bit about 70 chars format limitation

resolve Daniel's feedback to explain alpha decimal type

DRILL-3078


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

Branch: refs/heads/gh-pages
Commit: 2e6a55fecc48c2eddf54a4ecc673f39f47afd3c4
Parents: 3516a1f
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon Jun 8 10:11:11 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon Jun 8 17:36:08 2015 -0700

----------------------------------------------------------------------
 _data/docs.json                                 | 196 +++++++++++++------
 _docs/getting-started/010-drill-introduction.md |   4 +-
 _docs/img/explorer-connect.png                  | Bin 0 -> 31369 bytes
 _docs/img/explorer-nation-data.png              | Bin 0 -> 96528 bytes
 _docs/img/explorer-schemas.png                  | Bin 0 -> 15580 bytes
 .../010-odbc-configuration-reference.md         |   2 +-
 .../030-configuring-odbc-on-windows.md          |   4 +-
 .../040-testing-the-odbc-connection.md          |   2 +-
 .../010-installing-the-driver-on-linux.md       |  24 +--
 .../020-installing-the-driver-on-mac-os-x.md    |  27 +--
 .../030-installing-the-driver-on-windows.md     |  53 +++--
 .../010-connecting-to-odbc-data-sources.md      |  24 ---
 .../010-drill-explorer-introduction.md          |  25 +++
 .../020-connecting-drill-explorer-to-data.md    |  34 ++++
 .../020-using-drill-explorer-on-windows.md      |  50 -----
 .../030-browsing-data-and-creating-views.md     |  43 ++++
 .../060-querying-the-information-schema.md      |   2 +-
 .../050-aggregate-and-aggregate-statistical.md  |   2 +-
 18 files changed, 309 insertions(+), 183 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_data/docs.json
----------------------------------------------------------------------
diff --git a/_data/docs.json b/_data/docs.json
index 2040589..ff4945b 100644
--- a/_data/docs.json
+++ b/_data/docs.json
@@ -1684,7 +1684,7 @@
             "title": "Connect a Data Source Introduction", 
             "url": "/docs/connect-a-data-source-introduction/"
         }, 
-        "Connecting to ODBC Data Sources": {
+        "Connecting Drill Explorer to Data": {
             "breadcrumbs": [
                 {
                     "title": "Using Drill Explorer", 
@@ -1696,14 +1696,14 @@
                 }
             ], 
             "children": [], 
-            "next_title": "Using Drill Explorer on Windows", 
-            "next_url": "/docs/using-drill-explorer-on-windows/", 
+            "next_title": "Using Drill Explorer to Browse Data", 
+            "next_url": "/docs/using-drill-explorer-to-browse-data/", 
             "parent": "Using Drill Explorer", 
-            "previous_title": "Using Drill Explorer", 
-            "previous_url": "/docs/using-drill-explorer/", 
-            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md", 
-            "title": "Connecting to ODBC Data Sources", 
-            "url": "/docs/connecting-to-odbc-data-sources/"
+            "previous_title": "Drill Explorer Introduction", 
+            "previous_url": "/docs/drill-explorer-introduction/", 
+            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md", 
+            "title": "Connecting Drill Explorer to Data", 
+            "url": "/docs/connecting-drill-explorer-to-data/"
         }, 
         "Contribute to Drill": {
             "breadcrumbs": [
@@ -2785,6 +2785,27 @@
             "title": "Drill Default Input Format", 
             "url": "/docs/drill-default-input-format/"
         }, 
+        "Drill Explorer Introduction": {
+            "breadcrumbs": [
+                {
+                    "title": "Using Drill Explorer", 
+                    "url": "/docs/using-drill-explorer/"
+                }, 
+                {
+                    "title": "ODBC/JDBC Interfaces", 
+                    "url": "/docs/odbc-jdbc-interfaces/"
+                }
+            ], 
+            "children": [], 
+            "next_title": "Connecting Drill Explorer to Data", 
+            "next_url": "/docs/connecting-drill-explorer-to-data/", 
+            "parent": "Using Drill Explorer", 
+            "previous_title": "Using Drill Explorer", 
+            "previous_url": "/docs/using-drill-explorer/", 
+            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md", 
+            "title": "Drill Explorer Introduction", 
+            "url": "/docs/drill-explorer-introduction/"
+        }, 
         "Drill Introduction": {
             "breadcrumbs": [
                 {
@@ -5002,14 +5023,35 @@
                                 }
                             ], 
                             "children": [], 
-                            "next_title": "Using Drill Explorer on Windows", 
-                            "next_url": "/docs/using-drill-explorer-on-windows/", 
+                            "next_title": "Connecting Drill Explorer to Data", 
+                            "next_url": "/docs/connecting-drill-explorer-to-data/", 
                             "parent": "Using Drill Explorer", 
                             "previous_title": "Using Drill Explorer", 
                             "previous_url": "/docs/using-drill-explorer/", 
-                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md", 
-                            "title": "Connecting to ODBC Data Sources", 
-                            "url": "/docs/connecting-to-odbc-data-sources/"
+                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md", 
+                            "title": "Drill Explorer Introduction", 
+                            "url": "/docs/drill-explorer-introduction/"
+                        }, 
+                        {
+                            "breadcrumbs": [
+                                {
+                                    "title": "Using Drill Explorer", 
+                                    "url": "/docs/using-drill-explorer/"
+                                }, 
+                                {
+                                    "title": "ODBC/JDBC Interfaces", 
+                                    "url": "/docs/odbc-jdbc-interfaces/"
+                                }
+                            ], 
+                            "children": [], 
+                            "next_title": "Using Drill Explorer to Browse Data", 
+                            "next_url": "/docs/using-drill-explorer-to-browse-data/", 
+                            "parent": "Using Drill Explorer", 
+                            "previous_title": "Drill Explorer Introduction", 
+                            "previous_url": "/docs/drill-explorer-introduction/", 
+                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md", 
+                            "title": "Connecting Drill Explorer to Data", 
+                            "url": "/docs/connecting-drill-explorer-to-data/"
                         }, 
                         {
                             "breadcrumbs": [
@@ -5026,15 +5068,15 @@
                             "next_title": "Using Drill with BI Tools", 
                             "next_url": "/docs/using-drill-with-bi-tools/", 
                             "parent": "Using Drill Explorer", 
-                            "previous_title": "Connecting to ODBC Data Sources", 
-                            "previous_url": "/docs/connecting-to-odbc-data-sources/", 
-                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-using-drill-explorer-on-windows.md", 
-                            "title": "Using Drill Explorer on Windows", 
-                            "url": "/docs/using-drill-explorer-on-windows/"
+                            "previous_title": "Connecting Drill Explorer to Data", 
+                            "previous_url": "/docs/connecting-drill-explorer-to-data/", 
+                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md", 
+                            "title": "Using Drill Explorer to Browse Data", 
+                            "url": "/docs/using-drill-explorer-to-browse-data/"
                         }
                     ], 
-                    "next_title": "Connecting to ODBC Data Sources", 
-                    "next_url": "/docs/connecting-to-odbc-data-sources/", 
+                    "next_title": "Drill Explorer Introduction", 
+                    "next_url": "/docs/drill-explorer-introduction/", 
                     "parent": "ODBC/JDBC Interfaces", 
                     "previous_title": "Testing the ODBC Connection", 
                     "previous_url": "/docs/testing-the-odbc-connection/", 
@@ -5180,8 +5222,8 @@
                     "next_title": "Using Drill with BI Tools Introduction", 
                     "next_url": "/docs/using-drill-with-bi-tools-introduction/", 
                     "parent": "ODBC/JDBC Interfaces", 
-                    "previous_title": "Using Drill Explorer on Windows", 
-                    "previous_url": "/docs/using-drill-explorer-on-windows/", 
+                    "previous_title": "Using Drill Explorer to Browse Data", 
+                    "previous_url": "/docs/using-drill-explorer-to-browse-data/", 
                     "relative_path": "_docs/odbc-jdbc-interfaces/060-using-drill-with-bi-tools.md", 
                     "title": "Using Drill with BI Tools", 
                     "url": "/docs/using-drill-with-bi-tools/"
@@ -10144,14 +10186,35 @@
                         }
                     ], 
                     "children": [], 
-                    "next_title": "Using Drill Explorer on Windows", 
-                    "next_url": "/docs/using-drill-explorer-on-windows/", 
+                    "next_title": "Connecting Drill Explorer to Data", 
+                    "next_url": "/docs/connecting-drill-explorer-to-data/", 
                     "parent": "Using Drill Explorer", 
                     "previous_title": "Using Drill Explorer", 
                     "previous_url": "/docs/using-drill-explorer/", 
-                    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md", 
-                    "title": "Connecting to ODBC Data Sources", 
-                    "url": "/docs/connecting-to-odbc-data-sources/"
+                    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md", 
+                    "title": "Drill Explorer Introduction", 
+                    "url": "/docs/drill-explorer-introduction/"
+                }, 
+                {
+                    "breadcrumbs": [
+                        {
+                            "title": "Using Drill Explorer", 
+                            "url": "/docs/using-drill-explorer/"
+                        }, 
+                        {
+                            "title": "ODBC/JDBC Interfaces", 
+                            "url": "/docs/odbc-jdbc-interfaces/"
+                        }
+                    ], 
+                    "children": [], 
+                    "next_title": "Using Drill Explorer to Browse Data", 
+                    "next_url": "/docs/using-drill-explorer-to-browse-data/", 
+                    "parent": "Using Drill Explorer", 
+                    "previous_title": "Drill Explorer Introduction", 
+                    "previous_url": "/docs/drill-explorer-introduction/", 
+                    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md", 
+                    "title": "Connecting Drill Explorer to Data", 
+                    "url": "/docs/connecting-drill-explorer-to-data/"
                 }, 
                 {
                     "breadcrumbs": [
@@ -10168,15 +10231,15 @@
                     "next_title": "Using Drill with BI Tools", 
                     "next_url": "/docs/using-drill-with-bi-tools/", 
                     "parent": "Using Drill Explorer", 
-                    "previous_title": "Connecting to ODBC Data Sources", 
-                    "previous_url": "/docs/connecting-to-odbc-data-sources/", 
-                    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-using-drill-explorer-on-windows.md", 
-                    "title": "Using Drill Explorer on Windows", 
-                    "url": "/docs/using-drill-explorer-on-windows/"
+                    "previous_title": "Connecting Drill Explorer to Data", 
+                    "previous_url": "/docs/connecting-drill-explorer-to-data/", 
+                    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md", 
+                    "title": "Using Drill Explorer to Browse Data", 
+                    "url": "/docs/using-drill-explorer-to-browse-data/"
                 }
             ], 
-            "next_title": "Connecting to ODBC Data Sources", 
-            "next_url": "/docs/connecting-to-odbc-data-sources/", 
+            "next_title": "Drill Explorer Introduction", 
+            "next_url": "/docs/drill-explorer-introduction/", 
             "parent": "ODBC/JDBC Interfaces", 
             "previous_title": "Testing the ODBC Connection", 
             "previous_url": "/docs/testing-the-odbc-connection/", 
@@ -10184,7 +10247,7 @@
             "title": "Using Drill Explorer", 
             "url": "/docs/using-drill-explorer/"
         }, 
-        "Using Drill Explorer on Windows": {
+        "Using Drill Explorer to Browse Data": {
             "breadcrumbs": [
                 {
                     "title": "Using Drill Explorer", 
@@ -10199,11 +10262,11 @@
             "next_title": "Using Drill with BI Tools", 
             "next_url": "/docs/using-drill-with-bi-tools/", 
             "parent": "Using Drill Explorer", 
-            "previous_title": "Connecting to ODBC Data Sources", 
-            "previous_url": "/docs/connecting-to-odbc-data-sources/", 
-            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-using-drill-explorer-on-windows.md", 
-            "title": "Using Drill Explorer on Windows", 
-            "url": "/docs/using-drill-explorer-on-windows/"
+            "previous_title": "Connecting Drill Explorer to Data", 
+            "previous_url": "/docs/connecting-drill-explorer-to-data/", 
+            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md", 
+            "title": "Using Drill Explorer to Browse Data", 
+            "url": "/docs/using-drill-explorer-to-browse-data/"
         }, 
         "Using Drill with BI Tools": {
             "breadcrumbs": [
@@ -10343,8 +10406,8 @@
             "next_title": "Using Drill with BI Tools Introduction", 
             "next_url": "/docs/using-drill-with-bi-tools-introduction/", 
             "parent": "ODBC/JDBC Interfaces", 
-            "previous_title": "Using Drill Explorer on Windows", 
-            "previous_url": "/docs/using-drill-explorer-on-windows/", 
+            "previous_title": "Using Drill Explorer to Browse Data", 
+            "previous_url": "/docs/using-drill-explorer-to-browse-data/", 
             "relative_path": "_docs/odbc-jdbc-interfaces/060-using-drill-with-bi-tools.md", 
             "title": "Using Drill with BI Tools", 
             "url": "/docs/using-drill-with-bi-tools/"
@@ -11975,14 +12038,35 @@
                                 }
                             ], 
                             "children": [], 
-                            "next_title": "Using Drill Explorer on Windows", 
-                            "next_url": "/docs/using-drill-explorer-on-windows/", 
+                            "next_title": "Connecting Drill Explorer to Data", 
+                            "next_url": "/docs/connecting-drill-explorer-to-data/", 
                             "parent": "Using Drill Explorer", 
                             "previous_title": "Using Drill Explorer", 
                             "previous_url": "/docs/using-drill-explorer/", 
-                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md", 
-                            "title": "Connecting to ODBC Data Sources", 
-                            "url": "/docs/connecting-to-odbc-data-sources/"
+                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md", 
+                            "title": "Drill Explorer Introduction", 
+                            "url": "/docs/drill-explorer-introduction/"
+                        }, 
+                        {
+                            "breadcrumbs": [
+                                {
+                                    "title": "Using Drill Explorer", 
+                                    "url": "/docs/using-drill-explorer/"
+                                }, 
+                                {
+                                    "title": "ODBC/JDBC Interfaces", 
+                                    "url": "/docs/odbc-jdbc-interfaces/"
+                                }
+                            ], 
+                            "children": [], 
+                            "next_title": "Using Drill Explorer to Browse Data", 
+                            "next_url": "/docs/using-drill-explorer-to-browse-data/", 
+                            "parent": "Using Drill Explorer", 
+                            "previous_title": "Drill Explorer Introduction", 
+                            "previous_url": "/docs/drill-explorer-introduction/", 
+                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md", 
+                            "title": "Connecting Drill Explorer to Data", 
+                            "url": "/docs/connecting-drill-explorer-to-data/"
                         }, 
                         {
                             "breadcrumbs": [
@@ -11999,15 +12083,15 @@
                             "next_title": "Using Drill with BI Tools", 
                             "next_url": "/docs/using-drill-with-bi-tools/", 
                             "parent": "Using Drill Explorer", 
-                            "previous_title": "Connecting to ODBC Data Sources", 
-                            "previous_url": "/docs/connecting-to-odbc-data-sources/", 
-                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-using-drill-explorer-on-windows.md", 
-                            "title": "Using Drill Explorer on Windows", 
-                            "url": "/docs/using-drill-explorer-on-windows/"
+                            "previous_title": "Connecting Drill Explorer to Data", 
+                            "previous_url": "/docs/connecting-drill-explorer-to-data/", 
+                            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md", 
+                            "title": "Using Drill Explorer to Browse Data", 
+                            "url": "/docs/using-drill-explorer-to-browse-data/"
                         }
                     ], 
-                    "next_title": "Connecting to ODBC Data Sources", 
-                    "next_url": "/docs/connecting-to-odbc-data-sources/", 
+                    "next_title": "Drill Explorer Introduction", 
+                    "next_url": "/docs/drill-explorer-introduction/", 
                     "parent": "ODBC/JDBC Interfaces", 
                     "previous_title": "Testing the ODBC Connection", 
                     "previous_url": "/docs/testing-the-odbc-connection/", 
@@ -12153,8 +12237,8 @@
                     "next_title": "Using Drill with BI Tools Introduction", 
                     "next_url": "/docs/using-drill-with-bi-tools-introduction/", 
                     "parent": "ODBC/JDBC Interfaces", 
-                    "previous_title": "Using Drill Explorer on Windows", 
-                    "previous_url": "/docs/using-drill-explorer-on-windows/", 
+                    "previous_title": "Using Drill Explorer to Browse Data", 
+                    "previous_url": "/docs/using-drill-explorer-to-browse-data/", 
                     "relative_path": "_docs/odbc-jdbc-interfaces/060-using-drill-with-bi-tools.md", 
                     "title": "Using Drill with BI Tools", 
                     "url": "/docs/using-drill-with-bi-tools/"

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/getting-started/010-drill-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/getting-started/010-drill-introduction.md b/_docs/getting-started/010-drill-introduction.md
index a71c861..770b5ad 100644
--- a/_docs/getting-started/010-drill-introduction.md
+++ b/_docs/getting-started/010-drill-introduction.md
@@ -14,13 +14,13 @@ with existing Apache Hive and Apache HBase deployments.
 Apache Drill 1.0 offers the following new features:
 
 * Many performance planning and execution [improvements](/docs/performance-tuning-introduction/).
-* Updated [Drill shell]({{site.baseurl}}/docs/configuring-the-drill-shell/#examples-of-configuring-the-drill-shell) and now formats query results having fewer than 70 characters in a column.
+* Updated [Drill shell]({{site.baseurl}}/docs/configuring-the-drill-shell) now formats query results.
 * [Query audit logging]({{site.baseurl}}/docs/getting-query-information/) for getting the query history on a Drillbit.
 * Improved connection handling.
 * New Errors tab in the Query Profiles UI that facilitates troubleshooting and distributed storing of profiles.
 * Support for a new storage plugin input format: [Avro](http://avro.apache.org/docs/current/spec.html)
 
-In this release, Drill disables the DECIMAL data type, including casting to DECIMAL and reading DECIMAL types from Parquet and Hive. To enable the DECIMAL type, set the `planner.enable_decimal_data_type` system option to `true`.
+In this release, Drill disables the DECIMAL data type, including casting to DECIMAL and reading DECIMAL types from Parquet and Hive. You can [enable the DECIMAL type](docs/supported-data-types/#enabling-the-decimal-type), but this is not recommented.
 
 ## Apache Drill Key Features
 

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/img/explorer-connect.png
----------------------------------------------------------------------
diff --git a/_docs/img/explorer-connect.png b/_docs/img/explorer-connect.png
new file mode 100644
index 0000000..b89c8f8
Binary files /dev/null and b/_docs/img/explorer-connect.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/img/explorer-nation-data.png
----------------------------------------------------------------------
diff --git a/_docs/img/explorer-nation-data.png b/_docs/img/explorer-nation-data.png
new file mode 100644
index 0000000..d84cf12
Binary files /dev/null and b/_docs/img/explorer-nation-data.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/img/explorer-schemas.png
----------------------------------------------------------------------
diff --git a/_docs/img/explorer-schemas.png b/_docs/img/explorer-schemas.png
new file mode 100644
index 0000000..4f8ad9f
Binary files /dev/null and b/_docs/img/explorer-schemas.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_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 f2c2afa..bf27f88 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
@@ -76,7 +76,7 @@ driver connected to returns the query results.
 
 ### Schema
 
-The name of a schema, or storage plugin, from the default schema list of the data sources that you have configured to
+The name of a schema, or [storage plugin]({ site.baseurl }}/docs/storage-plugin-registration/), from the default schema list of the data sources that you have configured to
 use with Drill. Queries on other schemas can still be issued by explicitly specifying the schema in the query.
 
 Views that you create using the Drill Explorer do not appear under the schema

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_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 cf5c3d2..562f3b1 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
@@ -45,5 +45,7 @@ version of the ODBC Administrator to create the DSN.
     * Configure [logging options]({{site.baseurl}}/docs/configuring-connections-on-windows/#logging-options) to log types of events.  
 11. Click **OK** to save the DSN.
 
-#### What's Next? Go to [Step 3. Connect to Drill Data Sources from a BI Tool]({{ site.baseurl }}/docs/connecting-to-odbc-data-sources).
+### Next Step
+
+[Connect to Drill Data Sources from a BI Tool]({{ site.baseurl }}/docs/connecting-to-odbc-data-sources).
 

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/odbc-jdbc-interfaces/configuring-odbc/040-testing-the-odbc-connection.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/configuring-odbc/040-testing-the-odbc-connection.md b/_docs/odbc-jdbc-interfaces/configuring-odbc/040-testing-the-odbc-connection.md
index fdea622..1b37721 100644
--- a/_docs/odbc-jdbc-interfaces/configuring-odbc/040-testing-the-odbc-connection.md
+++ b/_docs/odbc-jdbc-interfaces/configuring-odbc/040-testing-the-odbc-connection.md
@@ -20,7 +20,7 @@ To test the ODBC connection Mac OS X, follow these steps.
 3. Click **Test**.  
    The Login for Sample MapR Drill DSN dialog appears.  
    ![]({{ site.baseurl }}/docs/img/odbc-mac2.png)  
-4. If you configured Basic Authentication in the .odbc.ini, enter the user name and password you also configured; otherwise, click OK.  
+4. If you configured Basic Authentication in the `.odbc.ini`, enter the user name and password you also configured; otherwise, click **OK**.  
    The success message appears.  
    ![]({{ site.baseurl }}/docs/img/odbc-mac3.png)  
 

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md
index 67a79fb..f3e111e 100755
--- a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md
+++ b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md
@@ -8,18 +8,15 @@ the version of the driver that matches the architecture of the client
 application that you use to access Drill. The 64-bit editions of Linux support
 32- and 64-bit applications.
 
-To install the MapR Drill ODBC Driver, complete the following steps:
+To install the MapR Drill ODBC Driver, verify that your system meets the [prerequisites] before you start, and then complete the following steps described in detail in this document:
 
-  * Step 1: Downloading the MapR Drill ODBC Driver 
-  * Step 2: Installing the MapR Drill ODBC Driver
-  * Step 3: Setting the LD_LIBRARY_PATH Environment Variable
-
-After you complete the installation steps, complete the steps listed in
-[Configuring ODBC Connections on Linux and Mac OS X]({{ site.baseurl }}/docs/configuring-connections-on-linux-and-mac-os-x).
+  * [Step 1: Download the MapR Drill ODBC Driver]({{site.baseurl}}/docs/installing-the-driver-on-linux/#step-1:-download-the-mapr-drill-odbc-driver) 
+  * [Step 2: Install the MapR Drill ODBC Driver]({{site.baseurl}}/docs/installing-the-driver-on-linux/#step-2:-install-the-mapr-drill-odbc-driver)
+  * [Step 3: Set the LD_LIBRARY_PATH Environment Variable]({{site.baseurl}}/docs/installing-the-driver-on-linux/#step-3:-check-the-mapr-drill-odbc-driver-version)
 
 Verify that your system meets the system requirements before you start.
 
-**System Requirements**
+## System Requirements
 
   * One of the following distributions (32- and 64-bit editions are supported):
     * Red Hat® Enterprise Linux® (RHEL) 5.0/6.0
@@ -38,14 +35,14 @@ If not, create the following entry in `/etc/hosts` for the Drill node(s):
 
 To install the driver, you need Administrator privileges on the computer.
 
-## Step 1: Downloading the MapR Drill ODBC Driver
+## Step 1: Download the MapR Drill ODBC Driver
 
 Click on a link below to download the driver:
 
   * [MapR Drill ODBC Driver (32-bit)](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.0.0.1001/MapRDrillODBC-32bit-1.0.0.i686.rpm)
   * [MapR Drill ODBC Driver (64-bit)](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.0.0.1001/MapRDrillODBC-1.0.0.x86_64.rpm)
 
-## Step 2: Installing the MapR Drill ODBC Driver
+## Step 2: Install the MapR Drill ODBC Driver
 
 To install the driver, complete the following steps:
 
@@ -83,7 +80,7 @@ File| Description
 `/opt/mapr/drillodbc/lib/32 `| 32-bit shared libraries directory.  
 `/opt/mapr/drillodbc/lib/64`| 64-bit shared libraries directory.  
   
-## Step 3: Checking the MapR Drill ODBC Driver version
+## Step 3: Check the MapR Drill ODBC Driver version
 
 To check the version of the driver you installed, use the following command on the terminal command line:
 
@@ -94,8 +91,7 @@ or
 `rpm -qa | grep maprdrillodbc`
 
 
-#### Next Step
+### Next Step
 
-Complete the steps listed in [Configuring ODBC Connections for Linux and Mac
-OS X]({{ site.baseurl }}/docs/configuring-connections-on-linux-and-mac-os-x).
+[Configuring ODBC on Linux and Mac OS X]({{ site.baseurl }}/docs/configuring-connections-on-linux-and-mac-os-x).
 

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md
index 41dfaf0..3bfcb6c 100755
--- a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md
+++ b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md
@@ -5,19 +5,13 @@ parent: "Installing the ODBC Driver"
 Install the MapR Drill ODBC Driver on the machine from which you connect to
 the Drill service.
 
-To install the MapR Drill ODBC Driver, complete the following steps:
+To install the MapR Drill ODBC Driver, verify that your system meets the [prerequisites]({{site.baseurl}}/docs/install-the-driver-on-mac-os-x/#system-requirements) before you start, and then complete the following steps described in detail in this document:
 
-  * [Step 1: Downloading the MapR Drill ODBC Driver]({{site.baseurl}}/docs/installing-the-driver-on-mac-os-x/#step-1:-downloading-the-mapr-drill-odbc-driver) 
-  * [Step 2: Installing the MapR Drill ODBC Driver]({{site.baseurl}}/docs/installing-the-driver-on-mac-os-x/#step-2:-installing-the-mapr-drill-odbc-driver) 
-  * [Step 3: Checking the MapR Drill ODBC Driver Version]({{site.baseurl}}/docs/installing-the-driver-on-mac-os-x/#step-3:-check-the-mapr-drill-odbc-driver-version)
+  * [Step 1: Download the MapR Drill ODBC Driver]({{site.baseurl}}/docs/install-the-driver-on-mac-os-x/#step-1:-download-the-mapr-drill-odbc-driver) 
+  * [Step 2: Install the MapR Drill ODBC Driver]({{site.baseurl}}/docs/install-the-driver-on-mac-os-x/#step-2:-install-the-mapr-drill-odbc-driver) 
+  * [Step 3: Check the MapR Drill ODBC Driver Version]({{site.baseurl}}docs/install-the-driver-on-mac-os-x/#step-3:-check-the-mapr-drill-odbc-driver-version)
 
-After you complete the installation steps, complete the steps listed in
-[Configuring ODBC Connections on Linux and Mac OS X]({{ site.baseurl }}/docs/configuring-connections-on-linux-and-mac-os-x)
-.
-
-Verify that your system meets the following prerequisites before you start.
-
-**System Requirements**
+## System Requirements
 
   * Mac OS X version 10.6.8 or later  
   * 100 MB of available disk space  
@@ -31,7 +25,7 @@ To install the driver, you need Administrator privileges on the computer.
 
 ----------
 
-## Step 1: Downloading the MapR Drill ODBC Driver
+## Step 1: Download the MapR Drill ODBC Driver
 
 Click the following link to download the driver:  
 
@@ -39,7 +33,7 @@ Click the following link to download the driver:
 
 ----------
 
-## Step 2: Installing the MapR Drill ODBC Driver
+## Step 2: Install the MapR Drill ODBC Driver
 
 To install the driver, complete the following steps:
 
@@ -54,7 +48,7 @@ To install the driver, complete the following steps:
   * `/opt/mapr/drillodbc/Setup` – Sample configuration files directory
   * `/opt/mapr/drillodbc/lib/universal` – Binaries directory
 
-## Step 3: Checking the MapR Drill ODBC Driver version
+## Step 3: Check the MapR Drill ODBC Driver version
 
 To check the version of the driver you installed, use the following command on the terminal command line:
 
@@ -65,7 +59,6 @@ To check the version of the driver you installed, use the following command on t
     location: 
     install-time: 1433465518
 
-#### Next Step
+### Next Step
 
-Complete the steps listed in [Configuring ODBC Connections for Linux and Mac
-OS X]({{ site.baseurl }}/docs/configuring-connections-on-linux-and-mac-os-x).
+[Configuring ODBC on Linux and Mac OS X]({{ site.baseurl }}/docs/configuring-odbc-on-linux-mac-os-x/).

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_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 738ff49..eb44847 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
@@ -4,7 +4,13 @@ parent: "Installing the ODBC Driver"
 ---
 The MapR Drill ODBC Driver installer is available for 32-bit and 64-bit
 applications on Windows. Both versions of the driver can be installed on a 64-bit
-machine.
+machine. 
+
+To install the MapR Drill ODBC Driver, verify that your system meets the [prerequisites] before you start, and then complete the following steps described in detail in this document:
+
+* [Step 1: Download the MapR Drill ODBC Driver]({{site.baseurl}}/docs/installing-the-driver-on-windows/#step-1:-download-the-mapr-drill-odbc-driver)
+* [Step 2: Install the MapR Drill ODBC Driver]({{site.baseurl}}/docs/installing-the-driver-on-windows/#step-2:-install-the-mapr-drill-odbc-driver)
+* [Step 3: Verify the installation]({{site.baseurl}}/docs/installing-the-driver-on-windows/#step-3:-verify-the-installation)
 
 ##  System Requirements
 
@@ -25,18 +31,34 @@ requirements:
 
 To install the driver, you need Administrator privileges on the computer.
 
-## Installing the Driver
+----------
+
+## Step 1: Download the MapR Drill ODBC Driver
+
+Download the installer that corresponds to the bitness of the client application from which you want to create an ODBC connection:
+
+* [MapR Drill ODBC Driver (32-bit)](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.0.0.1001/MapRDrillODBC32.msi)  
+* [MapR Drill ODBC Driver (64-bit)](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.0.0.1001/MapRDrillODBC64.msi)
+
+----------
+
+## Step 2: Install the MapR Drill ODBC Driver
+
+1. Double-click the installer from the location where you downloaded it.
+2. Click **Next.**
+3. Select the check box to accept the terms of the License Agreement and click **Next**.
+4. Verify or change the install location. Then, click **Next**.
+5. Click **Install**.
+6. When the installation completes, click **Finish**.
+
+----------
+
+## Step 3: Verify the installation
+
+To verify the installation, perform the following steps:
 
-  1. Download the installer that corresponds to the bitness of the client application from which you want to create an ODBC connection:
-     * [MapR Drill ODBC Driver (32-bit)](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.0.0.1001/MapRDrillODBC32.msi)
-     * [MapR Drill ODBC Driver (64-bit)](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.0.0.1001/MapRDrillODBC64.msi)
-  2. Double-click the installer from the location where you downloaded it.
-  3. Click **Next.**
-  4. Select the check box to accept the terms of the License Agreement and click **Next**.
-  5. Verify or change the install location. Then, click **Next**.
-  6. Click **Install**.
-  7. When the installation completes, click **Finish**.
-  8. To verify the installation, click **Start > All Programs > MapR Drill ODBC Driver 1.0 (32|64-bit) > (32|64-bit) ODBC Administrator**. Then, click the **Drivers** tab and verify that the MapR Drill ODBC Driver appears in the list of drivers that are installed on the computer.
+1. Click **Start > All Programs > MapR Drill ODBC Driver 1.0 (32|64-bit) > (32|64-bit) ODBC Administrator**. 
+2. Click the **Drivers** tab and verify that the MapR Drill ODBC Driver appears in the list of drivers that are installed on the computer.
 
 ## The Tableau Data-connection Customization (TDC) File
 
@@ -48,11 +70,12 @@ The MapR Drill ODBC driver installer automatically installs the TDC file if the
 
 **To install the MapRDrillODBC.TDC file manually:**
 
-  1. Click **Start > All Programs > MapR Drill ODBC Driver <version> (32|64-bit) > Install Tableau TDC File**. 
-  2. When the installation completes, press any key to continue.   
+1. Click **Start > All Programs > MapR Drill ODBC Driver <version> (32|64-bit) > Install Tableau TDC File**. 
+2. When the installation completes, press any key to continue.   
 For example, you can press the SPACEBAR key.
 
 If the installation of the TDC file fails, this is likely due to your Tableau repository being in location other than the default one.  In this case, manually copy the My Tableau Repository to C:\Users\<user>\Documents\My Tableau Repository. Repeat the procedure to install the MapRDrillODBC.TDC file manually.
 
 
-#### What's Next? Go to [Step 2. Configure ODBC Connections to Drill Data Sources]({{ site.baseurl }}/docs/configuring-connections-on-windows).
+### Next Step 
+[Configuring ODBC on Windows]({{ site.baseurl }}/docs/configuring-odbc-on-windows).

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md b/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md
deleted file mode 100644
index abb5f40..0000000
--- a/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "Connecting to ODBC Data Sources"
-parent: "Using Drill Explorer"
----
-
-Typically, you use Drill Explorer to explore data or to
-create a view before you connect to the data from a BI tool. In an ODBC-compliant BI tool, use the ODBC DSN to create an ODBC connection
-with one of the methods applicable to the data source type. 
-
-To connect Drill to a Hive data source, follow these steps:
-
-1. Connect to a Hive table.
-2. Use Drill Explorer to create a view.
-3. Connect to the view as if it were a table.
-
-To connect Drill to an HBase, Parquet, JSON, CSV, or TSV, follow these steps:
-
-1. Use Drill Explorer to create a view.
-2. Use ODBC to connect to the view as if it were a table.
-3. Use Drill Explorer to query the table.
- 
-{% include startnote.html %}The default schema that you configure in the DSN may or may not carry over to an application’s data source connections. You may need to re-select the schema.{% include endnote.html %}
-
-

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md b/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md
new file mode 100644
index 0000000..5dea097
--- /dev/null
+++ b/_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md
@@ -0,0 +1,25 @@
+---
+title: "Drill Explorer Introduction"
+parent: "Using Drill Explorer"
+---
+
+Drill Explorer is a user interface for browsing Drill data
+sources, previewing the results of a SQL query, and creating a view. Typically, you use Drill Explorer to explore data or to
+create a view before you connect to the data from a BI tool. For example, before designing a report using a BI reporting tool, use Drill Explorer to familiarize yourself with the data. In an ODBC-compliant BI tool, use the ODBC DSN to create an ODBC connection
+with one of the methods applicable to the data source type. 
+
+To connect Drill to a Hive data source, follow these steps:
+
+1. Connect to a Hive table.
+2. Use Drill Explorer to create a view.
+3. Connect to the view as if it were a table.
+
+To connect Drill to an HBase, Parquet, JSON, CSV, or TSV, follow these steps:
+
+1. Use Drill Explorer to create a view.
+2. Use ODBC to connect to the view as if it were a table.
+3. Use Drill Explorer to query the table.
+ 
+{% include startnote.html %}The default schema that you configure in the DSN may or may not carry over to an application’s data source connections. You may need to re-select the schema.{% include endnote.html %}
+
+

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md b/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md
new file mode 100644
index 0000000..b5257e0
--- /dev/null
+++ b/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md
@@ -0,0 +1,34 @@
+---
+title: "Connecting Drill Explorer to Data"
+parent: "Using Drill Explorer"
+---
+The way you start Drill Explorer differs depending on your platform, but regardless of the platform, Drill must be running. On a single-node, embedded Drill cluster, start the Drill shell. On a distributed Drill cluster, start the Drillbit.
+
+## Connecting Drill Explorer to Data on Mac OS X
+
+1. On a node that is running Drill, go to the `/Applications` directory, and run the Drill Explorer app.  
+   The Drill Explorer console appears.  
+2. Click **Connect** on the console.  
+   The Drill Explorer dialog appears.  
+   ![sample mapr drill dsn]({{ site.baseurl }}/docs/img/explorer-connect.png)
+3. If you connect through a DSN, on the ODBC DSN tab, select the name of the DSN you configured. For example, select Sample MapR Drill DSN.  
+   Alternatively, if you use a DSN-less connection, on the Advanced tab, type a connection string in the text box. For example, type the following connection string:  
+         DRIVER=MapR Drill ODBC Driver;AdvancedProperties={HandshakeTimeout=0;QueryTimeout=0;TimestampTZDisplayTimezone=utc;ExcludedSchemas=sys, INFORMATION_SCHEMA;};Catalog=DRILL;Schema=;ConnectionType=ZooKeeper;ZKQuorum=192.168.39.43:5181;ZKClusterID=drillbits1
+5. If you set the [AuthenticationType property]({{ site.baseurl }}/docs/odbc-configuration-reference/#configuration-options) to Basic Authentication, which enables impersonation, respond to the prompt for a user name and password.
+4. Click **Connect** in the dialog.  
+   In the Schemas panel, the [schema]({{ site.baseurl }}/docs/odbc-configuration-reference/#schema) for the connected data source appear. For example, the default schema is `dfs`, which points to the local file system on your machine.  
+   ![explorer schemas]({{ site.baseurl }}/docs/img/explorer-schemas.png) 
+
+## Starting Drill Explorer on Windows
+
+1. To launch the ODBC Administrator, click **Start > All Programs > MapR Drill ODBC Driver 1.0 (32|64-bit) > (32|64-bit) ODBC Administrator**.
+2. Click the **User DSN** tab or the **System DSN** tab and then select the DSN that corresponds to the Drill data source that you want to explore.
+3. Click **Configure**.  
+   The _MapR Drill ODBC Driver DSN Setup_ dialog appears.
+4. Click **Drill Explorer**.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-using-drill-explorer-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-using-drill-explorer-on-windows.md b/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-using-drill-explorer-on-windows.md
deleted file mode 100644
index ffd0a4b..0000000
--- a/_docs/odbc-jdbc-interfaces/using-drill-explorer/020-using-drill-explorer-on-windows.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: "Using Drill Explorer on Windows"
-parent: "Using Drill Explorer"
----
-Drill Explorer is a simple user interface that is embedded within the ODBC
-DSN. Drill Explorer enables users to understand the metadata and data before
-visualizing the data in a BI tool. Use Drill Explorer to browse Drill data
-sources, preview the results of a SQL query, and create a view that you can
-query.
-
-The Browse tab of Drill Explorer allows you to view metadata for each schema
-that you can access with Drill. The SQL tab allows you to preview the results
-of custom queries and save the results as a view.
-
-**To Browse Data:**
-
-  1. To launch the ODBC Administrator, click
-     **Start > All Programs > MapR Drill ODBC Driver 1.0 (32|64-bit) > (32|64-bit) ODBC Administrator**.
-  2. Click the **User DSN** tab or the **System DSN** tab and then select the DSN that corresponds to the Drill data source that you want to explore.
-  3. Click **Configure**.  
-     The _MapR Drill ODBC Driver DSN Setup_ dialog appears.
-  4. Click **Drill Explorer**.
-  5. In the **Schemas** section on the **Browse** tab, navigate to the the data source that you want to explore.
-
-**To Create a View**:
-
-  1. To launch the ODBC Administrator, click **Start > All Programs > MapR Drill ODBC Driver 1.0 (32|64-bit) > (32|64-bit) ODBC Administrator**.
-  2. Click the **User DSN** tab or the **System DSN** tab and then select the DSN that corresponds to the Drill data source that you want to explore.
-  3. Click **Configure**.  
-     The _MapR Drill ODBC Driver DSN Setup_ dialog appears.
-  4. Click **Drill Explorer**.
-  5. In the **Schemas** section on the **Browse** tab, navigate to the the data source that you want to create a view for.  
-     After you select a data souce, the metadata and data displays on the Browse tab and the SQL that is used to access the data displays on the SQL tab.
-  6. Click the **SQL** tab.
-  7. In the **View Definition SQL** field, enter the SQL query that you want to create a view for.
-  8. Click **Preview**.   
-      If the results are not as expected, you can edit the SQL query and click
-Preview again.
-  9. Click **Create As**.  
-     The _Create As_ dialog displays.
-  10. In the **Schema** field, select the schema where you want to save the view.
-      You can save views only to file-based schemas.
-  11. In the **View Name** field, enter a descriptive name for the view.
-      Do not include spaces in the view name.
-  12. Click **Save**.   
-      The status and any error message associated with the view creation displays in
-the Create As dialog. When a view saves successfully, the Save button changes
-to a Close button.
-  13. Click **Close**.
-

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md b/_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md
new file mode 100644
index 0000000..2151a3f
--- /dev/null
+++ b/_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md
@@ -0,0 +1,43 @@
+---
+title: "Using Drill Explorer to Browse Data"
+parent: "Using Drill Explorer"
+---
+After connecting Drill Explorer to data, the Browse and SQL tab appear on the right side of the console. On the Browse tab, you view any metadata that might exist for a schema that you access with Drill. On the SQL tab, you preview the results
+of custom queries and save the results as a view.
+
+## Browsing Data
+
+You can browse files and directories if you have permission to read them. The following example shows how browse Drill sample data.
+
+1. Start Drill if necessary.  
+2. Check that the Schema property in the `.odbc.ini` is blank, which puts the default `dfs` schema into effect.  
+3. Start Drill Explorer and connect to the sample DSN.  
+4. In the **Schemas** section of Drill Explorer, on the **Browse** tab, navigate to the ` Drill installation directory, to the `sample-data` directory. Click `nation.parquet`.  
+   ![nation parquet]({{ site.baseurl }}/docs/img/explorer-nation-data.png) 
+
+
+## Creating a View
+
+1. Start Drill if necessary.  
+2. Check that the Schema property in the .odbc.ini is blank, which puts the default `dfs`schema into effect.  
+3. Start Drill Explorer and connect to the sample DSN.  
+4. In the **Schemas** section on the **Browse** tab, navigate to the the data source that you want to create a view for.  
+   After you select a data souce, the metadata and data displays on the Browse tab and the SQL that is used to access the data displays on the SQL tab.  
+5. Click the **SQL** tab.  
+6. In the **View Definition SQL** field, enter the SQL query that you want to create a view for.  
+7. Click **Preview**.   
+   If the results are not as expected, you can edit the SQL query and click
+Preview again.  
+8. Click **Create As**.  
+   The _Create As_ dialog displays.  
+9. In the **Schema** field, select the schema where you want to save the view.  
+   You can save views only to file-based schemas.  
+10. In the **View Name** field, enter a descriptive name for the view.  
+    Do not include spaces in the view name.  
+11. Click **Save**.   
+    The status and any error message associated with the view creation displays in
+the Create As dialog. When a view saves successfully, the Save button changes
+to a Close button.  
+12. Click **Close**.
+
+

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/query-data/060-querying-the-information-schema.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/060-querying-the-information-schema.md b/_docs/query-data/060-querying-the-information-schema.md
index 7d18120..43d58e5 100644
--- a/_docs/query-data/060-querying-the-information-schema.md
+++ b/_docs/query-data/060-querying-the-information-schema.md
@@ -107,4 +107,4 @@ of those columns:
     | OrderTotal  | Decimal    |
     +-------------+------------+
 
-In this release, Drill disables the DECIMAL data type, including casting to DECIMAL and reading DECIMAL types from Parquet and Hive. [Enable the DECIMAL data type]({{site.baseurl}}/docs/supported-data-types#enabling-the-decimal-type) if performance is not an issue.
\ No newline at end of file
+In this release, Drill disables the DECIMAL data type, including casting to DECIMAL and reading DECIMAL types from Parquet and Hive. You can [enable the DECIMAL type](docs/supported-data-types/#enabling-the-decimal-type), but this is not recommented.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill/blob/2e6a55fe/_docs/sql-reference/sql-functions/050-aggregate-and-aggregate-statistical.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-functions/050-aggregate-and-aggregate-statistical.md b/_docs/sql-reference/sql-functions/050-aggregate-and-aggregate-statistical.md
index ff1305d..b57743b 100644
--- a/_docs/sql-reference/sql-functions/050-aggregate-and-aggregate-statistical.md
+++ b/_docs/sql-reference/sql-functions/050-aggregate-and-aggregate-statistical.md
@@ -17,7 +17,7 @@ MAX(expression)| BINARY, DECIMAL, VARCHAR, DATE, TIME, or TIMESTAMP| same as arg
 MIN(expression)| BINARY, DECIMAL, VARCHAR, DATE, TIME, or TIMESTAMP| same as argument type
 SUM(expression)| SMALLINT, INTEGER, BIGINT, FLOAT, DOUBLE, DECIMAL, INTERVALDAY, or INTERVALYEAR| BIGINT for SMALLINT or INTEGER arguments, DECIMAL for BIGINT arguments, DOUBLE for floating-point arguments, otherwise the same as the argument data type
 
-\* In this release, Drill disables the DECIMAL data type, including casting to DECIMAL and reading DECIMAL types from Parquet and Hive. [Enable the DECIMAL data type]({{site.baseurl}}/docs/supported-data-types#enabling-the-decimal-type)) if performance is not an issue.
+\* In this release, Drill disables the DECIMAL data type, including casting to DECIMAL and reading DECIMAL types from Parquet and Hive. You can [enable the DECIMAL type](docs/supported-data-types/#enabling-the-decimal-type), but this is not recommented.
 
 MIN, MAX, COUNT, AVG, and SUM accept ALL and DISTINCT keywords. The default is ALL.
 


[2/4] drill git commit: Revert "commit docs.json updated version"

Posted by br...@apache.org.
http://git-wip-us.apache.org/repos/asf/drill/blob/4f72bc38/_data/docs.json
----------------------------------------------------------------------
diff --git a/_data/docs.json b/_data/docs.json
index 91a367b..2040589 100644
--- a/_data/docs.json
+++ b/_data/docs.json
@@ -1,14843 +1,14843 @@
-{
-    "by_title": {
-        "2014 Q1 Drill Report": {
-            "breadcrumbs": [
-                {
-                    "title": "Progress Reports", 
-                    "url": "/docs/progress-reports/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Project Bylaws", 
-            "next_url": "/docs/project-bylaws/", 
-            "parent": "Progress Reports", 
-            "previous_title": "Progress Reports", 
-            "previous_url": "/docs/progress-reports/", 
-            "relative_path": "_docs/progress-reports/001-2014-q1.md", 
-            "title": "2014 Q1 Drill Report", 
-            "url": "/docs/2014-q1-drill-report/"
-        }, 
-        "ALTER SESSION": {
-            "breadcrumbs": [
-                {
-                    "title": "SQL Commands", 
-                    "url": "/docs/sql-commands/"
-                }, 
-                {
-                    "title": "SQL Reference", 
-                    "url": "/docs/sql-reference/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "ALTER SYSTEM", 
-            "next_url": "/docs/alter-system/", 
-            "parent": "SQL Commands", 
-            "previous_title": "Supported SQL Commands", 
-            "previous_url": "/docs/supported-sql-commands/", 
-            "relative_path": "_docs/sql-reference/sql-commands/010-alter-session.md", 
-            "title": "ALTER SESSION", 
-            "url": "/docs/alter-session/"
-        }, 
-        "ALTER SYSTEM": {
-            "breadcrumbs": [
-                {
-                    "title": "SQL Commands", 
-                    "url": "/docs/sql-commands/"
-                }, 
-                {
-                    "title": "SQL Reference", 
-                    "url": "/docs/sql-reference/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "CREATE TABLE AS (CTAS)", 
-            "next_url": "/docs/create-table-as-ctas/", 
-            "parent": "SQL Commands", 
-            "previous_title": "ALTER SESSION", 
-            "previous_url": "/docs/alter-session/", 
-            "relative_path": "_docs/sql-reference/sql-commands/020-alter-system.md", 
-            "title": "ALTER SYSTEM", 
-            "url": "/docs/alter-system/"
-        }, 
-        "AOL Search": {
-            "breadcrumbs": [
-                {
-                    "title": "Sample Datasets", 
-                    "url": "/docs/sample-datasets/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Enron Emails", 
-            "next_url": "/docs/enron-emails/", 
-            "parent": "Sample Datasets", 
-            "previous_title": "Sample Datasets", 
-            "previous_url": "/docs/sample-datasets/", 
-            "relative_path": "_docs/sample-datasets/001-aol.md", 
-            "title": "AOL Search", 
-            "url": "/docs/aol-search/"
-        }, 
-        "About SQL Function Examples": {
-            "breadcrumbs": [
-                {
-                    "title": "SQL Functions", 
-                    "url": "/docs/sql-functions/"
-                }, 
-                {
-                    "title": "SQL Reference", 
-                    "url": "/docs/sql-reference/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Math and Trig", 
-            "next_url": "/docs/math-and-trig/", 
-            "parent": "SQL Functions", 
-            "previous_title": "SQL Functions", 
-            "previous_url": "/docs/sql-functions/", 
-            "relative_path": "_docs/sql-reference/sql-functions/005-about-sql-function-examples.md", 
-            "title": "About SQL Function Examples", 
-            "url": "/docs/about-sql-function-examples/"
-        }, 
-        "About the MapR Sandbox": {
-            "breadcrumbs": [
-                {
-                    "title": "Learn Drill with the MapR Sandbox", 
-                    "url": "/docs/learn-drill-with-the-mapr-sandbox/"
-                }, 
-                {
-                    "title": "Tutorials", 
-                    "url": "/docs/tutorials/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Installing the Apache Drill Sandbox", 
-            "next_url": "/docs/installing-the-apache-drill-sandbox/", 
-            "parent": "Learn Drill with the MapR Sandbox", 
-            "previous_title": "Learn Drill with the MapR Sandbox", 
-            "previous_url": "/docs/learn-drill-with-the-mapr-sandbox/", 
-            "relative_path": "_docs/tutorials/learn-drill-with-the-mapr-sandbox/005-about-the-mapr-sandbox.md", 
-            "title": "About the MapR Sandbox", 
-            "url": "/docs/about-the-mapr-sandbox/"
-        }, 
-        "Adding Custom Functions to Drill": {
-            "breadcrumbs": [
-                {
-                    "title": "Develop Custom Functions", 
-                    "url": "/docs/develop-custom-functions/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Using Custom Functions in Queries", 
-            "next_url": "/docs/using-custom-functions-in-queries/", 
-            "parent": "Develop Custom Functions", 
-            "previous_title": "Developing an Aggregate Function", 
-            "previous_url": "/docs/developing-an-aggregate-function/", 
-            "relative_path": "_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md", 
-            "title": "Adding Custom Functions to Drill", 
-            "url": "/docs/adding-custom-functions-to-drill/"
-        }, 
-        "Aggregate and Aggregate Statistical": {
-            "breadcrumbs": [
-                {
-                    "title": "SQL Functions", 
-                    "url": "/docs/sql-functions/"
-                }, 
-                {
-                    "title": "SQL Reference", 
-                    "url": "/docs/sql-reference/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Functions for Handling Nulls", 
-            "next_url": "/docs/functions-for-handling-nulls/", 
-            "parent": "SQL Functions", 
-            "previous_title": "String Manipulation", 
-            "previous_url": "/docs/string-manipulation/", 
-            "relative_path": "_docs/sql-reference/sql-functions/050-aggregate-and-aggregate-statistical.md", 
-            "title": "Aggregate and Aggregate Statistical", 
-            "url": "/docs/aggregate-and-aggregate-statistical/"
-        }, 
-        "Analyzing Highly Dynamic Datasets": {
-            "breadcrumbs": [
-                {
-                    "title": "Tutorials", 
-                    "url": "/docs/tutorials/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Analyzing Social Media", 
-            "next_url": "/docs/analyzing-social-media/", 
-            "parent": "Tutorials", 
-            "previous_title": "Summary", 
-            "previous_url": "/docs/summary/", 
-            "relative_path": "_docs/tutorials/050-analyzing-highly-dynamic-datasets.md", 
-            "title": "Analyzing Highly Dynamic Datasets", 
-            "url": "/docs/analyzing-highly-dynamic-datasets/"
-        }, 
-        "Analyzing Social Media": {
-            "breadcrumbs": [
-                {
-                    "title": "Tutorials", 
-                    "url": "/docs/tutorials/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Install Drill", 
-            "next_url": "/docs/install-drill/", 
-            "parent": "Tutorials", 
-            "previous_title": "Analyzing Highly Dynamic Datasets", 
-            "previous_url": "/docs/analyzing-highly-dynamic-datasets/", 
-            "relative_path": "_docs/tutorials/060-analyzing-social-media.md", 
-            "title": "Analyzing Social Media", 
-            "url": "/docs/analyzing-social-media/"
-        }, 
-        "Analyzing the Yelp Academic Dataset": {
-            "breadcrumbs": [
-                {
-                    "title": "Tutorials", 
-                    "url": "/docs/tutorials/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Learn Drill with the MapR Sandbox", 
-            "next_url": "/docs/learn-drill-with-the-mapr-sandbox/", 
-            "parent": "Tutorials", 
-            "previous_title": "Drill in 10 Minutes", 
-            "previous_url": "/docs/drill-in-10-minutes/", 
-            "relative_path": "_docs/tutorials/030-analyzing-the-yelp-academic-dataset.md", 
-            "title": "Analyzing the Yelp Academic Dataset", 
-            "url": "/docs/analyzing-the-yelp-academic-dataset/"
-        }, 
-        "Apache Drill 0.4.0 Release Notes": {
-            "breadcrumbs": [
-                {
-                    "title": "Release Notes", 
-                    "url": "/docs/release-notes/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Apache Drill M1 Release Notes (Apache Drill Alpha)", 
-            "next_url": "/docs/apache-drill-m1-release-notes-apache-drill-alpha/", 
-            "parent": "Release Notes", 
-            "previous_title": "Apache Drill 0.5.0 Release Notes", 
-            "previous_url": "/docs/apache-drill-0-5-0-release-notes/", 
-            "relative_path": "_docs/rn/020-0.4.0rn.md", 
-            "title": "Apache Drill 0.4.0 Release Notes", 
-            "url": "/docs/apache-drill-0-4-0-release-notes/"
-        }, 
-        "Apache Drill 0.5.0 Release Notes": {
-            "breadcrumbs": [
-                {
-                    "title": "Release Notes", 
-                    "url": "/docs/release-notes/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Apache Drill 0.4.0 Release Notes", 
-            "next_url": "/docs/apache-drill-0-4-0-release-notes/", 
-            "parent": "Release Notes", 
-            "previous_title": "Release Notes", 
-            "previous_url": "/docs/release-notes/", 
-            "relative_path": "_docs/rn/010-0.5.0rn.md", 
-            "title": "Apache Drill 0.5.0 Release Notes", 
-            "url": "/docs/apache-drill-0-5-0-release-notes/"
-        }, 
-        "Apache Drill 0.6.0 Release Notes": {
-            "breadcrumbs": [
-                {
-                    "title": "Release Notes", 
-                    "url": "/docs/release-notes/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Apache Drill 0.7.0 Release Notes", 
-            "next_url": "/docs/apache-drill-0-7-0-release-notes/", 
-            "parent": "Release Notes", 
-            "previous_title": "Apache Drill M1 Release Notes (Apache Drill Alpha)", 
-            "previous_url": "/docs/apache-drill-m1-release-notes-apache-drill-alpha/", 
-            "relative_path": "_docs/rn/040-0.6.0-rn.md", 
-            "title": "Apache Drill 0.6.0 Release Notes", 
-            "url": "/docs/apache-drill-0-6-0-release-notes/"
-        }, 
-        "Apache Drill 0.7.0 Release Notes": {
-            "breadcrumbs": [
-                {
-                    "title": "Release Notes", 
-                    "url": "/docs/release-notes/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Apache Drill 0.8.0 Release Notes", 
-            "next_url": "/docs/apache-drill-0-8-0-release-notes/", 
-            "parent": "Release Notes", 
-            "previous_title": "Apache Drill 0.6.0 Release Notes", 
-            "previous_url": "/docs/apache-drill-0-6-0-release-notes/", 
-            "relative_path": "_docs/rn/050-0.7.0-rn.md", 
-            "title": "Apache Drill 0.7.0 Release Notes", 
-            "url": "/docs/apache-drill-0-7-0-release-notes/"
-        }, 
-        "Apache Drill 0.8.0 Release Notes": {
-            "breadcrumbs": [
-                {
-                    "title": "Release Notes", 
-                    "url": "/docs/release-notes/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Apache Drill 0.9.0 Release Notes", 
-            "next_url": "/docs/apache-drill-0-9-0-release-notes/", 
-            "parent": "Release Notes", 
-            "previous_title": "Apache Drill 0.7.0 Release Notes", 
-            "previous_url": "/docs/apache-drill-0-7-0-release-notes/", 
-            "relative_path": "_docs/rn/060-0.8.0-rn.md", 
-            "title": "Apache Drill 0.8.0 Release Notes", 
-            "url": "/docs/apache-drill-0-8-0-release-notes/"
-        }, 
-        "Apache Drill 0.9.0 Release Notes": {
-            "breadcrumbs": [
-                {
-                    "title": "Release Notes", 
-                    "url": "/docs/release-notes/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Apache Drill 1.0.0 Release Notes", 
-            "next_url": "/docs/apache-drill-1-0-0-release-notes/", 
-            "parent": "Release Notes", 
-            "previous_title": "Apache Drill 0.8.0 Release Notes", 
-            "previous_url": "/docs/apache-drill-0-8-0-release-notes/", 
-            "relative_path": "_docs/rn/070-0.9.0-rn copy.md", 
-            "title": "Apache Drill 0.9.0 Release Notes", 
-            "url": "/docs/apache-drill-0-9-0-release-notes/"
-        }, 
-        "Apache Drill 1.0.0 Release Notes": {
-            "breadcrumbs": [
-                {
-                    "title": "Release Notes", 
-                    "url": "/docs/release-notes/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Sample Datasets", 
-            "next_url": "/docs/sample-datasets/", 
-            "parent": "Release Notes", 
-            "previous_title": "Apache Drill 0.9.0 Release Notes", 
-            "previous_url": "/docs/apache-drill-0-9-0-release-notes/", 
-            "relative_path": "_docs/rn/080-1.0.0-rn.md", 
-            "title": "Apache Drill 1.0.0 Release Notes", 
-            "url": "/docs/apache-drill-1-0-0-release-notes/"
-        }, 
-        "Apache Drill Contribution Guidelines": {
-            "breadcrumbs": [
-                {
-                    "title": "Contribute to Drill", 
-                    "url": "/docs/contribute-to-drill/"
-                }, 
-                {
-                    "title": "Developer Information", 
-                    "url": "/docs/developer-information/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Apache Drill Contribution Ideas", 
-            "next_url": "/docs/apache-drill-contribution-ideas/", 
-            "parent": "Contribute to Drill", 
-            "previous_title": "Contribute to Drill", 
-            "previous_url": "/docs/contribute-to-drill/", 
-            "relative_path": "_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md", 
-            "title": "Apache Drill Contribution Guidelines", 
-            "url": "/docs/apache-drill-contribution-guidelines/"
-        }, 
-        "Apache Drill Contribution Ideas": {
-            "breadcrumbs": [
-                {
-                    "title": "Contribute to Drill", 
-                    "url": "/docs/contribute-to-drill/"
-                }, 
-                {
-                    "title": "Developer Information", 
-                    "url": "/docs/developer-information/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Design Docs", 
-            "next_url": "/docs/design-docs/", 
-            "parent": "Contribute to Drill", 
-            "previous_title": "Apache Drill Contribution Guidelines", 
-            "previous_url": "/docs/apache-drill-contribution-guidelines/", 
-            "relative_path": "_docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md", 
-            "title": "Apache Drill Contribution Ideas", 
-            "url": "/docs/apache-drill-contribution-ideas/"
-        }, 
-        "Apache Drill M1 Release Notes (Apache Drill Alpha)": {
-            "breadcrumbs": [
-                {
-                    "title": "Release Notes", 
-                    "url": "/docs/release-notes/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Apache Drill 0.6.0 Release Notes", 
-            "next_url": "/docs/apache-drill-0-6-0-release-notes/", 
-            "parent": "Release Notes", 
-            "previous_title": "Apache Drill M1 Release Notes (Apache Drill Alpha)", 
-            "previous_url": "/docs/apache-drill-m1-release-notes-apache-drill-alpha/", 
-            "relative_path": "_docs/rn/030-m1-alpha-rn.md", 
-            "title": "Apache Drill M1 Release Notes (Apache Drill Alpha)", 
-            "url": "/docs/apache-drill-m1-release-notes-apache-drill-alpha/"
-        }, 
-        "Architecture": {
-            "breadcrumbs": [], 
-            "children": [
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Architecture", 
-                            "url": "/docs/architecture/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Drill Query Execution", 
-                    "next_url": "/docs/drill-query-execution/", 
-                    "parent": "Architecture", 
-                    "previous_title": "Architecture", 
-                    "previous_url": "/docs/architecture/", 
-                    "relative_path": "_docs/architecture/010-architecture-introduction.md", 
-                    "title": "Architecture Introduction", 
-                    "url": "/docs/architecture-introduction/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Architecture", 
-                            "url": "/docs/architecture/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Core Modules", 
-                    "next_url": "/docs/core-modules/", 
-                    "parent": "Architecture", 
-                    "previous_title": "Architecture Introduction", 
-                    "previous_url": "/docs/architecture-introduction/", 
-                    "relative_path": "_docs/architecture/015-drill-query-execution.md", 
-                    "title": "Drill Query Execution", 
-                    "url": "/docs/drill-query-execution/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Architecture", 
-                            "url": "/docs/architecture/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Performance", 
-                    "next_url": "/docs/performance/", 
-                    "parent": "Architecture", 
-                    "previous_title": "Drill Query Execution", 
-                    "previous_url": "/docs/drill-query-execution/", 
-                    "relative_path": "_docs/architecture/020-core-modules.md", 
-                    "title": "Core Modules", 
-                    "url": "/docs/core-modules/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Architecture", 
-                            "url": "/docs/architecture/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Tutorials", 
-                    "next_url": "/docs/tutorials/", 
-                    "parent": "Architecture", 
-                    "previous_title": "Core Modules", 
-                    "previous_url": "/docs/core-modules/", 
-                    "relative_path": "_docs/architecture/030-performance.md", 
-                    "title": "Performance", 
-                    "url": "/docs/performance/"
-                }
-            ], 
-            "next_title": "Architecture Introduction", 
-            "next_url": "/docs/architecture-introduction/", 
-            "parent": "", 
-            "previous_title": "Why Drill", 
-            "previous_url": "/docs/why-drill/", 
-            "relative_path": "_docs/020-architecture.md", 
-            "title": "Architecture", 
-            "url": "/docs/architecture/"
-        }, 
-        "Architecture Introduction": {
-            "breadcrumbs": [
-                {
-                    "title": "Architecture", 
-                    "url": "/docs/architecture/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Drill Query Execution", 
-            "next_url": "/docs/drill-query-execution/", 
-            "parent": "Architecture", 
-            "previous_title": "Architecture", 
-            "previous_url": "/docs/architecture/", 
-            "relative_path": "_docs/architecture/010-architecture-introduction.md", 
-            "title": "Architecture Introduction", 
-            "url": "/docs/architecture-introduction/"
-        }, 
-        "Archived Pages": {
-            "breadcrumbs": [], 
-            "children": [
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Archived Pages", 
-                            "url": "/docs/archived-pages/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "What is Apache Drill", 
-                    "next_url": "/docs/what-is-apache-drill/", 
-                    "parent": "Archived Pages", 
-                    "previous_title": "Archived Pages", 
-                    "previous_url": "/docs/archived-pages/", 
-                    "relative_path": "_docs/archived-pages/010-how-to-run-the-drill-demo.md", 
-                    "title": "How to Run the Drill Demo", 
-                    "url": "/docs/how-to-run-the-drill-demo/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Archived Pages", 
-                            "url": "/docs/archived-pages/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Partition Pruning", 
-                    "next_url": "/docs/partition-pruning/", 
-                    "parent": "Archived Pages", 
-                    "previous_title": "How to Run the Drill Demo", 
-                    "previous_url": "/docs/how-to-run-the-drill-demo/", 
-                    "relative_path": "_docs/archived-pages/020-what-is-apache-drill.md", 
-                    "title": "What is Apache Drill", 
-                    "url": "/docs/what-is-apache-drill/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Archived Pages", 
-                            "url": "/docs/archived-pages/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Progress Reports", 
-                    "next_url": "/docs/progress-reports/", 
-                    "parent": "Archived Pages", 
-                    "previous_title": "What is Apache Drill", 
-                    "previous_url": "/docs/what-is-apache-drill/", 
-                    "relative_path": "_docs/archived-pages/030-partition-pruning.md", 
-                    "title": "Partition Pruning", 
-                    "url": "/docs/partition-pruning/"
-                }
-            ], 
-            "next_title": "How to Run the Drill Demo", 
-            "next_url": "/docs/how-to-run-the-drill-demo/", 
-            "parent": "", 
-            "previous_title": "Wikipedia Edit History", 
-            "previous_url": "/docs/wikipedia-edit-history/", 
-            "relative_path": "_docs/150-archived-pages.md", 
-            "title": "Archived Pages", 
-            "url": "/docs/archived-pages/"
-        }, 
-        "CASE": {
-            "breadcrumbs": [
-                {
-                    "title": "SQL Conditional Expressions", 
-                    "url": "/docs/sql-conditional-expressions/"
-                }, 
-                {
-                    "title": "SQL Reference", 
-                    "url": "/docs/sql-reference/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Reserved Keywords", 
-            "next_url": "/docs/reserved-keywords/", 
-            "parent": "SQL Conditional Expressions", 
-            "previous_title": "SQL Conditional Expressions", 
-            "previous_url": "/docs/sql-conditional-expressions/", 
-            "relative_path": "_docs/sql-reference/sql-conditional-expressions/010-case-expression.md", 
-            "title": "CASE", 
-            "url": "/docs/case/"
-        }, 
-        "CREATE TABLE AS (CTAS)": {
-            "breadcrumbs": [
-                {
-                    "title": "SQL Commands", 
-                    "url": "/docs/sql-commands/"
-                }, 
-                {
-                    "title": "SQL Reference", 
-                    "url": "/docs/sql-reference/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "CREATE VIEW", 
-            "next_url": "/docs/create-view/", 
-            "parent": "SQL Commands", 
-            "previous_title": "ALTER SYSTEM", 
-            "previous_url": "/docs/alter-system/", 
-            "relative_path": "_docs/sql-reference/sql-commands/030-create-table-as.md", 
-            "title": "CREATE TABLE AS (CTAS)", 
-            "url": "/docs/create-table-as-ctas/"
-        }, 
-        "CREATE VIEW": {
-            "breadcrumbs": [
-                {
-                    "title": "SQL Commands", 
-                    "url": "/docs/sql-commands/"
-                }, 
-                {
-                    "title": "SQL Reference", 
-                    "url": "/docs/sql-reference/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "DROP VIEW", 
-            "next_url": "/docs/drop-view/", 
-            "parent": "SQL Commands", 
-            "previous_title": "CREATE TABLE AS (CTAS)", 
-            "previous_url": "/docs/create-table-as-ctas/", 
-            "relative_path": "_docs/sql-reference/sql-commands/050-create-view.md", 
-            "title": "CREATE VIEW", 
-            "url": "/docs/create-view/"
-        }, 
-        "Choosing a Storage Format": {
-            "breadcrumbs": [
-                {
-                    "title": "Performance Tuning", 
-                    "url": "/docs/performance-tuning/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Query Plans and Tuning", 
-            "next_url": "/docs/query-plans-and-tuning/", 
-            "parent": "Performance Tuning", 
-            "previous_title": "Partition Pruning", 
-            "previous_url": "/docs/partition-pruning/", 
-            "relative_path": "_docs/performance-tuning/030-choosing-a-storage-format.md", 
-            "title": "Choosing a Storage Format", 
-            "url": "/docs/choosing-a-storage-format/"
-        }, 
-        "Compiling Drill from Source": {
-            "breadcrumbs": [
-                {
-                    "title": "Develop Drill", 
-                    "url": "/docs/develop-drill/"
-                }, 
-                {
-                    "title": "Developer Information", 
-                    "url": "/docs/developer-information/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Drill Patch Review Tool", 
-            "next_url": "/docs/drill-patch-review-tool/", 
-            "parent": "Develop Drill", 
-            "previous_title": "Develop Drill", 
-            "previous_url": "/docs/develop-drill/", 
-            "relative_path": "_docs/developer-information/develop-drill/010-compiling-drill-from-source.md", 
-            "title": "Compiling Drill from Source", 
-            "url": "/docs/compiling-drill-from-source/"
-        }, 
-        "Configuration Options": {
-            "breadcrumbs": [
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuration Options", 
-                            "url": "/docs/configuration-options/"
-                        }, 
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Start-Up Options", 
-                    "next_url": "/docs/start-up-options/", 
-                    "parent": "Configuration Options", 
-                    "previous_title": "Configuration Options", 
-                    "previous_url": "/docs/configuration-options/", 
-                    "relative_path": "_docs/configure-drill/configuration-options/010-configuration-options-introduction.md", 
-                    "title": "Configuration Options Introduction", 
-                    "url": "/docs/configuration-options-introduction/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuration Options", 
-                            "url": "/docs/configuration-options/"
-                        }, 
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Planning and Execution Options", 
-                    "next_url": "/docs/planning-and-execution-options/", 
-                    "parent": "Configuration Options", 
-                    "previous_title": "Configuration Options Introduction", 
-                    "previous_url": "/docs/configuration-options-introduction/", 
-                    "relative_path": "_docs/configure-drill/configuration-options/020-start-up-options.md", 
-                    "title": "Start-Up Options", 
-                    "url": "/docs/start-up-options/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuration Options", 
-                            "url": "/docs/configuration-options/"
-                        }, 
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Persistent Configuration Storage", 
-                    "next_url": "/docs/persistent-configuration-storage/", 
-                    "parent": "Configuration Options", 
-                    "previous_title": "Start-Up Options", 
-                    "previous_url": "/docs/start-up-options/", 
-                    "relative_path": "_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md", 
-                    "title": "Planning and Execution Options", 
-                    "url": "/docs/planning-and-execution-options/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuration Options", 
-                            "url": "/docs/configuration-options/"
-                        }, 
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Ports Used by Drill", 
-                    "next_url": "/docs/ports-used-by-drill/", 
-                    "parent": "Configuration Options", 
-                    "previous_title": "Planning and Execution Options", 
-                    "previous_url": "/docs/planning-and-execution-options/", 
-                    "relative_path": "_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md", 
-                    "title": "Persistent Configuration Storage", 
-                    "url": "/docs/persistent-configuration-storage/"
-                }
-            ], 
-            "next_title": "Configuration Options Introduction", 
-            "next_url": "/docs/configuration-options-introduction/", 
-            "parent": "Configure Drill", 
-            "previous_title": "Configuring User Authentication", 
-            "previous_url": "/docs/configuring-user-authentication/", 
-            "relative_path": "_docs/configure-drill/080-configuration-options.md", 
-            "title": "Configuration Options", 
-            "url": "/docs/configuration-options/"
-        }, 
-        "Configuration Options Introduction": {
-            "breadcrumbs": [
-                {
-                    "title": "Configuration Options", 
-                    "url": "/docs/configuration-options/"
-                }, 
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Start-Up Options", 
-            "next_url": "/docs/start-up-options/", 
-            "parent": "Configuration Options", 
-            "previous_title": "Configuration Options", 
-            "previous_url": "/docs/configuration-options/", 
-            "relative_path": "_docs/configure-drill/configuration-options/010-configuration-options-introduction.md", 
-            "title": "Configuration Options Introduction", 
-            "url": "/docs/configuration-options-introduction/"
-        }, 
-        "Configure Drill": {
-            "breadcrumbs": [], 
-            "children": [
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring Drill Memory", 
-                    "next_url": "/docs/configuring-drill-memory/", 
-                    "parent": "Configure Drill", 
-                    "previous_title": "Configure Drill", 
-                    "previous_url": "/docs/configure-drill/", 
-                    "relative_path": "_docs/configure-drill/010-configure-drill-introduction.md", 
-                    "title": "Configure Drill Introduction", 
-                    "url": "/docs/configure-drill-introduction/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring a Multitenant Cluster", 
-                    "next_url": "/docs/configuring-a-multitenant-cluster/", 
-                    "parent": "Configure Drill", 
-                    "previous_title": "Configure Drill Introduction", 
-                    "previous_url": "/docs/configure-drill-introduction/", 
-                    "relative_path": "_docs/configure-drill/020-configuring-drill-memory.md", 
-                    "title": "Configuring Drill Memory", 
-                    "url": "/docs/configuring-drill-memory/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Configuring a Multitenant Cluster", 
-                                    "url": "/docs/configuring-a-multitenant-cluster/"
-                                }, 
-                                {
-                                    "title": "Configure Drill", 
-                                    "url": "/docs/configure-drill/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Configuring Multitenant Resources", 
-                            "next_url": "/docs/configuring-multitenant-resources/", 
-                            "parent": "Configuring a Multitenant Cluster", 
-                            "previous_title": "Configuring a Multitenant Cluster", 
-                            "previous_url": "/docs/configuring-a-multitenant-cluster/", 
-                            "relative_path": "_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md", 
-                            "title": "Configuring a Multitenant Cluster Introduction", 
-                            "url": "/docs/configuring-a-multitenant-cluster-introduction/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Configuring a Multitenant Cluster", 
-                                    "url": "/docs/configuring-a-multitenant-cluster/"
-                                }, 
-                                {
-                                    "title": "Configure Drill", 
-                                    "url": "/docs/configure-drill/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Configuring Resources for a Shared Drillbit", 
-                            "next_url": "/docs/configuring-resources-for-a-shared-drillbit/", 
-                            "parent": "Configuring a Multitenant Cluster", 
-                            "previous_title": "Configuring a Multitenant Cluster Introduction", 
-                            "previous_url": "/docs/configuring-a-multitenant-cluster-introduction/", 
-                            "relative_path": "_docs/configure-drill/050-configuring-multitenant-resources.md", 
-                            "title": "Configuring Multitenant Resources", 
-                            "url": "/docs/configuring-multitenant-resources/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Configuring a Multitenant Cluster", 
-                                    "url": "/docs/configuring-a-multitenant-cluster/"
-                                }, 
-                                {
-                                    "title": "Configure Drill", 
-                                    "url": "/docs/configure-drill/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Configuring User Impersonation", 
-                            "next_url": "/docs/configuring-user-impersonation/", 
-                            "parent": "Configuring a Multitenant Cluster", 
-                            "previous_title": "Configuring Multitenant Resources", 
-                            "previous_url": "/docs/configuring-multitenant-resources/", 
-                            "relative_path": "_docs/configure-drill/060-configuring-a-shared-drillbit.md", 
-                            "title": "Configuring Resources for a Shared Drillbit", 
-                            "url": "/docs/configuring-resources-for-a-shared-drillbit/"
-                        }
-                    ], 
-                    "next_title": "Configuring a Multitenant Cluster Introduction", 
-                    "next_url": "/docs/configuring-a-multitenant-cluster-introduction/", 
-                    "parent": "Configure Drill", 
-                    "previous_title": "Configuring Drill Memory", 
-                    "previous_url": "/docs/configuring-drill-memory/", 
-                    "relative_path": "_docs/configure-drill/040-configuring-a-multitenant-cluster.md", 
-                    "title": "Configuring a Multitenant Cluster", 
-                    "url": "/docs/configuring-a-multitenant-cluster/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring User Authentication", 
-                    "next_url": "/docs/configuring-user-authentication/", 
-                    "parent": "Configure Drill", 
-                    "previous_title": "Configuring Resources for a Shared Drillbit", 
-                    "previous_url": "/docs/configuring-resources-for-a-shared-drillbit/", 
-                    "relative_path": "_docs/configure-drill/070-configuring-user-impersonation.md", 
-                    "title": "Configuring User Impersonation", 
-                    "url": "/docs/configuring-user-impersonation/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuration Options", 
-                    "next_url": "/docs/configuration-options/", 
-                    "parent": "Configure Drill", 
-                    "previous_title": "Configuring User Impersonation", 
-                    "previous_url": "/docs/configuring-user-impersonation/", 
-                    "relative_path": "_docs/configure-drill/075-configuring-user-authentication.md", 
-                    "title": "Configuring User Authentication", 
-                    "url": "/docs/configuring-user-authentication/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Configuration Options", 
-                                    "url": "/docs/configuration-options/"
-                                }, 
-                                {
-                                    "title": "Configure Drill", 
-                                    "url": "/docs/configure-drill/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Start-Up Options", 
-                            "next_url": "/docs/start-up-options/", 
-                            "parent": "Configuration Options", 
-                            "previous_title": "Configuration Options", 
-                            "previous_url": "/docs/configuration-options/", 
-                            "relative_path": "_docs/configure-drill/configuration-options/010-configuration-options-introduction.md", 
-                            "title": "Configuration Options Introduction", 
-                            "url": "/docs/configuration-options-introduction/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Configuration Options", 
-                                    "url": "/docs/configuration-options/"
-                                }, 
-                                {
-                                    "title": "Configure Drill", 
-                                    "url": "/docs/configure-drill/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Planning and Execution Options", 
-                            "next_url": "/docs/planning-and-execution-options/", 
-                            "parent": "Configuration Options", 
-                            "previous_title": "Configuration Options Introduction", 
-                            "previous_url": "/docs/configuration-options-introduction/", 
-                            "relative_path": "_docs/configure-drill/configuration-options/020-start-up-options.md", 
-                            "title": "Start-Up Options", 
-                            "url": "/docs/start-up-options/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Configuration Options", 
-                                    "url": "/docs/configuration-options/"
-                                }, 
-                                {
-                                    "title": "Configure Drill", 
-                                    "url": "/docs/configure-drill/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Persistent Configuration Storage", 
-                            "next_url": "/docs/persistent-configuration-storage/", 
-                            "parent": "Configuration Options", 
-                            "previous_title": "Start-Up Options", 
-                            "previous_url": "/docs/start-up-options/", 
-                            "relative_path": "_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md", 
-                            "title": "Planning and Execution Options", 
-                            "url": "/docs/planning-and-execution-options/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Configuration Options", 
-                                    "url": "/docs/configuration-options/"
-                                }, 
-                                {
-                                    "title": "Configure Drill", 
-                                    "url": "/docs/configure-drill/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Ports Used by Drill", 
-                            "next_url": "/docs/ports-used-by-drill/", 
-                            "parent": "Configuration Options", 
-                            "previous_title": "Planning and Execution Options", 
-                            "previous_url": "/docs/planning-and-execution-options/", 
-                            "relative_path": "_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md", 
-                            "title": "Persistent Configuration Storage", 
-                            "url": "/docs/persistent-configuration-storage/"
-                        }
-                    ], 
-                    "next_title": "Configuration Options Introduction", 
-                    "next_url": "/docs/configuration-options-introduction/", 
-                    "parent": "Configure Drill", 
-                    "previous_title": "Configuring User Authentication", 
-                    "previous_url": "/docs/configuring-user-authentication/", 
-                    "relative_path": "_docs/configure-drill/080-configuration-options.md", 
-                    "title": "Configuration Options", 
-                    "url": "/docs/configuration-options/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring the Drill Shell", 
-                    "next_url": "/docs/configuring-the-drill-shell/", 
-                    "parent": "Configure Drill", 
-                    "previous_title": "Persistent Configuration Storage", 
-                    "previous_url": "/docs/persistent-configuration-storage/", 
-                    "relative_path": "_docs/configure-drill/100-ports-used-by-drill.md", 
-                    "title": "Ports Used by Drill", 
-                    "url": "/docs/ports-used-by-drill/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Connect a Data Source", 
-                    "next_url": "/docs/connect-a-data-source/", 
-                    "parent": "Configure Drill", 
-                    "previous_title": "Ports Used by Drill", 
-                    "previous_url": "/docs/ports-used-by-drill/", 
-                    "relative_path": "_docs/configure-drill/120-configuring-the-drill-shell.md", 
-                    "title": "Configuring the Drill Shell", 
-                    "url": "/docs/configuring-the-drill-shell/"
-                }
-            ], 
-            "next_title": "Configure Drill Introduction", 
-            "next_url": "/docs/configure-drill-introduction/", 
-            "parent": "", 
-            "previous_title": "Starting Drill in Distributed Mode", 
-            "previous_url": "/docs/starting-drill-in-distributed-mode/", 
-            "relative_path": "_docs/045-configure-drill.md", 
-            "title": "Configure Drill", 
-            "url": "/docs/configure-drill/"
-        }, 
-        "Configure Drill Introduction": {
-            "breadcrumbs": [
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Configuring Drill Memory", 
-            "next_url": "/docs/configuring-drill-memory/", 
-            "parent": "Configure Drill", 
-            "previous_title": "Configure Drill", 
-            "previous_url": "/docs/configure-drill/", 
-            "relative_path": "_docs/configure-drill/010-configure-drill-introduction.md", 
-            "title": "Configure Drill Introduction", 
-            "url": "/docs/configure-drill-introduction/"
-        }, 
-        "Configuring Drill Memory": {
-            "breadcrumbs": [
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Configuring a Multitenant Cluster", 
-            "next_url": "/docs/configuring-a-multitenant-cluster/", 
-            "parent": "Configure Drill", 
-            "previous_title": "Configure Drill Introduction", 
-            "previous_url": "/docs/configure-drill-introduction/", 
-            "relative_path": "_docs/configure-drill/020-configuring-drill-memory.md", 
-            "title": "Configuring Drill Memory", 
-            "url": "/docs/configuring-drill-memory/"
-        }, 
-        "Configuring Multitenant Resources": {
-            "breadcrumbs": [
-                {
-                    "title": "Configuring a Multitenant Cluster", 
-                    "url": "/docs/configuring-a-multitenant-cluster/"
-                }, 
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Configuring Resources for a Shared Drillbit", 
-            "next_url": "/docs/configuring-resources-for-a-shared-drillbit/", 
-            "parent": "Configuring a Multitenant Cluster", 
-            "previous_title": "Configuring a Multitenant Cluster Introduction", 
-            "previous_url": "/docs/configuring-a-multitenant-cluster-introduction/", 
-            "relative_path": "_docs/configure-drill/050-configuring-multitenant-resources.md", 
-            "title": "Configuring Multitenant Resources", 
-            "url": "/docs/configuring-multitenant-resources/"
-        }, 
-        "Configuring ODBC": {
-            "breadcrumbs": [
-                {
-                    "title": "ODBC/JDBC Interfaces", 
-                    "url": "/docs/odbc-jdbc-interfaces/"
-                }
-            ], 
-            "children": [
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuring ODBC", 
-                            "url": "/docs/configuring-odbc/"
-                        }, 
-                        {
-                            "title": "ODBC/JDBC Interfaces", 
-                            "url": "/docs/odbc-jdbc-interfaces/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring ODBC on Linux/Mac OS X", 
-                    "next_url": "/docs/configuring-odbc-on-linux-mac-os-x/", 
-                    "parent": "Configuring ODBC", 
-                    "previous_title": "Configuring ODBC", 
-                    "previous_url": "/docs/configuring-odbc/", 
-                    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md", 
-                    "title": "ODBC Configuration Reference", 
-                    "url": "/docs/odbc-configuration-reference/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuring ODBC", 
-                            "url": "/docs/configuring-odbc/"
-                        }, 
-                        {
-                            "title": "ODBC/JDBC Interfaces", 
-                            "url": "/docs/odbc-jdbc-interfaces/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring ODBC on Windows", 
-                    "next_url": "/docs/configuring-odbc-on-windows/", 
-                    "parent": "Configuring ODBC", 
-                    "previous_title": "ODBC Configuration Reference", 
-                    "previous_url": "/docs/odbc-configuration-reference/", 
-                    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/020-configuring-odbc-on-linux-mac-os-x.md", 
-                    "title": "Configuring ODBC on Linux/Mac OS X", 
-                    "url": "/docs/configuring-odbc-on-linux-mac-os-x/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuring ODBC", 
-                            "url": "/docs/configuring-odbc/"
-                        }, 
-                        {
-                            "title": "ODBC/JDBC Interfaces", 
-                            "url": "/docs/odbc-jdbc-interfaces/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Testing the ODBC Connection", 
-                    "next_url": "/docs/testing-the-odbc-connection/", 
-                    "parent": "Configuring ODBC", 
-                    "previous_title": "Configuring ODBC on Linux/Mac OS X", 
-                    "previous_url": "/docs/configuring-odbc-on-linux-mac-os-x/", 
-                    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md", 
-                    "title": "Configuring ODBC on Windows", 
-                    "url": "/docs/configuring-odbc-on-windows/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuring ODBC", 
-                            "url": "/docs/configuring-odbc/"
-                        }, 
-                        {
-                            "title": "ODBC/JDBC Interfaces", 
-                            "url": "/docs/odbc-jdbc-interfaces/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Using Drill Explorer", 
-                    "next_url": "/docs/using-drill-explorer/", 
-                    "parent": "Configuring ODBC", 
-                    "previous_title": "Configuring ODBC on Windows", 
-                    "previous_url": "/docs/configuring-odbc-on-windows/", 
-                    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/040-testing-the-odbc-connection.md", 
-                    "title": "Testing the ODBC Connection", 
-                    "url": "/docs/testing-the-odbc-connection/"
-                }
-            ], 
-            "next_title": "ODBC Configuration Reference", 
-            "next_url": "/docs/odbc-configuration-reference/", 
-            "parent": "ODBC/JDBC Interfaces", 
-            "previous_title": "Installing the Driver on Windows", 
-            "previous_url": "/docs/installing-the-driver-on-windows/", 
-            "relative_path": "_docs/odbc-jdbc-interfaces/040-configuring-odbc.md", 
-            "title": "Configuring ODBC", 
-            "url": "/docs/configuring-odbc/"
-        }, 
-        "Configuring ODBC on Linux/Mac OS X": {
-            "breadcrumbs": [
-                {
-                    "title": "Configuring ODBC", 
-                    "url": "/docs/configuring-odbc/"
-                }, 
-                {
-                    "title": "ODBC/JDBC Interfaces", 
-                    "url": "/docs/odbc-jdbc-interfaces/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Configuring ODBC on Windows", 
-            "next_url": "/docs/configuring-odbc-on-windows/", 
-            "parent": "Configuring ODBC", 
-            "previous_title": "ODBC Configuration Reference", 
-            "previous_url": "/docs/odbc-configuration-reference/", 
-            "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/020-configuring-odbc-on-linux-mac-os-x.md", 
-            "title": "Configuring ODBC on Linux/Mac OS X", 
-            "url": "/docs/configuring-odbc-on-linux-mac-os-x/"
-        }, 
-        "Configuring ODBC on Windows": {
-            "breadcrumbs": [
-                {
-                    "title": "Configuring ODBC", 
-                    "url": "/docs/configuring-odbc/"
-                }, 
-                {
-                    "title": "ODBC/JDBC Interfaces", 
-                    "url": "/docs/odbc-jdbc-interfaces/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Testing the ODBC Connection", 
-            "next_url": "/docs/testing-the-odbc-connection/", 
-            "parent": "Configuring ODBC", 
-            "previous_title": "Configuring ODBC on Linux/Mac OS X", 
-            "previous_url": "/docs/configuring-odbc-on-linux-mac-os-x/", 
-            "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md", 
-            "title": "Configuring ODBC on Windows", 
-            "url": "/docs/configuring-odbc-on-windows/"
-        }, 
-        "Configuring Resources for a Shared Drillbit": {
-            "breadcrumbs": [
-                {
-                    "title": "Configuring a Multitenant Cluster", 
-                    "url": "/docs/configuring-a-multitenant-cluster/"
-                }, 
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Configuring User Impersonation", 
-            "next_url": "/docs/configuring-user-impersonation/", 
-            "parent": "Configuring a Multitenant Cluster", 
-            "previous_title": "Configuring Multitenant Resources", 
-            "previous_url": "/docs/configuring-multitenant-resources/", 
-            "relative_path": "_docs/configure-drill/060-configuring-a-shared-drillbit.md", 
-            "title": "Configuring Resources for a Shared Drillbit", 
-            "url": "/docs/configuring-resources-for-a-shared-drillbit/"
-        }, 
-        "Configuring User Authentication": {
-            "breadcrumbs": [
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Configuration Options", 
-            "next_url": "/docs/configuration-options/", 
-            "parent": "Configure Drill", 
-            "previous_title": "Configuring User Impersonation", 
-            "previous_url": "/docs/configuring-user-impersonation/", 
-            "relative_path": "_docs/configure-drill/075-configuring-user-authentication.md", 
-            "title": "Configuring User Authentication", 
-            "url": "/docs/configuring-user-authentication/"
-        }, 
-        "Configuring User Impersonation": {
-            "breadcrumbs": [
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Configuring User Authentication", 
-            "next_url": "/docs/configuring-user-authentication/", 
-            "parent": "Configure Drill", 
-            "previous_title": "Configuring Resources for a Shared Drillbit", 
-            "previous_url": "/docs/configuring-resources-for-a-shared-drillbit/", 
-            "relative_path": "_docs/configure-drill/070-configuring-user-impersonation.md", 
-            "title": "Configuring User Impersonation", 
-            "url": "/docs/configuring-user-impersonation/"
-        }, 
-        "Configuring a Multitenant Cluster": {
-            "breadcrumbs": [
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuring a Multitenant Cluster", 
-                            "url": "/docs/configuring-a-multitenant-cluster/"
-                        }, 
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring Multitenant Resources", 
-                    "next_url": "/docs/configuring-multitenant-resources/", 
-                    "parent": "Configuring a Multitenant Cluster", 
-                    "previous_title": "Configuring a Multitenant Cluster", 
-                    "previous_url": "/docs/configuring-a-multitenant-cluster/", 
-                    "relative_path": "_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md", 
-                    "title": "Configuring a Multitenant Cluster Introduction", 
-                    "url": "/docs/configuring-a-multitenant-cluster-introduction/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuring a Multitenant Cluster", 
-                            "url": "/docs/configuring-a-multitenant-cluster/"
-                        }, 
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring Resources for a Shared Drillbit", 
-                    "next_url": "/docs/configuring-resources-for-a-shared-drillbit/", 
-                    "parent": "Configuring a Multitenant Cluster", 
-                    "previous_title": "Configuring a Multitenant Cluster Introduction", 
-                    "previous_url": "/docs/configuring-a-multitenant-cluster-introduction/", 
-                    "relative_path": "_docs/configure-drill/050-configuring-multitenant-resources.md", 
-                    "title": "Configuring Multitenant Resources", 
-                    "url": "/docs/configuring-multitenant-resources/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Configuring a Multitenant Cluster", 
-                            "url": "/docs/configuring-a-multitenant-cluster/"
-                        }, 
-                        {
-                            "title": "Configure Drill", 
-                            "url": "/docs/configure-drill/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Configuring User Impersonation", 
-                    "next_url": "/docs/configuring-user-impersonation/", 
-                    "parent": "Configuring a Multitenant Cluster", 
-                    "previous_title": "Configuring Multitenant Resources", 
-                    "previous_url": "/docs/configuring-multitenant-resources/", 
-                    "relative_path": "_docs/configure-drill/060-configuring-a-shared-drillbit.md", 
-                    "title": "Configuring Resources for a Shared Drillbit", 
-                    "url": "/docs/configuring-resources-for-a-shared-drillbit/"
-                }
-            ], 
-            "next_title": "Configuring a Multitenant Cluster Introduction", 
-            "next_url": "/docs/configuring-a-multitenant-cluster-introduction/", 
-            "parent": "Configure Drill", 
-            "previous_title": "Configuring Drill Memory", 
-            "previous_url": "/docs/configuring-drill-memory/", 
-            "relative_path": "_docs/configure-drill/040-configuring-a-multitenant-cluster.md", 
-            "title": "Configuring a Multitenant Cluster", 
-            "url": "/docs/configuring-a-multitenant-cluster/"
-        }, 
-        "Configuring a Multitenant Cluster Introduction": {
-            "breadcrumbs": [
-                {
-                    "title": "Configuring a Multitenant Cluster", 
-                    "url": "/docs/configuring-a-multitenant-cluster/"
-                }, 
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Configuring Multitenant Resources", 
-            "next_url": "/docs/configuring-multitenant-resources/", 
-            "parent": "Configuring a Multitenant Cluster", 
-            "previous_title": "Configuring a Multitenant Cluster", 
-            "previous_url": "/docs/configuring-a-multitenant-cluster/", 
-            "relative_path": "_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md", 
-            "title": "Configuring a Multitenant Cluster Introduction", 
-            "url": "/docs/configuring-a-multitenant-cluster-introduction/"
-        }, 
-        "Configuring the Drill Shell": {
-            "breadcrumbs": [
-                {
-                    "title": "Configure Drill", 
-                    "url": "/docs/configure-drill/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Connect a Data Source", 
-            "next_url": "/docs/connect-a-data-source/", 
-            "parent": "Configure Drill", 
-            "previous_title": "Ports Used by Drill", 
-            "previous_url": "/docs/ports-used-by-drill/", 
-            "relative_path": "_docs/configure-drill/120-configuring-the-drill-shell.md", 
-            "title": "Configuring the Drill Shell", 
-            "url": "/docs/configuring-the-drill-shell/"
-        }, 
-        "Connect a Data Source": {
-            "breadcrumbs": [], 
-            "children": [
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Connect a Data Source", 
-                            "url": "/docs/connect-a-data-source/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Storage Plugin Registration", 
-                    "next_url": "/docs/storage-plugin-registration/", 
-                    "parent": "Connect a Data Source", 
-                    "previous_title": "Connect a Data Source", 
-                    "previous_url": "/docs/connect-a-data-source/", 
-                    "relative_path": "_docs/connect-a-data-source/010-connect-a-data-source-introduction.md", 
-                    "title": "Connect a Data Source Introduction", 
-                    "url": "/docs/connect-a-data-source-introduction/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Connect a Data Source", 
-                            "url": "/docs/connect-a-data-source/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Storage Plugin Configuration", 
-                    "next_url": "/docs/storage-plugin-configuration/", 
-                    "parent": "Connect a Data Source", 
-                    "previous_title": "Connect a Data Source Introduction", 
-                    "previous_url": "/docs/connect-a-data-source-introduction/", 
-                    "relative_path": "_docs/connect-a-data-source/020-storage-plugin-registration.md", 
-                    "title": "Storage Plugin Registration", 
-                    "url": "/docs/storage-plugin-registration/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Connect a Data Source", 
-                            "url": "/docs/connect-a-data-source/"
-                        }
-                    ], 
-                    "children": [
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Storage Plugin Configuration", 
-                                    "url": "/docs/storage-plugin-configuration/"
-                                }, 
-                                {
-                                    "title": "Connect a Data Source", 
-                                    "url": "/docs/connect-a-data-source/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "File System Storage Plugin", 
-                            "next_url": "/docs/file-system-storage-plugin/", 
-                            "parent": "Storage Plugin Configuration", 
-                            "previous_title": "Storage Plugin Configuration", 
-                            "previous_url": "/docs/storage-plugin-configuration/", 
-                            "relative_path": "_docs/connect-a-data-source/035-plugin-configuration-basics.md", 
-                            "title": "Plugin Configuration Basics", 
-                            "url": "/docs/plugin-configuration-basics/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Storage Plugin Configuration", 
-                                    "url": "/docs/storage-plugin-configuration/"
-                                }, 
-                                {
-                                    "title": "Connect a Data Source", 
-                                    "url": "/docs/connect-a-data-source/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Workspaces", 
-                            "next_url": "/docs/workspaces/", 
-                            "parent": "Storage Plugin Configuration", 
-                            "previous_title": "Plugin Configuration Basics", 
-                            "previous_url": "/docs/plugin-configuration-basics/", 
-                            "relative_path": "_docs/connect-a-data-source/040-file-system-storage-plugin.md", 
-                            "title": "File System Storage Plugin", 
-                            "url": "/docs/file-system-storage-plugin/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Storage Plugin Configuration", 
-                                    "url": "/docs/storage-plugin-configuration/"
-                                }, 
-                                {
-                                    "title": "Connect a Data Source", 
-                                    "url": "/docs/connect-a-data-source/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "HBase Storage Plugin", 
-                            "next_url": "/docs/hbase-storage-plugin/", 
-                            "parent": "Storage Plugin Configuration", 
-                            "previous_title": "File System Storage Plugin", 
-                            "previous_url": "/docs/file-system-storage-plugin/", 
-                            "relative_path": "_docs/connect-a-data-source/050-workspaces.md", 
-                            "title": "Workspaces", 
-                            "url": "/docs/workspaces/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Storage Plugin Configuration", 
-                                    "url": "/docs/storage-plugin-configuration/"
-                                }, 
-                                {
-                                    "title": "Connect a Data Source", 
-                                    "url": "/docs/connect-a-data-source/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Hive Storage Plugin", 
-                            "next_url": "/docs/hive-storage-plugin/", 
-                            "parent": "Storage Plugin Configuration", 
-                            "previous_title": "Workspaces", 
-                            "previous_url": "/docs/workspaces/", 
-                            "relative_path": "_docs/connect-a-data-source/060-hbase-storage-plugin.md", 
-                            "title": "HBase Storage Plugin", 
-                            "url": "/docs/hbase-storage-plugin/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Storage Plugin Configuration", 
-                                    "url": "/docs/storage-plugin-configuration/"
-                                }, 
-                                {
-                                    "title": "Connect a Data Source", 
-                                    "url": "/docs/connect-a-data-source/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "Drill Default Input Format", 
-                            "next_url": "/docs/drill-default-input-format/", 
-                            "parent": "Storage Plugin Configuration", 
-                            "previous_title": "HBase Storage Plugin", 
-                            "previous_url": "/docs/hbase-storage-plugin/", 
-                            "relative_path": "_docs/connect-a-data-source/070-hive-storage-plugin.md", 
-                            "title": "Hive Storage Plugin", 
-                            "url": "/docs/hive-storage-plugin/"
-                        }, 
-                        {
-                            "breadcrumbs": [
-                                {
-                                    "title": "Storage Plugin Configuration", 
-                                    "url": "/docs/storage-plugin-configuration/"
-                                }, 
-                                {
-                                    "title": "Connect a Data Source", 
-                                    "url": "/docs/connect-a-data-source/"
-                                }
-                            ], 
-                            "children": [], 
-                            "next_title": "MongoDB Plugin for Apache Drill", 
-                            "next_url": "/docs/mongodb-plugin-for-apache-drill/", 
-                            "parent": "Storage Plugin Configuration", 
-                            "previous_title": "Hive Storage Plugin", 
-                            "previous_url": "/docs/hive-storage-plugin/", 
-                            "relative_path": "_docs/connect-a-data-source/080-drill-default-input-format.md", 
-                            "title": "Drill Default Input Format", 
-                            "url": "/docs/drill-default-input-format/"
-                        }
-                    ], 
-                    "next_title": "Plugin Configuration Basics", 
-                    "next_url": "/docs/plugin-configuration-basics/", 
-                    "parent": "Connect a Data Source", 
-                    "previous_title": "Storage Plugin Registration", 
-                    "previous_url": "/docs/storage-plugin-registration/", 
-                    "relative_path": "_docs/connect-a-data-source/030-storage-plugin-configuration.md", 
-                    "title": "Storage Plugin Configuration", 
-                    "url": "/docs/storage-plugin-configuration/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Connect a Data Source", 
-                            "url": "/docs/connect-a-data-source/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "MapR-DB Format", 
-                    "next_url": "/docs/mapr-db-format/", 
-                    "parent": "Connect a Data Source", 
-                    "previous_title": "Drill Default Input Format", 
-                    "previous_url": "/docs/drill-default-input-format/", 
-                    "relative_path": "_docs/connect-a-data-source/090-mongodb-plugin-for-apache-drill.md", 
-                    "title": "MongoDB Plugin for Apache Drill", 
-                    "url": "/docs/mongodb-plugin-for-apache-drill/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Connect a Data Source", 
-                            "url": "/docs/connect-a-data-source/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "ODBC/JDBC Interfaces", 
-                    "next_url": "/docs/odbc-jdbc-interfaces/", 
-                    "parent": "Connect a Data Source", 
-                    "previous_title": "MongoDB Plugin for Apache Drill", 
-                    "previous_url": "/docs/mongodb-plugin-for-apache-drill/", 
-                    "relative_path": "_docs/connect-a-data-source/100-mapr-db-format.md", 
-                    "title": "MapR-DB Format", 
-                    "url": "/docs/mapr-db-format/"
-                }
-            ], 
-            "next_title": "Connect a Data Source Introduction", 
-            "next_url": "/docs/connect-a-data-source-introduction/", 
-            "parent": "", 
-            "previous_title": "Configuring the Drill Shell", 
-            "previous_url": "/docs/configuring-the-drill-shell/", 
-            "relative_path": "_docs/050-connect-a-data-source.md", 
-            "title": "Connect a Data Source", 
-            "url": "/docs/connect-a-data-source/"
-        }, 
-        "Connect a Data Source Introduction": {
-            "breadcrumbs": [
-                {
-                    "title": "Connect a Data Source", 
-                    "url": "/docs/connect-a-data-source/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Storage Plugin Registration", 
-            "next_url": "/docs/storage-plugin-registration/", 
-            "parent": "Connect a Data Source", 
-            "previous_title": "Connect a Data Source", 
-            "previous_url": "/docs/connect-a-data-source/", 
-            "relative_path": "_docs/connect-a-data-source/010-connect-a-data-source-introduction.md", 
-            "title": "Connect a Data Source Introduction", 
-            "url": "/docs/connect-a-data-source-introduction/"
-        }, 
-        "Connecting to ODBC Data Sources": {
-            "breadcrumbs": [
-                {
-                    "title": "Using Drill Explorer", 
-                    "url": "/docs/using-drill-explorer/"
-                }, 
-                {
-                    "title": "ODBC/JDBC Interfaces", 
-                    "url": "/docs/odbc-jdbc-interfaces/"
-                }
-            ], 
-            "children": [], 
-            "next_title": "Using Drill Explorer on Windows", 
-            "next_url": "/docs/using-drill-explorer-on-windows/", 
-            "parent": "Using Drill Explorer", 
-            "previous_title": "Using Drill Explorer", 
-            "previous_url": "/docs/using-drill-explorer/", 
-            "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-connecting-to-odbc-data-sources.md", 
-            "title": "Connecting to ODBC Data Sources", 
-            "url": "/docs/connecting-to-odbc-data-sources/"
-        }, 
-        "Contribute to Drill": {
-            "breadcrumbs": [
-                {
-                    "title": "Developer Information", 
-                    "url": "/docs/developer-information/"
-                }
-            ], 
-            "children": [
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Contribute to Drill", 
-                            "url": "/docs/contribute-to-drill/"
-                        }, 
-                        {
-                            "title": "Developer Information", 
-                            "url": "/docs/developer-information/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Apache Drill Contribution Ideas", 
-                    "next_url": "/docs/apache-drill-contribution-ideas/", 
-                    "parent": "Contribute to Drill", 
-                    "previous_title": "Contribute to Drill", 
-                    "previous_url": "/docs/contribute-to-drill/", 
-                    "relative_path": "_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md", 
-                    "title": "Apache Drill Contribution Guidelines", 
-                    "url": "/docs/apache-drill-contribution-guidelines/"
-                }, 
-                {
-                    "breadcrumbs": [
-                        {
-                            "title": "Contribute to Drill", 
-                            "url": "/docs/contribute-to-drill/"
-                        }, 
-                        {
-                            "title": "Developer Information", 
-                            "url": "/docs/developer-information/"
-                        }
-                    ], 
-                    "children": [], 
-                    "next_title": "Design Docs", 
-                    "next_url": "/docs/design-docs/", 
-                    "parent": "Contribute to Drill", 
-                    "previous_title": "Apache Drill Contribution Guidelines", 
-                    "previous_url": "/docs/apache-drill-contribution-guidelines/", 
-                    "relative_path": "_docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md", 
-                    "title": "Apache Drill Contribution Ideas", 
-                    "url": "/docs/apache-drill-contribution-ideas/"
-                }
-            ], 
-            "next_title": "Apache Drill Contribution Guidelines", 
-            "next_url": "/docs/apache-drill-contribution-guidelines/", 
-            "parent": "Developer Information", 
-            "previous_title": "Drill Patch Review Tool", 
-            "previous_url": "/docs/drill-patch-review-tool/", 
-            "relative_path": "_docs/developer-information/020-contribute-to-drill.md", 
-            "title": "Contribute to Drill", 
-            "url": "/docs/contribute-to-drill/"
-        }, 
-        "Controlling Parallelization to Balance Performance with Multi-Tenancy": {
-            "breadcrumbs": [
-                {
-                    "title": "Query Plans and Tuning", 
-                    "url": "/docs/query-plans-and-tuning/"
-                }, 
-

<TRUNCATED>

[4/4] drill git commit: Merge remote-tracking branch 'remotes/tomer/gh-pages' into gh-pages

Posted by br...@apache.org.
Merge remote-tracking branch 'remotes/tomer/gh-pages' into gh-pages


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

Branch: refs/heads/gh-pages
Commit: 6fda42323b4eb3eae443371cf1f69cab485ee3d5
Parents: 4f72bc3 2e6a55f
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Jun 9 15:15:19 2015 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Jun 9 15:15:19 2015 -0700

----------------------------------------------------------------------
 _data/docs.json                                 | 196 +++++++++++++------
 _docs/getting-started/010-drill-introduction.md |   4 +-
 _docs/img/explorer-connect.png                  | Bin 0 -> 31369 bytes
 _docs/img/explorer-nation-data.png              | Bin 0 -> 96528 bytes
 _docs/img/explorer-schemas.png                  | Bin 0 -> 15580 bytes
 .../010-odbc-configuration-reference.md         |   2 +-
 .../030-configuring-odbc-on-windows.md          |   4 +-
 .../040-testing-the-odbc-connection.md          |   2 +-
 .../010-installing-the-driver-on-linux.md       |  24 +--
 .../020-installing-the-driver-on-mac-os-x.md    |  27 +--
 .../030-installing-the-driver-on-windows.md     |  53 +++--
 .../010-connecting-to-odbc-data-sources.md      |  24 ---
 .../010-drill-explorer-introduction.md          |  25 +++
 .../020-connecting-drill-explorer-to-data.md    |  34 ++++
 .../020-using-drill-explorer-on-windows.md      |  50 -----
 .../030-browsing-data-and-creating-views.md     |  43 ++++
 .../060-querying-the-information-schema.md      |   2 +-
 .../050-aggregate-and-aggregate-statistical.md  |   2 +-
 18 files changed, 309 insertions(+), 183 deletions(-)
----------------------------------------------------------------------



[3/4] drill git commit: Revert "commit docs.json updated version"

Posted by br...@apache.org.
Revert "commit docs.json updated version"

This reverts commit f0d5e1cdeb2754c5bc6890590cd69ef50669ff26.


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

Branch: refs/heads/gh-pages
Commit: 4f72bc380f80e7f6b1be27dc4f824810b1d6ba64
Parents: f0d5e1c
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Jun 9 15:15:03 2015 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Jun 9 15:15:03 2015 -0700

----------------------------------------------------------------------
 _data/docs.json | 29684 ++++++++++++++++++++++++-------------------------
 1 file changed, 14842 insertions(+), 14842 deletions(-)
----------------------------------------------------------------------