You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/29 01:27:26 UTC

[1/2] drill git commit: remove TBD

Repository: drill
Updated Branches:
  refs/heads/gh-pages 3aca2c624 -> bc608f5a2


http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/060-using-apache-drill-with-tableau-9-desktop.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/060-using-apache-drill-with-tableau-9-desktop.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/060-using-apache-drill-with-tableau-9-desktop.md
index 4922b27..ce26d1d 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/060-using-apache-drill-with-tableau-9-desktop.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/060-using-apache-drill-with-tableau-9-desktop.md
@@ -1,6 +1,6 @@
 ---
 title: "Using Apache Drill with Tableau 9 Desktop"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 This document describes how to connect Tableau 9 Desktop to Apache Drill and explore multiple data formats instantly on Hadoop. Use the combined power of these tools to get direct access to semi-structured data, without having to rely on IT teams for schema creation.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/070-using-apache-drill-with-tableau-9-server.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/070-using-apache-drill-with-tableau-9-server.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/070-using-apache-drill-with-tableau-9-server.md
index 5e148bd..59bf80a 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/070-using-apache-drill-with-tableau-9-server.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/070-using-apache-drill-with-tableau-9-server.md
@@ -1,6 +1,6 @@
 ---
 title: "Using Apache Drill with Tableau 9 Server"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/090-configuring-jreport-with-drill.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/090-configuring-jreport-with-drill.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/090-configuring-jreport-with-drill.md
index fbbd5be..668927f 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/090-configuring-jreport-with-drill.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/090-configuring-jreport-with-drill.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring JReport with Drill"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/010-performance-tuning-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/010-performance-tuning-introduction.md b/_docs/performance-tuning/010-performance-tuning-introduction.md
index 174a37c..c489a2e 100644
--- a/_docs/performance-tuning/010-performance-tuning-introduction.md
+++ b/_docs/performance-tuning/010-performance-tuning-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Performance Tuning Introduction"
-date: TBD 
+date:  
 parent: "Performance Tuning"
 ---
 You can apply performance tuning measures to improve how efficiently Drill queries data. To significantly improve performance in Drill, you must have knowledge about the underlying data and data sources, as well as familiarity with how Drill executes queries.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/025-optimizing-parquet-reading.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/025-optimizing-parquet-reading.md b/_docs/performance-tuning/025-optimizing-parquet-reading.md
index 0429b35..6350252 100644
--- a/_docs/performance-tuning/025-optimizing-parquet-reading.md
+++ b/_docs/performance-tuning/025-optimizing-parquet-reading.md
@@ -1,6 +1,6 @@
 ---
 title: "Optimizing Parquet Metadata Reading"
-date: TBD 
+date:  
 parent: "Performance Tuning"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/030-choosing-a-storage-format.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/030-choosing-a-storage-format.md b/_docs/performance-tuning/030-choosing-a-storage-format.md
index 30665a2..fe09bf5 100644
--- a/_docs/performance-tuning/030-choosing-a-storage-format.md
+++ b/_docs/performance-tuning/030-choosing-a-storage-format.md
@@ -1,6 +1,6 @@
 ---
 title: "Choosing a Storage Format"
-date: TBD 
+date:  
 parent: "Performance Tuning"
 --- 
 Drill supports several file formats for data including CSV, TSV, PSV, JSON, and Parquet. Changing the default format is a typical functional change that can optimize performance. Drill runs fastest against Parquet files because Parquet data representation is almost identical to how Drill represents data.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/identifying-performance-issues/010-query-plans.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/identifying-performance-issues/010-query-plans.md b/_docs/performance-tuning/identifying-performance-issues/010-query-plans.md
index 7c3b976..cddbc49 100644
--- a/_docs/performance-tuning/identifying-performance-issues/010-query-plans.md
+++ b/_docs/performance-tuning/identifying-performance-issues/010-query-plans.md
@@ -1,6 +1,6 @@
 ---
 title: "Query Plans"
-date: TBD 
+date:  
 parent: "Identifying Performance Issues"
 ---
 If you experience performance issues in Drill, you can typically identify the source of the issues in the query plans or profiles. This section describes the logical plan and physical plans.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md b/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md
index 17fb6db..ad7a948 100644
--- a/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md
+++ b/_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md
@@ -1,6 +1,6 @@
 ---
 title: "Query Profiles"
-date: TBD 
+date:  
 parent: "Identifying Performance Issues"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/partition-pruning/010-partition-pruning-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/partition-pruning/010-partition-pruning-introduction.md b/_docs/performance-tuning/partition-pruning/010-partition-pruning-introduction.md
index 5956aea..20e314b 100644
--- a/_docs/performance-tuning/partition-pruning/010-partition-pruning-introduction.md
+++ b/_docs/performance-tuning/partition-pruning/010-partition-pruning-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Partition Pruning Introduction"
-date: TBD 
+date:  
 parent: "Partition Pruning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/partition-pruning/030-using-partition-pruning.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/partition-pruning/030-using-partition-pruning.md b/_docs/performance-tuning/partition-pruning/030-using-partition-pruning.md
index 3dfd1dd..210335f 100644
--- a/_docs/performance-tuning/partition-pruning/030-using-partition-pruning.md
+++ b/_docs/performance-tuning/partition-pruning/030-using-partition-pruning.md
@@ -1,6 +1,6 @@
 ---
 title: "How to Partition Data"
-date: TBD 
+date:  
 parent: "Partition Pruning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/performance-tuning-reference/010-query-profile-tables.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/performance-tuning-reference/010-query-profile-tables.md b/_docs/performance-tuning/performance-tuning-reference/010-query-profile-tables.md
index e2c711a..c1ea63d 100644
--- a/_docs/performance-tuning/performance-tuning-reference/010-query-profile-tables.md
+++ b/_docs/performance-tuning/performance-tuning-reference/010-query-profile-tables.md
@@ -1,6 +1,6 @@
 ---
 title: "Query Profile Column Descriptions"
-date: TBD 
+date:  
 parent: "Performance Tuning Reference"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/performance-tuning-reference/020-physical-operators.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/performance-tuning-reference/020-physical-operators.md b/_docs/performance-tuning/performance-tuning-reference/020-physical-operators.md
index 86c9501..bbcf1c8 100644
--- a/_docs/performance-tuning/performance-tuning-reference/020-physical-operators.md
+++ b/_docs/performance-tuning/performance-tuning-reference/020-physical-operators.md
@@ -1,6 +1,6 @@
 ---
 title: "Physical Operators"
-date: TBD 
+date:  
 parent: "Performance Tuning Reference"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/query-plans-and-tuning/010-query-plans-and-tuning-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/query-plans-and-tuning/010-query-plans-and-tuning-introduction.md b/_docs/performance-tuning/query-plans-and-tuning/010-query-plans-and-tuning-introduction.md
index f40e2e2..a6bddd9 100644
--- a/_docs/performance-tuning/query-plans-and-tuning/010-query-plans-and-tuning-introduction.md
+++ b/_docs/performance-tuning/query-plans-and-tuning/010-query-plans-and-tuning-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Query Plans and Tuning Introduction"
-date: TBD 
+date:  
 parent: "Query Plans and Tuning"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/query-plans-and-tuning/020-join-planning-guidelines.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/query-plans-and-tuning/020-join-planning-guidelines.md b/_docs/performance-tuning/query-plans-and-tuning/020-join-planning-guidelines.md
index b2bb392..277a5bb 100644
--- a/_docs/performance-tuning/query-plans-and-tuning/020-join-planning-guidelines.md
+++ b/_docs/performance-tuning/query-plans-and-tuning/020-join-planning-guidelines.md
@@ -1,6 +1,6 @@
 ---
 title: "Join Planning Guidelines"
-date: TBD 
+date:  
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/query-plans-and-tuning/030-guidelines-for-optimizing-aggregation.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/query-plans-and-tuning/030-guidelines-for-optimizing-aggregation.md b/_docs/performance-tuning/query-plans-and-tuning/030-guidelines-for-optimizing-aggregation.md
index 7a0e367..33d49b3 100644
--- a/_docs/performance-tuning/query-plans-and-tuning/030-guidelines-for-optimizing-aggregation.md
+++ b/_docs/performance-tuning/query-plans-and-tuning/030-guidelines-for-optimizing-aggregation.md
@@ -1,6 +1,6 @@
 ---
 title: "Guidelines for Optimizing Aggregation"
-date: TBD 
+date:  
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/query-plans-and-tuning/040-modifying-query-planning-options.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/query-plans-and-tuning/040-modifying-query-planning-options.md b/_docs/performance-tuning/query-plans-and-tuning/040-modifying-query-planning-options.md
index 2fecf77..03c2514 100644
--- a/_docs/performance-tuning/query-plans-and-tuning/040-modifying-query-planning-options.md
+++ b/_docs/performance-tuning/query-plans-and-tuning/040-modifying-query-planning-options.md
@@ -1,6 +1,6 @@
 ---
 title: "Modifying Query Planning Options"
-date: TBD 
+date:  
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/query-plans-and-tuning/050-sort-based-and-hash-based-memory-constrained-operators.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/query-plans-and-tuning/050-sort-based-and-hash-based-memory-constrained-operators.md b/_docs/performance-tuning/query-plans-and-tuning/050-sort-based-and-hash-based-memory-constrained-operators.md
index a2d6802..e6f45c9 100644
--- a/_docs/performance-tuning/query-plans-and-tuning/050-sort-based-and-hash-based-memory-constrained-operators.md
+++ b/_docs/performance-tuning/query-plans-and-tuning/050-sort-based-and-hash-based-memory-constrained-operators.md
@@ -1,6 +1,6 @@
 ---
 title: "Sort-Based and Hash-Based Memory-Constrained Operators"
-date: TBD 
+date:  
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/query-plans-and-tuning/060-enabling-query-queuing.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/query-plans-and-tuning/060-enabling-query-queuing.md b/_docs/performance-tuning/query-plans-and-tuning/060-enabling-query-queuing.md
index b818d25..1f76223 100644
--- a/_docs/performance-tuning/query-plans-and-tuning/060-enabling-query-queuing.md
+++ b/_docs/performance-tuning/query-plans-and-tuning/060-enabling-query-queuing.md
@@ -1,6 +1,6 @@
 ---
 title: "Enabling Query Queuing"
-date: TBD 
+date:  
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/performance-tuning/query-plans-and-tuning/070-controlling-parallelization-to-balance-performance-with-multi-tenancy.md
----------------------------------------------------------------------
diff --git a/_docs/performance-tuning/query-plans-and-tuning/070-controlling-parallelization-to-balance-performance-with-multi-tenancy.md b/_docs/performance-tuning/query-plans-and-tuning/070-controlling-parallelization-to-balance-performance-with-multi-tenancy.md
index d4ae53f..fb752e5 100644
--- a/_docs/performance-tuning/query-plans-and-tuning/070-controlling-parallelization-to-balance-performance-with-multi-tenancy.md
+++ b/_docs/performance-tuning/query-plans-and-tuning/070-controlling-parallelization-to-balance-performance-with-multi-tenancy.md
@@ -1,6 +1,6 @@
 ---
 title: "Controlling Parallelization to Balance Performance with Multi-Tenancy"
-date: TBD 
+date:  
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/010-query-data-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/010-query-data-introduction.md b/_docs/query-data/010-query-data-introduction.md
index 7722213..91b17f7 100644
--- a/_docs/query-data/010-query-data-introduction.md
+++ b/_docs/query-data/010-query-data-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Query Data Introduction"
-date: TBD 
+date:  
 parent: "Query Data"
 ---
 You can query local and distributed file systems, Hive, HBase data, complex data, INFORMATION SCHEMA, and system tables as described in the subtopics of this section. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/030-querying-hbase.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/030-querying-hbase.md b/_docs/query-data/030-querying-hbase.md
index 8293408..525bc2d 100644
--- a/_docs/query-data/030-querying-hbase.md
+++ b/_docs/query-data/030-querying-hbase.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying HBase"
-date: TBD 
+date:  
 parent: "Query Data"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/050-querying-hive.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/050-querying-hive.md b/_docs/query-data/050-querying-hive.md
index 995c064..422c9ac 100644
--- a/_docs/query-data/050-querying-hive.md
+++ b/_docs/query-data/050-querying-hive.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying Hive"
-date: TBD 
+date:  
 parent: "Query Data"
 ---
 This is a simple exercise that provides steps for creating a Hive table and

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 e6c4f40..28214fe 100644
--- a/_docs/query-data/060-querying-the-information-schema.md
+++ b/_docs/query-data/060-querying-the-information-schema.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying the INFORMATION SCHEMA"
-date: TBD 
+date:  
 parent: "Query Data"
 ---
 When you are using Drill to connect to multiple data sources, you need a

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/070-query-sys-tbl.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/070-query-sys-tbl.md b/_docs/query-data/070-query-sys-tbl.md
index 46f908d..0d7595a 100644
--- a/_docs/query-data/070-query-sys-tbl.md
+++ b/_docs/query-data/070-query-sys-tbl.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying System Tables"
-date: TBD 
+date:  
 parent: "Query Data"
 ---
 Drill has a sys database that contains system tables. You can query the system

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md b/_docs/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md
index 92aff65..994f71b 100644
--- a/_docs/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md
+++ b/_docs/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md
@@ -1,6 +1,6 @@
 ---
 title: "Monitoring and Canceling Queries in the Drill Web Console"
-date: TBD 
+date:  
 parent: "Query Data"
 ---
 You can monitor and cancel queries from the Drill Web Console if you are [authorized]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/) to do so. To access the Drill

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md b/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md
index daa5e19..40ccf54 100644
--- a/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md
+++ b/_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying a File System Introduction"
-date: TBD 
+date:  
 parent: "Querying a File System"
 ---
 Files and directories are like standard SQL tables to Drill. You can specify a

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/query-a-file-system/010-querying-json-files.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/query-a-file-system/010-querying-json-files.md b/_docs/query-data/query-a-file-system/010-querying-json-files.md
index bd50627..1ddf5ef 100644
--- a/_docs/query-data/query-a-file-system/010-querying-json-files.md
+++ b/_docs/query-data/query-a-file-system/010-querying-json-files.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying JSON Files"
-date: TBD 
+date:  
 parent: "Querying a File System"
 ---
 To query complex JSON files, you need to understand the ["JSON Data Model"]({{site.baseurl}}/docs/json-data-model/). This section provides a trivial example of querying a sample file that Drill installs. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/query-a-file-system/020-querying-parquet-files.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/query-a-file-system/020-querying-parquet-files.md b/_docs/query-data/query-a-file-system/020-querying-parquet-files.md
index e2ce76b..fbb1466 100644
--- a/_docs/query-data/query-a-file-system/020-querying-parquet-files.md
+++ b/_docs/query-data/query-a-file-system/020-querying-parquet-files.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying Parquet Files"
-date: TBD 
+date:  
 parent: "Querying a File System"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/query-a-file-system/030-querying-plain-text-files.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/query-a-file-system/030-querying-plain-text-files.md b/_docs/query-data/query-a-file-system/030-querying-plain-text-files.md
index cbbb389..e451112 100644
--- a/_docs/query-data/query-a-file-system/030-querying-plain-text-files.md
+++ b/_docs/query-data/query-a-file-system/030-querying-plain-text-files.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying Plain Text Files"
-date: TBD 
+date:  
 parent: "Querying a File System"
 ---
 You can use Drill to access structured file types and plain text files

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/query-a-file-system/040-querying-directories.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/query-a-file-system/040-querying-directories.md b/_docs/query-data/query-a-file-system/040-querying-directories.md
index 29206e8..f3e5ee4 100644
--- a/_docs/query-data/query-a-file-system/040-querying-directories.md
+++ b/_docs/query-data/query-a-file-system/040-querying-directories.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying Directories"
-date: TBD 
+date:  
 parent: "Querying a File System"
 ---
 You can store multiple files in a directory and query them as if they were a

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/query-a-file-system/050-querying-sequence-files.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/query-a-file-system/050-querying-sequence-files.md b/_docs/query-data/query-a-file-system/050-querying-sequence-files.md
index a1e1360..b163621 100644
--- a/_docs/query-data/query-a-file-system/050-querying-sequence-files.md
+++ b/_docs/query-data/query-a-file-system/050-querying-sequence-files.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying Sequence Files"
-date: TBD 
+date:  
 parent: "Querying a File System"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/querying-complex-data/005-querying-complex-data-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/querying-complex-data/005-querying-complex-data-introduction.md b/_docs/query-data/querying-complex-data/005-querying-complex-data-introduction.md
index 2d4e14c..1f5c859 100644
--- a/_docs/query-data/querying-complex-data/005-querying-complex-data-introduction.md
+++ b/_docs/query-data/querying-complex-data/005-querying-complex-data-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying Complex Data Introduction"
-date: TBD 
+date:  
 parent: "Querying Complex Data"
 ---
 Apache Drill queries do not require prior knowledge of the actual data you are

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/querying-complex-data/010-sample--data-donuts.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/querying-complex-data/010-sample--data-donuts.md b/_docs/query-data/querying-complex-data/010-sample--data-donuts.md
index f693c82..8b1a6a2 100644
--- a/_docs/query-data/querying-complex-data/010-sample--data-donuts.md
+++ b/_docs/query-data/querying-complex-data/010-sample--data-donuts.md
@@ -1,6 +1,6 @@
 ---
 title: "Sample Data: Donuts"
-date: TBD 
+date:  
 parent: "Querying Complex Data"
 ---
 The complex data queries use the sample `donuts.json` file. To download this file, go to [Drill test resources](https://github.com/apache/drill/blob/master/exec/java-exec/src/test/resources) page, locate donuts.json in the list of files, and download it. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/querying-complex-data/020-selecting-flat-data.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/querying-complex-data/020-selecting-flat-data.md b/_docs/query-data/querying-complex-data/020-selecting-flat-data.md
index 6e89964..21cc141 100644
--- a/_docs/query-data/querying-complex-data/020-selecting-flat-data.md
+++ b/_docs/query-data/querying-complex-data/020-selecting-flat-data.md
@@ -1,6 +1,6 @@
 ---
 title: "Selecting Flat Data"
-date: TBD 
+date:  
 parent: "Querying Complex Data"
 ---
 A very simple query against the `donuts.json` file returns the values for the

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/querying-complex-data/030-using-sql-functions-clauses-and-joins.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/querying-complex-data/030-using-sql-functions-clauses-and-joins.md b/_docs/query-data/querying-complex-data/030-using-sql-functions-clauses-and-joins.md
index 6f71fc9..1eff0b9 100644
--- a/_docs/query-data/querying-complex-data/030-using-sql-functions-clauses-and-joins.md
+++ b/_docs/query-data/querying-complex-data/030-using-sql-functions-clauses-and-joins.md
@@ -1,6 +1,6 @@
 ---
 title: "Using SQL Functions, Clauses, and Joins"
-date: TBD 
+date:  
 parent: "Querying Complex Data"
 ---
 You can use standard SQL clauses, such as WHERE and ORDER BY, to elaborate on

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/querying-complex-data/040-selecting-nested-data.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/querying-complex-data/040-selecting-nested-data.md b/_docs/query-data/querying-complex-data/040-selecting-nested-data.md
index 8d02d7a..0098c7e 100644
--- a/_docs/query-data/querying-complex-data/040-selecting-nested-data.md
+++ b/_docs/query-data/querying-complex-data/040-selecting-nested-data.md
@@ -1,6 +1,6 @@
 ---
 title: "Selecting Nested Data for a Column"
-date: TBD 
+date:  
 parent: "Querying Complex Data"
 ---
 The following queries show how to access the nested data inside the parts of

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/query-data/querying-complex-data/050-selecting-multiple-columns-within-nested-data.md
----------------------------------------------------------------------
diff --git a/_docs/query-data/querying-complex-data/050-selecting-multiple-columns-within-nested-data.md b/_docs/query-data/querying-complex-data/050-selecting-multiple-columns-within-nested-data.md
index d9e3b56..6471b8e 100644
--- a/_docs/query-data/querying-complex-data/050-selecting-multiple-columns-within-nested-data.md
+++ b/_docs/query-data/querying-complex-data/050-selecting-multiple-columns-within-nested-data.md
@@ -1,6 +1,6 @@
 ---
 title: "Selecting Multiple Columns Within Nested Data"
-date: TBD 
+date:  
 parent: "Querying Complex Data"
 ---
 The following query goes one step further to extract the JSON data, selecting

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sample-datasets/001-aol.md
----------------------------------------------------------------------
diff --git a/_docs/sample-datasets/001-aol.md b/_docs/sample-datasets/001-aol.md
index f8a257f..4948cbf 100644
--- a/_docs/sample-datasets/001-aol.md
+++ b/_docs/sample-datasets/001-aol.md
@@ -1,6 +1,6 @@
 ---
 title: "AOL Search"
-date: TBD 
+date:  
 parent: "Sample Datasets"
 ---
 ## Quick Stats

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sample-datasets/002-enron.md
----------------------------------------------------------------------
diff --git a/_docs/sample-datasets/002-enron.md b/_docs/sample-datasets/002-enron.md
index c27ca36..57a5b77 100644
--- a/_docs/sample-datasets/002-enron.md
+++ b/_docs/sample-datasets/002-enron.md
@@ -1,6 +1,6 @@
 ---
 title: "Enron Emails"
-date: TBD 
+date:  
 parent: "Sample Datasets"
 ---
 ## Quick Stats

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sample-datasets/003-wikipedia.md
----------------------------------------------------------------------
diff --git a/_docs/sample-datasets/003-wikipedia.md b/_docs/sample-datasets/003-wikipedia.md
index f070b82..72b081b 100644
--- a/_docs/sample-datasets/003-wikipedia.md
+++ b/_docs/sample-datasets/003-wikipedia.md
@@ -1,6 +1,6 @@
 ---
 title: "Wikipedia Edit History"
-date: TBD 
+date:  
 parent: "Sample Datasets"
 ---
 ## Quick Stats

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/010-sql-reference-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/010-sql-reference-introduction.md b/_docs/sql-reference/010-sql-reference-introduction.md
index 4ae6bf2..56a33c8 100644
--- a/_docs/sql-reference/010-sql-reference-introduction.md
+++ b/_docs/sql-reference/010-sql-reference-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "SQL Reference Introduction"
-date: TBD 
+date:  
 parent: "SQL Reference"
 ---
 Drill supports the ANSI standard for SQL. You can use SQL to query your Hive,

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/030-lexical-structure.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/030-lexical-structure.md b/_docs/sql-reference/030-lexical-structure.md
index 569c0d4..06c6a80 100644
--- a/_docs/sql-reference/030-lexical-structure.md
+++ b/_docs/sql-reference/030-lexical-structure.md
@@ -1,6 +1,6 @@
 ---
 title: "Lexical Structure"
-date: TBD 
+date:  
 parent: "SQL Reference"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/040-operators.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/040-operators.md b/_docs/sql-reference/040-operators.md
index 8281a35..3770da4 100644
--- a/_docs/sql-reference/040-operators.md
+++ b/_docs/sql-reference/040-operators.md
@@ -1,6 +1,6 @@
 ---
 title: "Operators"
-date: TBD 
+date:  
 parent: "SQL Reference"
 ---
 You can use various types of operators in your Drill queries to perform

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/065-query-directory-functions.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/065-query-directory-functions.md b/_docs/sql-reference/065-query-directory-functions.md
index fba65e6..7076695 100644
--- a/_docs/sql-reference/065-query-directory-functions.md
+++ b/_docs/sql-reference/065-query-directory-functions.md
@@ -1,6 +1,6 @@
 ---
 title: "Query Directory Functions"
-date: TBD 
+date:  
 parent: "SQL Reference"
 ---
 You can use the following query directory functions when [querying multiple files or directories]({{site.baseurl}}/docs/querying-directories):

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/080-reserved-keywords.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/080-reserved-keywords.md b/_docs/sql-reference/080-reserved-keywords.md
index f89d174..7e14f3a 100644
--- a/_docs/sql-reference/080-reserved-keywords.md
+++ b/_docs/sql-reference/080-reserved-keywords.md
@@ -1,6 +1,6 @@
 ---
 title: "Reserved Keywords"
-date: TBD 
+date:  
 parent: "SQL Reference"
 ---
 When you use a reserved keyword in a Drill query, enclose the word in

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/090-sql-extensions.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/090-sql-extensions.md b/_docs/sql-reference/090-sql-extensions.md
index ddbaaeb..8f151cc 100644
--- a/_docs/sql-reference/090-sql-extensions.md
+++ b/_docs/sql-reference/090-sql-extensions.md
@@ -1,6 +1,6 @@
 ---
 title: "SQL Extensions"
-date: TBD 
+date:  
 parent: "SQL Reference"
 ---
 Drill extends SQL to explore smaller-scale data in ways not possible with SQL. Using intuitive SQL extensions you work with self-describing data and complex data types. Extensions to SQL include capabilities for exploring self-describing data, such as files and HBase, directly in the native format.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/data-types/010-supported-data-types.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/data-types/010-supported-data-types.md b/_docs/sql-reference/data-types/010-supported-data-types.md
index a124b38..5f8a31f 100644
--- a/_docs/sql-reference/data-types/010-supported-data-types.md
+++ b/_docs/sql-reference/data-types/010-supported-data-types.md
@@ -1,6 +1,6 @@
 ---
 title: "Supported Data Types"
-date: TBD 
+date:  
 parent: "Data Types"
 ---
 Drill reads from and writes to data sources having a wide variety of types. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/data-types/020-date-time-and-timestamp.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/data-types/020-date-time-and-timestamp.md b/_docs/sql-reference/data-types/020-date-time-and-timestamp.md
index 2c6dfba..576c28a 100644
--- a/_docs/sql-reference/data-types/020-date-time-and-timestamp.md
+++ b/_docs/sql-reference/data-types/020-date-time-and-timestamp.md
@@ -1,6 +1,6 @@
 ---
 title: "Date, Time, and Timestamp"
-date: TBD 
+date:  
 parent: "Data Types"
 ---
 Using familiar date and time formats, listed in the [SQL data types table]({{ site.baseurl }}/docs/supported-data-types), you can construct query date and time data. You need to cast textual data to date and time data types. The format of date, time, and timestamp text in a textual data source needs to match the SQL query format for successful casting. Drill supports date, time, timestamp, and interval literals shown in the following example:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/data-types/030-handling-different-data-types.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/data-types/030-handling-different-data-types.md b/_docs/sql-reference/data-types/030-handling-different-data-types.md
index b811e91..a3bca97 100644
--- a/_docs/sql-reference/data-types/030-handling-different-data-types.md
+++ b/_docs/sql-reference/data-types/030-handling-different-data-types.md
@@ -1,6 +1,6 @@
 ---
 title: "Handling Different Data Types"
-date: TBD 
+date:  
 parent: "Data Types"
 ---
 ## Handling HBase Data

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/nested-data-functions/005-nested-data-limitations.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/nested-data-functions/005-nested-data-limitations.md b/_docs/sql-reference/nested-data-functions/005-nested-data-limitations.md
index e5954b0..5c9f128 100644
--- a/_docs/sql-reference/nested-data-functions/005-nested-data-limitations.md
+++ b/_docs/sql-reference/nested-data-functions/005-nested-data-limitations.md
@@ -1,6 +1,6 @@
 ---
 title: "Nested Data Limitations"
-date: TBD 
+date:  
 parent: "Nested Data Functions"
 ---
 Do not use Map, Array, and repeated scalar types in GROUP BY or ORDER BY clauses or in a comparison operator. Drill does not support comparisons between VARCHAR:REPEATED and VARCHAR:REPEATED.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/nested-data-functions/010-flatten.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/nested-data-functions/010-flatten.md b/_docs/sql-reference/nested-data-functions/010-flatten.md
index b2dbe79..cb58afa 100644
--- a/_docs/sql-reference/nested-data-functions/010-flatten.md
+++ b/_docs/sql-reference/nested-data-functions/010-flatten.md
@@ -1,6 +1,6 @@
 ---
 title: "FLATTEN"
-date: TBD 
+date:  
 parent: "Nested Data Functions"
 ---
 FLATTEN separates the elements in a repeated field into individual records.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/nested-data-functions/020-kvgen.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/nested-data-functions/020-kvgen.md b/_docs/sql-reference/nested-data-functions/020-kvgen.md
index 2cc9e9b..88ed5f9 100644
--- a/_docs/sql-reference/nested-data-functions/020-kvgen.md
+++ b/_docs/sql-reference/nested-data-functions/020-kvgen.md
@@ -1,6 +1,6 @@
 ---
 title: "KVGEN"
-date: TBD 
+date:  
 parent: "Nested Data Functions"
 ---
 Returns a list of the keys that exist in the map.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/nested-data-functions/030-repeated-count.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/nested-data-functions/030-repeated-count.md b/_docs/sql-reference/nested-data-functions/030-repeated-count.md
index 5add832..a308dfd 100644
--- a/_docs/sql-reference/nested-data-functions/030-repeated-count.md
+++ b/_docs/sql-reference/nested-data-functions/030-repeated-count.md
@@ -1,6 +1,6 @@
 ---
 title: "REPEATED_COUNT"
-date: TBD 
+date:  
 parent: "Nested Data Functions"
 ---
 This function counts the values in an array. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/nested-data-functions/040-repeated-contains.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/nested-data-functions/040-repeated-contains.md b/_docs/sql-reference/nested-data-functions/040-repeated-contains.md
index 78ceb85..f2e4c69 100644
--- a/_docs/sql-reference/nested-data-functions/040-repeated-contains.md
+++ b/_docs/sql-reference/nested-data-functions/040-repeated-contains.md
@@ -1,6 +1,6 @@
 ---
 title: "REPEATED_CONTAINS"
-date: TBD 
+date:  
 parent: "Nested Data Functions"
 ---
 REPEATED CONTAINS searches for a keyword in an array. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/005-supported-sql-commands.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/005-supported-sql-commands.md b/_docs/sql-reference/sql-commands/005-supported-sql-commands.md
index 148dd12..d1e5cbc 100644
--- a/_docs/sql-reference/sql-commands/005-supported-sql-commands.md
+++ b/_docs/sql-reference/sql-commands/005-supported-sql-commands.md
@@ -1,6 +1,6 @@
 ---
 title: Supported SQL Commands
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The following table provides a list of the SQL commands that Drill supports,

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/010-set.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/010-set.md b/_docs/sql-reference/sql-commands/010-set.md
index 929b5d4..48a3a7e 100644
--- a/_docs/sql-reference/sql-commands/010-set.md
+++ b/_docs/sql-reference/sql-commands/010-set.md
@@ -1,6 +1,6 @@
 ---
 title: "SET"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The SET command replaces the ALTER SESSION SET command in Drill version 1.3 and later. The SET command changes a system setting for the duration of a session. Session level settings override system level settings.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/012-reset.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/012-reset.md b/_docs/sql-reference/sql-commands/012-reset.md
index 216c7ad..7473b1c 100644
--- a/_docs/sql-reference/sql-commands/012-reset.md
+++ b/_docs/sql-reference/sql-commands/012-reset.md
@@ -1,6 +1,6 @@
 ---
 title: "RESET"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The RESET command is available in Drill version 1.3 and later. The RESET command resets a session level option back to its default system setting.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/020-alter-system.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/020-alter-system.md b/_docs/sql-reference/sql-commands/020-alter-system.md
index ce56df9..2bef1a2 100644
--- a/_docs/sql-reference/sql-commands/020-alter-system.md
+++ b/_docs/sql-reference/sql-commands/020-alter-system.md
@@ -1,6 +1,6 @@
 ---
 title: "ALTER SYSTEM"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The ALTER SYSTEM command permanently changes a system setting. The new setting

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/030-create-table-as.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/030-create-table-as.md b/_docs/sql-reference/sql-commands/030-create-table-as.md
index 3232781..41fae14 100644
--- a/_docs/sql-reference/sql-commands/030-create-table-as.md
+++ b/_docs/sql-reference/sql-commands/030-create-table-as.md
@@ -1,6 +1,6 @@
 ---
 title: "CREATE TABLE AS (CTAS)"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 You can create tables in Drill by using the CTAS command.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/035-partition-by-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/035-partition-by-clause.md b/_docs/sql-reference/sql-commands/035-partition-by-clause.md
index 0f7beb6..2ee5852 100644
--- a/_docs/sql-reference/sql-commands/035-partition-by-clause.md
+++ b/_docs/sql-reference/sql-commands/035-partition-by-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "PARTITION BY Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The PARTITION BY clause in the CTAS command partitions data, which Drill [prunes]({{site.baseurl}}/docs/partition-pruning/) to improve performance when you query the data. (Drill 1.1.0)

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/050-create-view.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/050-create-view.md b/_docs/sql-reference/sql-commands/050-create-view.md
index c0fc983..477b7e6 100644
--- a/_docs/sql-reference/sql-commands/050-create-view.md
+++ b/_docs/sql-reference/sql-commands/050-create-view.md
@@ -1,6 +1,6 @@
 ---
 title: "CREATE VIEW"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The CREATE VIEW command creates a virtual structure for the result set of a

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/053-describe.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/053-describe.md b/_docs/sql-reference/sql-commands/053-describe.md
index 5308b67..1a71f44 100644
--- a/_docs/sql-reference/sql-commands/053-describe.md
+++ b/_docs/sql-reference/sql-commands/053-describe.md
@@ -1,6 +1,6 @@
 ---
 title: "DESCRIBE"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The DESCRIBE command returns information about columns in a table or view.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/055-drop-table.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/055-drop-table.md b/_docs/sql-reference/sql-commands/055-drop-table.md
index 4c4a999..8a1ea49 100644
--- a/_docs/sql-reference/sql-commands/055-drop-table.md
+++ b/_docs/sql-reference/sql-commands/055-drop-table.md
@@ -1,6 +1,6 @@
 ---
 title: "DROP TABLE"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/056-drop-view.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/056-drop-view.md b/_docs/sql-reference/sql-commands/056-drop-view.md
index 52e2b54..a0924aa 100644
--- a/_docs/sql-reference/sql-commands/056-drop-view.md
+++ b/_docs/sql-reference/sql-commands/056-drop-view.md
@@ -1,6 +1,6 @@
 ---
 title: "DROP VIEW"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/070-explain.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/070-explain.md b/_docs/sql-reference/sql-commands/070-explain.md
index 3c77d5a..871643c 100644
--- a/_docs/sql-reference/sql-commands/070-explain.md
+++ b/_docs/sql-reference/sql-commands/070-explain.md
@@ -1,6 +1,6 @@
 ---
 title: "EXPLAIN"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 EXPLAIN is a useful tool for examining the steps that a query goes through

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/079-select.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/079-select.md b/_docs/sql-reference/sql-commands/079-select.md
index cbf42aa..9d7d781 100644
--- a/_docs/sql-reference/sql-commands/079-select.md
+++ b/_docs/sql-reference/sql-commands/079-select.md
@@ -1,6 +1,6 @@
 ---
 title: "SELECT"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 Drill supports the following ANSI standard clauses in the SELECT statement:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/080-select-list.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/080-select-list.md b/_docs/sql-reference/sql-commands/080-select-list.md
index 7a725d8..c74bb93 100644
--- a/_docs/sql-reference/sql-commands/080-select-list.md
+++ b/_docs/sql-reference/sql-commands/080-select-list.md
@@ -1,6 +1,6 @@
 ---
 title: "SELECT List"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/081-from-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/081-from-clause.md b/_docs/sql-reference/sql-commands/081-from-clause.md
index 040bc08..32f13b3 100644
--- a/_docs/sql-reference/sql-commands/081-from-clause.md
+++ b/_docs/sql-reference/sql-commands/081-from-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "FROM Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The FROM clause lists the references (tables, views, and subqueries) that data is selected from. Drill expands the traditional concept of a “table reference” in a standard SQL FROM clause to refer to files and directories in a local or distributed file system.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/082-group-by-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/082-group-by-clause.md b/_docs/sql-reference/sql-commands/082-group-by-clause.md
index 07b5f93..85d769e 100644
--- a/_docs/sql-reference/sql-commands/082-group-by-clause.md
+++ b/_docs/sql-reference/sql-commands/082-group-by-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "GROUP BY Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The GROUP BY clause identifies the grouping columns for the query. You typically use a GROUP BY clause in conjunction with an aggregate expression. Grouping columns must be declared when the query computes aggregates with standard functions such as SUM, AVG, and COUNT. Currently, Drill does not support grouping on aliases.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/083-having-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/083-having-clause.md b/_docs/sql-reference/sql-commands/083-having-clause.md
index d4eb184..b2779f5 100644
--- a/_docs/sql-reference/sql-commands/083-having-clause.md
+++ b/_docs/sql-reference/sql-commands/083-having-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "HAVING Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The HAVING clause filters group rows created by the GROUP BY clause. The HAVING clause is applied to each group of the grouped table, much as a WHERE clause is applied to a select list. If there is no GROUP BY clause, the HAVING clause is applied to the entire result as a single group. The SELECT clause cannot refer directly to any column that does not have a GROUP BY clause.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/084-limit-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/084-limit-clause.md b/_docs/sql-reference/sql-commands/084-limit-clause.md
index 20c61fa..096ee27 100644
--- a/_docs/sql-reference/sql-commands/084-limit-clause.md
+++ b/_docs/sql-reference/sql-commands/084-limit-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "LIMIT Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The LIMIT clause limits the result set to the specified number of rows. You can use LIMIT with or without an ORDER BY clause.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/085-offset-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/085-offset-clause.md b/_docs/sql-reference/sql-commands/085-offset-clause.md
index 7cf39bf..e9a84cc 100644
--- a/_docs/sql-reference/sql-commands/085-offset-clause.md
+++ b/_docs/sql-reference/sql-commands/085-offset-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "OFFSET Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The OFFSET clause provides a way to skip a specified number of first rows in a result set before starting to return any rows.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/086-order-by-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/086-order-by-clause.md b/_docs/sql-reference/sql-commands/086-order-by-clause.md
index ba72207..2a2f872 100644
--- a/_docs/sql-reference/sql-commands/086-order-by-clause.md
+++ b/_docs/sql-reference/sql-commands/086-order-by-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "ORDER BY Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The ORDER BY clause sorts the result set of a query.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/087-union-set-operator.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/087-union-set-operator.md b/_docs/sql-reference/sql-commands/087-union-set-operator.md
index 3b7987d..0de27a7 100644
--- a/_docs/sql-reference/sql-commands/087-union-set-operator.md
+++ b/_docs/sql-reference/sql-commands/087-union-set-operator.md
@@ -1,6 +1,6 @@
 ---
 title: "UNION Set Operator"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The UNION set operator combines the result sets of two separate query expressions. The result set of each query must have the same number of columns and compatible data types. UNION automatically removes duplicate records from the result set. UNION ALL returns all duplicate records.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/088-where-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/088-where-clause.md b/_docs/sql-reference/sql-commands/088-where-clause.md
index 7880e6e..641f81c 100644
--- a/_docs/sql-reference/sql-commands/088-where-clause.md
+++ b/_docs/sql-reference/sql-commands/088-where-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "WHERE Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The WHERE clause selects rows based on a boolean expression. Only rows for which the expression evaluates to TRUE are returned in the result.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/089-with-clause.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/089-with-clause.md b/_docs/sql-reference/sql-commands/089-with-clause.md
index 2b120bb..5e77cbf 100644
--- a/_docs/sql-reference/sql-commands/089-with-clause.md
+++ b/_docs/sql-reference/sql-commands/089-with-clause.md
@@ -1,6 +1,6 @@
 ---
 title: "WITH Clause"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The WITH clause is an optional clause used to contain one or more common table

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/090-show-databases-and-show-schemas.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/090-show-databases-and-show-schemas.md b/_docs/sql-reference/sql-commands/090-show-databases-and-show-schemas.md
index 2e12f3e..96c735f 100644
--- a/_docs/sql-reference/sql-commands/090-show-databases-and-show-schemas.md
+++ b/_docs/sql-reference/sql-commands/090-show-databases-and-show-schemas.md
@@ -1,6 +1,6 @@
 ---
 title: "SHOW DATABASES and SHOW SCHEMAS"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The SHOW DATABASES and SHOW SCHEMAS commands generate a list of available Drill schemas that you can query.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/100-show-files.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/100-show-files.md b/_docs/sql-reference/sql-commands/100-show-files.md
index 13dbf35..1b1d47a 100644
--- a/_docs/sql-reference/sql-commands/100-show-files.md
+++ b/_docs/sql-reference/sql-commands/100-show-files.md
@@ -1,6 +1,6 @@
 ---
 title: "SHOW FILES"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The SHOW FILES command provides a quick report of the file systems that are

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/110-show-tables.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/110-show-tables.md b/_docs/sql-reference/sql-commands/110-show-tables.md
index ccc0b69..54169eb 100644
--- a/_docs/sql-reference/sql-commands/110-show-tables.md
+++ b/_docs/sql-reference/sql-commands/110-show-tables.md
@@ -1,6 +1,6 @@
 ---
 title: "SHOW TABLES"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The SHOW TABLES command returns a list of views created within a schema. It

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-commands/120-use.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/120-use.md b/_docs/sql-reference/sql-commands/120-use.md
index 18d2182..f9f5899 100644
--- a/_docs/sql-reference/sql-commands/120-use.md
+++ b/_docs/sql-reference/sql-commands/120-use.md
@@ -1,6 +1,6 @@
 ---
 title: "USE"
-date: TBD 
+date:  
 parent: "SQL Commands"
 ---
 The USE command changes the schema context to the specified schema. When you

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-conditional-expressions/010-case-expression.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-conditional-expressions/010-case-expression.md b/_docs/sql-reference/sql-conditional-expressions/010-case-expression.md
index d7ffeeb..372f2fb 100644
--- a/_docs/sql-reference/sql-conditional-expressions/010-case-expression.md
+++ b/_docs/sql-reference/sql-conditional-expressions/010-case-expression.md
@@ -1,6 +1,6 @@
 ---
 title: "CASE"
-date: TBD 
+date:  
 parent: "SQL Conditional Expressions"
 ---
 Executes statements based on one or more equality conditions.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-functions/005-about-sql-function-examples.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-functions/005-about-sql-function-examples.md b/_docs/sql-reference/sql-functions/005-about-sql-function-examples.md
index 354a511..8ee7bb6 100644
--- a/_docs/sql-reference/sql-functions/005-about-sql-function-examples.md
+++ b/_docs/sql-reference/sql-functions/005-about-sql-function-examples.md
@@ -1,6 +1,6 @@
 ---
 title: "About SQL Function Examples"
-date: TBD 
+date:  
 parent: "SQL Functions"
 ---
 You need to use a FROM clause in Drill queries. You can use the VALUES clause in the FROM clause to define rows of data in a derived table. The derived table has statement level scope.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-functions/010-math-and-trig.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-functions/010-math-and-trig.md b/_docs/sql-reference/sql-functions/010-math-and-trig.md
index 95a3d7c..b1f57f1 100644
--- a/_docs/sql-reference/sql-functions/010-math-and-trig.md
+++ b/_docs/sql-reference/sql-functions/010-math-and-trig.md
@@ -1,6 +1,6 @@
 ---
 title: "Math and Trig"
-date: TBD 
+date:  
 parent: "SQL Functions"
 ---
 Drill supports the math functions shown in the following table of math functions plus trig functions listed at the end of this section. Most math functions and all trig functions take these input types:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-functions/020-data-type-conversion.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-functions/020-data-type-conversion.md b/_docs/sql-reference/sql-functions/020-data-type-conversion.md
index 0d7500e..14e7cf4 100644
--- a/_docs/sql-reference/sql-functions/020-data-type-conversion.md
+++ b/_docs/sql-reference/sql-functions/020-data-type-conversion.md
@@ -1,6 +1,6 @@
 ---
 title: "Data Type Conversion"
-date: TBD 
+date:  
 parent: "SQL Functions"
 ---
 Drill supports the following functions for casting and converting data types:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md b/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
index a1f3452..028dbd2 100644
--- a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
+++ b/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
@@ -1,6 +1,6 @@
 ---
 title: "Date/Time Functions and Arithmetic"
-date: TBD 
+date:  
 parent: "SQL Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-functions/040-string-manipulation.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-functions/040-string-manipulation.md b/_docs/sql-reference/sql-functions/040-string-manipulation.md
index 44d25c8..62912a5 100644
--- a/_docs/sql-reference/sql-functions/040-string-manipulation.md
+++ b/_docs/sql-reference/sql-functions/040-string-manipulation.md
@@ -1,6 +1,6 @@
 ---
 title: "String Manipulation"
-date: TBD 
+date:  
 parent: "SQL Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 606e438..ac2f55c 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
@@ -1,6 +1,6 @@
 ---
 title: "Aggregate and Aggregate Statistical"
-date: TBD 
+date:  
 parent: "SQL Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-functions/060-functions-for-handling-nulls.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-functions/060-functions-for-handling-nulls.md b/_docs/sql-reference/sql-functions/060-functions-for-handling-nulls.md
index 082de0f..be5efc3 100644
--- a/_docs/sql-reference/sql-functions/060-functions-for-handling-nulls.md
+++ b/_docs/sql-reference/sql-functions/060-functions-for-handling-nulls.md
@@ -1,6 +1,6 @@
 ---
 title: "Functions for Handling Nulls"
-date: TBD 
+date:  
 parent: "SQL Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md b/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md
index dd5d43a..d6567bd 100644
--- a/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md
+++ b/_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "SQL Window Functions Introduction"
-date: TBD 
+date:  
 parent: "SQL Window Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-window-functions/020-aggregate-window-functions.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-window-functions/020-aggregate-window-functions.md b/_docs/sql-reference/sql-window-functions/020-aggregate-window-functions.md
index 414abef..792dfa1 100644
--- a/_docs/sql-reference/sql-window-functions/020-aggregate-window-functions.md
+++ b/_docs/sql-reference/sql-window-functions/020-aggregate-window-functions.md
@@ -1,6 +1,6 @@
 ---
 title: "Aggregate Window Functions"
-date: TBD 
+date:  
 parent: "SQL Window Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-window-functions/030-ranking-window-functions.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-window-functions/030-ranking-window-functions.md b/_docs/sql-reference/sql-window-functions/030-ranking-window-functions.md
index c52b779..c05d12e 100644
--- a/_docs/sql-reference/sql-window-functions/030-ranking-window-functions.md
+++ b/_docs/sql-reference/sql-window-functions/030-ranking-window-functions.md
@@ -1,6 +1,6 @@
 ---
 title: "Ranking Window Functions"
-date: TBD 
+date:  
 parent: "SQL Window Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-window-functions/035-value-window-functions.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-window-functions/035-value-window-functions.md b/_docs/sql-reference/sql-window-functions/035-value-window-functions.md
index 80fef38..6f3350a 100644
--- a/_docs/sql-reference/sql-window-functions/035-value-window-functions.md
+++ b/_docs/sql-reference/sql-window-functions/035-value-window-functions.md
@@ -1,6 +1,6 @@
 ---
 title: "Value Window Functions"
-date: TBD 
+date:  
 parent: "SQL Window Functions"
 ---
 Window functions operate on a set of rows and return a single value for each row from the underlying query. The OVER() clause differentiates window functions from other analytical and reporting functions. See [SQL Window Functions Introduction]({{ site.baseurl }}/docs/sql-window-functions-introduction/).

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/sql-reference/sql-window-functions/040-sql-window-functions-examples.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-window-functions/040-sql-window-functions-examples.md b/_docs/sql-reference/sql-window-functions/040-sql-window-functions-examples.md
index fae714f..b0dd947 100644
--- a/_docs/sql-reference/sql-window-functions/040-sql-window-functions-examples.md
+++ b/_docs/sql-reference/sql-window-functions/040-sql-window-functions-examples.md
@@ -1,6 +1,6 @@
 ---
 title: "SQL Window Functions Examples"
-date: TBD 
+date:  
 parent: "SQL Window Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/010-tutorials-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/010-tutorials-introduction.md b/_docs/tutorials/010-tutorials-introduction.md
index d0c44f2..94eb341 100644
--- a/_docs/tutorials/010-tutorials-introduction.md
+++ b/_docs/tutorials/010-tutorials-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Tutorials Introduction"
-date: TBD 
+date:  
 parent: "Tutorials"
 ---
 If you've never used Drill, use these tutorials to download, install, and start working with Drill. The tutorials include step-by-step procedures for the following tasks:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/020-drill-in-10-minutes.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/020-drill-in-10-minutes.md b/_docs/tutorials/020-drill-in-10-minutes.md
index da67196..4f2c293 100644
--- a/_docs/tutorials/020-drill-in-10-minutes.md
+++ b/_docs/tutorials/020-drill-in-10-minutes.md
@@ -1,6 +1,6 @@
 ---
 title: "Drill in 10 Minutes"
-date: TBD 
+date:  
 parent: "Tutorials"
 description: Get started with Drill in 10 minutes or less.
 ---

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/030-analyzing-the-yelp-academic-dataset.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/030-analyzing-the-yelp-academic-dataset.md b/_docs/tutorials/030-analyzing-the-yelp-academic-dataset.md
index d767969..c82cce5 100644
--- a/_docs/tutorials/030-analyzing-the-yelp-academic-dataset.md
+++ b/_docs/tutorials/030-analyzing-the-yelp-academic-dataset.md
@@ -1,6 +1,6 @@
 ---
 title: "Analyzing the Yelp Academic Dataset"
-date: TBD 
+date:  
 parent: "Tutorials"
 ---
 Apache Drill is one of the fastest growing open source projects, with the community making rapid progress with monthly releases. The key difference is Drill’s agility and flexibility.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md b/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md
index 10c6ef8..ce2a201 100644
--- a/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md
+++ b/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md
@@ -1,6 +1,6 @@
 ---
 title: "Learn Drill with the MapR Sandbox"
-date: TBD 
+date:  
 parent: "Tutorials"
 ---
 This tutorial uses the MapR Sandbox, which is a Hadoop environment pre-

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/050-analyzing-highly-dynamic-datasets.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/050-analyzing-highly-dynamic-datasets.md b/_docs/tutorials/050-analyzing-highly-dynamic-datasets.md
index e839b32..021cd68 100644
--- a/_docs/tutorials/050-analyzing-highly-dynamic-datasets.md
+++ b/_docs/tutorials/050-analyzing-highly-dynamic-datasets.md
@@ -1,6 +1,6 @@
 ---
 title: "Analyzing Highly Dynamic Datasets"
-date: TBD 
+date:  
 parent: "Tutorials"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/060-analyzing-social-media.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/060-analyzing-social-media.md b/_docs/tutorials/060-analyzing-social-media.md
index 1116dae..a151503 100644
--- a/_docs/tutorials/060-analyzing-social-media.md
+++ b/_docs/tutorials/060-analyzing-social-media.md
@@ -1,6 +1,6 @@
 ---
 title: "Analyzing Social Media"
-date: TBD 
+date:  
 parent: "Tutorials"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/070-analyzing-data-using-window-functions.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/070-analyzing-data-using-window-functions.md b/_docs/tutorials/070-analyzing-data-using-window-functions.md
index aab4621..a0203df 100644
--- a/_docs/tutorials/070-analyzing-data-using-window-functions.md
+++ b/_docs/tutorials/070-analyzing-data-using-window-functions.md
@@ -1,6 +1,6 @@
 ---
 title: "Analyzing Data Using Window Functions"
-date: TBD 
+date:  
 parent: "Tutorials"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/005-about-the-mapr-sandbox.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/005-about-the-mapr-sandbox.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/005-about-the-mapr-sandbox.md
index bb09d22..775b1d7 100644
--- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/005-about-the-mapr-sandbox.md
+++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/005-about-the-mapr-sandbox.md
@@ -1,6 +1,6 @@
 ---
 title: "About the MapR Sandbox"
-date: TBD 
+date:  
 parent: "Learn Drill with the MapR Sandbox"
 ---
 This tutorial uses the MapR Sandbox, which is a Hadoop environment pre-configured with Drill. MapR includes Drill as part of the Hadoop distribution. The MapR

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/010-installing-the-apache-drill-sandbox.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/010-installing-the-apache-drill-sandbox.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/010-installing-the-apache-drill-sandbox.md
index b1eed6c..82b8575 100644
--- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/010-installing-the-apache-drill-sandbox.md
+++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/010-installing-the-apache-drill-sandbox.md
@@ -1,6 +1,6 @@
 ---
 title: "Installing the Apache Drill Sandbox"
-date: TBD 
+date:  
 parent: "Learn Drill with the MapR Sandbox"
 ---
 ## Prerequisites

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md
index e56a039..a97fac0 100644
--- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md
+++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md
@@ -1,6 +1,6 @@
 ---
 title: "Getting to Know the Drill Sandbox"
-date: TBD 
+date:  
 parent: "Learn Drill with the MapR Sandbox"
 ---
 This section covers key information about the Apache Drill tutorial. After [installing the Drill sandbox]({{ site.baseurl }}/docs/installing-the-apache-drill-sandbox) and starting the sandbox, you can open another terminal window (Linux) or Command Prompt (Windows) and use the secure shell (ssh) to connect to the VM, assuming ssh is installed. Use the following login name and password: mapr/mapr. For

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/030-lesson-1-learn-about-the-data-set.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/030-lesson-1-learn-about-the-data-set.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/030-lesson-1-learn-about-the-data-set.md
index e25389d..5c56057 100644
--- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/030-lesson-1-learn-about-the-data-set.md
+++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/030-lesson-1-learn-about-the-data-set.md
@@ -1,6 +1,6 @@
 ---
 title: "Lesson 1: Learn about the Data Set"
-date: TBD 
+date:  
 parent: "Learn Drill with the MapR Sandbox"
 ---
 ## Goal

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md
index 5714d12..a05a246 100644
--- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md
+++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md
@@ -1,6 +1,6 @@
 ---
 title: "Lesson 2: Run Queries with ANSI SQL"
-date: TBD 
+date:  
 parent: "Learn Drill with the MapR Sandbox"
 ---
 ## Goal

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/050-lesson-3-run-queries-on-complex-data-types.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/050-lesson-3-run-queries-on-complex-data-types.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/050-lesson-3-run-queries-on-complex-data-types.md
index 908a4a5..1333d54 100644
--- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/050-lesson-3-run-queries-on-complex-data-types.md
+++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/050-lesson-3-run-queries-on-complex-data-types.md
@@ -1,6 +1,6 @@
 ---
 title: "Lesson 3: Run Queries on Complex Data Types"
-date: TBD 
+date:  
 parent: "Learn Drill with the MapR Sandbox"
 ---
 ## Goal

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/060-summary.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/060-summary.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/060-summary.md
index f979d43..2bbbd21 100644
--- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/060-summary.md
+++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/060-summary.md
@@ -1,6 +1,6 @@
 ---
 title: "Summary"
-date: TBD 
+date:  
 parent: "Learn Drill with the MapR Sandbox"
 ---
 This tutorial introduced Apache Drill and its ability to run ANSI SQL queries


[2/2] drill git commit: remove TBD

Posted by kr...@apache.org.
remove TBD


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

Branch: refs/heads/gh-pages
Commit: bc608f5a2e87e59fbcfad0dcf0792e236986d234
Parents: 3aca2c6
Author: Kris Hahn <kr...@apache.org>
Authored: Mon Dec 28 16:24:36 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Mon Dec 28 16:24:36 2015 -0800

----------------------------------------------------------------------
 _docs/110-troubleshooting.md                                       | 2 +-
 _docs/170-bylaws.md                                                | 2 +-
 _docs/architecture/010-architecture-introduction.md                | 2 +-
 _docs/architecture/015-drill-query-execution.md                    | 2 +-
 _docs/architecture/020-core-modules.md                             | 2 +-
 _docs/architecture/030-performance.md                              | 2 +-
 _docs/configure-drill/010-configure-drill-introduction.md          | 2 +-
 _docs/configure-drill/020-configuring-drill-memory.md              | 2 +-
 .../030-configuring-a-multitenant-cluster-introduction.md          | 2 +-
 _docs/configure-drill/050-configuring-multitenant-resources.md     | 2 +-
 _docs/configure-drill/060-configuring-a-shared-drillbit.md         | 2 +-
 _docs/configure-drill/070-configuring-user-impersonation.md        | 2 +-
 _docs/configure-drill/075-configuring-user-authentication.md       | 2 +-
 .../076-configuring-user-impersonation-with-hive-authorization.md  | 2 +-
 .../078-configuring-web-ui-and-rest-api-security.md                | 2 +-
 _docs/configure-drill/100-ports-used-by-drill.md                   | 2 +-
 _docs/configure-drill/120-configuring-the-drill-shell.md           | 2 +-
 .../010-configuration-options-introduction.md                      | 2 +-
 .../configure-drill/configuration-options/020-start-up-options.md  | 2 +-
 .../configuration-options/030-planning-and-exececution-options.md  | 2 +-
 .../configuration-options/040-persistent-configuration-storage.md  | 2 +-
 .../010-connect-a-data-source-introduction.md                      | 2 +-
 _docs/connect-a-data-source/020-storage-plugin-registration.md     | 2 +-
 _docs/connect-a-data-source/035-plugin-configuration-basics.md     | 2 +-
 _docs/connect-a-data-source/050-workspaces.md                      | 2 +-
 _docs/connect-a-data-source/080-drill-default-input-format.md      | 2 +-
 .../plugins/040-file-system-storage-plugin.md                      | 2 +-
 _docs/connect-a-data-source/plugins/060-hbase-storage-plugin.md    | 2 +-
 _docs/connect-a-data-source/plugins/070-hive-storage-plugin.md     | 2 +-
 _docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md    | 2 +-
 _docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md  | 2 +-
 _docs/connect-a-data-source/plugins/110-s3-storage-plugin.md       | 2 +-
 .../010-data-sources-and-file-formats-introduction.md              | 2 +-
 .../020-hive-to-drill-data-type-mapping.md                         | 2 +-
 .../030-deploying-and-using-a-hive-udf.md                          | 2 +-
 _docs/data-sources-and-file-formats/040-parquet-format.md          | 2 +-
 _docs/data-sources-and-file-formats/050-json-data-model.md         | 2 +-
 _docs/data-sources-and-file-formats/060-text-files-csv-tsv-psv.md  | 2 +-
 _docs/data-sources-and-file-formats/070-sequencefile-format.md     | 2 +-
 .../010-develop-custom-functions-introduction.md                   | 2 +-
 _docs/develop-custom-functions/020-developing-a-simple-function.md | 2 +-
 .../025-tutorial-develop-a-simple-function.md                      | 2 +-
 .../030-developing-an-aggregate-function.md                        | 2 +-
 .../040-adding-custom-functions-to-drill.md                        | 2 +-
 .../050-use-custom-functions-in-queries.md                         | 2 +-
 _docs/develop-custom-functions/060-custom-function-interfaces.md   | 2 +-
 _docs/developer-information/009-rest-api.md                        | 2 +-
 .../010-apache-drill-contribution-guidelines.md                    | 2 +-
 .../contribute-to-drill/020-apache-drill-contribution-ideas.md     | 2 +-
 _docs/developer-information/design-docs/010-drill-plan-syntax.md   | 2 +-
 _docs/developer-information/design-docs/020-rpc-overview.md        | 2 +-
 _docs/developer-information/design-docs/030-query-stages.md        | 2 +-
 _docs/developer-information/design-docs/040-useful-research.md     | 2 +-
 _docs/developer-information/design-docs/050-value-vectors.md       | 2 +-
 .../develop-drill/010-compiling-drill-from-source.md               | 2 +-
 .../develop-drill/020-drill-patch-review-tool.md                   | 2 +-
 _docs/getting-started/010-drill-introduction.md                    | 2 +-
 _docs/getting-started/020-why-drill.md                             | 2 +-
 _docs/install/010-install-drill-introduction.md                    | 2 +-
 _docs/install/020-migrating-parquet-data.md                        | 2 +-
 _docs/install/045-distributed-mode-prerequisites.md                | 2 +-
 _docs/install/047-installing-drill-on-the-cluster.md               | 2 +-
 _docs/install/050-starting-drill-in-distributed-mode.md            | 2 +-
 _docs/install/060-starting-the-web-ui.md                           | 2 +-
 .../010-embedded-mode-prerequisites.md                             | 2 +-
 .../020-installing-drill-on-linux-and-mac-os-x.md                  | 2 +-
 .../030-starting-drill-on-linux-and-mac-os-x.md                    | 2 +-
 .../040-installing-drill-on-windows.md                             | 2 +-
 .../050-starting-drill-on-windows.md                               | 2 +-
 _docs/log-and-debug/001-log-and-debug-introduction.md              | 2 +-
 _docs/log-and-debug/002-error-messages.md                          | 2 +-
 _docs/log-and-debug/003-modify-logback.xml.md                      | 2 +-
 _docs/log-and-debug/004-review-the-java-stack-trace.md             | 2 +-
 _docs/log-and-debug/005-query-audit-logging.md                     | 2 +-
 _docs/odbc-jdbc-interfaces/010-interfaces-introduction.md          | 2 +-
 _docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md                | 2 +-
 .../020-using-jdbc-with-squirrel-on-windows.md                     | 2 +-
 .../configuring-odbc/010-odbc-configuration-reference.md           | 2 +-
 .../configuring-odbc/020-configuring-odbc-on-linux.md              | 2 +-
 .../configuring-odbc/025-configuring-odbc-on-mac-os-x.md           | 2 +-
 .../configuring-odbc/030-configuring-odbc-on-windows.md            | 2 +-
 .../configuring-odbc/040-testing-the-odbc-connection.md            | 2 +-
 .../010-installing-the-driver-on-linux.md                          | 2 +-
 .../020-installing-the-driver-on-mac-os-x.md                       | 2 +-
 .../030-installing-the-driver-on-windows.md                        | 2 +-
 .../040-installing-the-tdc-file-on-windows.md                      | 2 +-
 .../using-drill-explorer/010-drill-explorer-introduction.md        | 2 +-
 .../using-drill-explorer/020-connecting-drill-explorer-to-data.md  | 2 +-
 .../using-drill-explorer/030-browsing-data-and-creating-views.md   | 2 +-
 .../010-using-odbc-with-bi-tools-introduction.md                   | 2 +-
 .../using-drill-with-bi-tools/020-tableau-examples.md              | 2 +-
 .../030-using-microstrategy-analytics-with-apache-drill.md         | 2 +-
 .../040-using-tibco-spotfire-desktop-with-drill.md                 | 2 +-
 .../using-drill-with-bi-tools/050-configuring-spotfire-server.md   | 2 +-
 .../using-drill-with-bi-tools/055-using-qliksense-with-drill.md    | 2 +-
 .../060-using-apache-drill-with-tableau-9-desktop.md               | 2 +-
 .../070-using-apache-drill-with-tableau-9-server.md                | 2 +-
 .../090-configuring-jreport-with-drill.md                          | 2 +-
 _docs/performance-tuning/010-performance-tuning-introduction.md    | 2 +-
 _docs/performance-tuning/025-optimizing-parquet-reading.md         | 2 +-
 _docs/performance-tuning/030-choosing-a-storage-format.md          | 2 +-
 .../identifying-performance-issues/010-query-plans.md              | 2 +-
 .../identifying-performance-issues/020-query-profiles.md           | 2 +-
 .../partition-pruning/010-partition-pruning-introduction.md        | 2 +-
 .../partition-pruning/030-using-partition-pruning.md               | 2 +-
 .../performance-tuning-reference/010-query-profile-tables.md       | 2 +-
 .../performance-tuning-reference/020-physical-operators.md         | 2 +-
 .../010-query-plans-and-tuning-introduction.md                     | 2 +-
 .../query-plans-and-tuning/020-join-planning-guidelines.md         | 2 +-
 .../030-guidelines-for-optimizing-aggregation.md                   | 2 +-
 .../query-plans-and-tuning/040-modifying-query-planning-options.md | 2 +-
 .../050-sort-based-and-hash-based-memory-constrained-operators.md  | 2 +-
 .../query-plans-and-tuning/060-enabling-query-queuing.md           | 2 +-
 ...ng-parallelization-to-balance-performance-with-multi-tenancy.md | 2 +-
 _docs/query-data/010-query-data-introduction.md                    | 2 +-
 _docs/query-data/030-querying-hbase.md                             | 2 +-
 _docs/query-data/050-querying-hive.md                              | 2 +-
 _docs/query-data/060-querying-the-information-schema.md            | 2 +-
 _docs/query-data/070-query-sys-tbl.md                              | 2 +-
 .../080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md    | 2 +-
 .../query-a-file-system/005-querying-a-file-system-introduction.md | 2 +-
 _docs/query-data/query-a-file-system/010-querying-json-files.md    | 2 +-
 _docs/query-data/query-a-file-system/020-querying-parquet-files.md | 2 +-
 .../query-a-file-system/030-querying-plain-text-files.md           | 2 +-
 _docs/query-data/query-a-file-system/040-querying-directories.md   | 2 +-
 .../query-data/query-a-file-system/050-querying-sequence-files.md  | 2 +-
 .../005-querying-complex-data-introduction.md                      | 2 +-
 _docs/query-data/querying-complex-data/010-sample--data-donuts.md  | 2 +-
 _docs/query-data/querying-complex-data/020-selecting-flat-data.md  | 2 +-
 .../030-using-sql-functions-clauses-and-joins.md                   | 2 +-
 .../query-data/querying-complex-data/040-selecting-nested-data.md  | 2 +-
 .../050-selecting-multiple-columns-within-nested-data.md           | 2 +-
 _docs/sample-datasets/001-aol.md                                   | 2 +-
 _docs/sample-datasets/002-enron.md                                 | 2 +-
 _docs/sample-datasets/003-wikipedia.md                             | 2 +-
 _docs/sql-reference/010-sql-reference-introduction.md              | 2 +-
 _docs/sql-reference/030-lexical-structure.md                       | 2 +-
 _docs/sql-reference/040-operators.md                               | 2 +-
 _docs/sql-reference/065-query-directory-functions.md               | 2 +-
 _docs/sql-reference/080-reserved-keywords.md                       | 2 +-
 _docs/sql-reference/090-sql-extensions.md                          | 2 +-
 _docs/sql-reference/data-types/010-supported-data-types.md         | 2 +-
 _docs/sql-reference/data-types/020-date-time-and-timestamp.md      | 2 +-
 .../sql-reference/data-types/030-handling-different-data-types.md  | 2 +-
 .../nested-data-functions/005-nested-data-limitations.md           | 2 +-
 _docs/sql-reference/nested-data-functions/010-flatten.md           | 2 +-
 _docs/sql-reference/nested-data-functions/020-kvgen.md             | 2 +-
 _docs/sql-reference/nested-data-functions/030-repeated-count.md    | 2 +-
 _docs/sql-reference/nested-data-functions/040-repeated-contains.md | 2 +-
 _docs/sql-reference/sql-commands/005-supported-sql-commands.md     | 2 +-
 _docs/sql-reference/sql-commands/010-set.md                        | 2 +-
 _docs/sql-reference/sql-commands/012-reset.md                      | 2 +-
 _docs/sql-reference/sql-commands/020-alter-system.md               | 2 +-
 _docs/sql-reference/sql-commands/030-create-table-as.md            | 2 +-
 _docs/sql-reference/sql-commands/035-partition-by-clause.md        | 2 +-
 _docs/sql-reference/sql-commands/050-create-view.md                | 2 +-
 _docs/sql-reference/sql-commands/053-describe.md                   | 2 +-
 _docs/sql-reference/sql-commands/055-drop-table.md                 | 2 +-
 _docs/sql-reference/sql-commands/056-drop-view.md                  | 2 +-
 _docs/sql-reference/sql-commands/070-explain.md                    | 2 +-
 _docs/sql-reference/sql-commands/079-select.md                     | 2 +-
 _docs/sql-reference/sql-commands/080-select-list.md                | 2 +-
 _docs/sql-reference/sql-commands/081-from-clause.md                | 2 +-
 _docs/sql-reference/sql-commands/082-group-by-clause.md            | 2 +-
 _docs/sql-reference/sql-commands/083-having-clause.md              | 2 +-
 _docs/sql-reference/sql-commands/084-limit-clause.md               | 2 +-
 _docs/sql-reference/sql-commands/085-offset-clause.md              | 2 +-
 _docs/sql-reference/sql-commands/086-order-by-clause.md            | 2 +-
 _docs/sql-reference/sql-commands/087-union-set-operator.md         | 2 +-
 _docs/sql-reference/sql-commands/088-where-clause.md               | 2 +-
 _docs/sql-reference/sql-commands/089-with-clause.md                | 2 +-
 .../sql-commands/090-show-databases-and-show-schemas.md            | 2 +-
 _docs/sql-reference/sql-commands/100-show-files.md                 | 2 +-
 _docs/sql-reference/sql-commands/110-show-tables.md                | 2 +-
 _docs/sql-reference/sql-commands/120-use.md                        | 2 +-
 .../sql-conditional-expressions/010-case-expression.md             | 2 +-
 .../sql-reference/sql-functions/005-about-sql-function-examples.md | 2 +-
 _docs/sql-reference/sql-functions/010-math-and-trig.md             | 2 +-
 _docs/sql-reference/sql-functions/020-data-type-conversion.md      | 2 +-
 .../sql-functions/030-date-time-functions-and-arithmetic.md        | 2 +-
 _docs/sql-reference/sql-functions/040-string-manipulation.md       | 2 +-
 .../sql-functions/050-aggregate-and-aggregate-statistical.md       | 2 +-
 .../sql-functions/060-functions-for-handling-nulls.md              | 2 +-
 .../sql-window-functions/010-sql-window-functions-introduction.md  | 2 +-
 .../sql-window-functions/020-aggregate-window-functions.md         | 2 +-
 .../sql-window-functions/030-ranking-window-functions.md           | 2 +-
 .../sql-window-functions/035-value-window-functions.md             | 2 +-
 .../sql-window-functions/040-sql-window-functions-examples.md      | 2 +-
 _docs/tutorials/010-tutorials-introduction.md                      | 2 +-
 _docs/tutorials/020-drill-in-10-minutes.md                         | 2 +-
 _docs/tutorials/030-analyzing-the-yelp-academic-dataset.md         | 2 +-
 _docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md           | 2 +-
 _docs/tutorials/050-analyzing-highly-dynamic-datasets.md           | 2 +-
 _docs/tutorials/060-analyzing-social-media.md                      | 2 +-
 _docs/tutorials/070-analyzing-data-using-window-functions.md       | 2 +-
 .../005-about-the-mapr-sandbox.md                                  | 2 +-
 .../010-installing-the-apache-drill-sandbox.md                     | 2 +-
 .../020-getting-to-know-the-drill-sandbox.md                       | 2 +-
 .../030-lesson-1-learn-about-the-data-set.md                       | 2 +-
 .../040-lesson-2-run-queries-with-ansi-sql.md                      | 2 +-
 .../050-lesson-3-run-queries-on-complex-data-types.md              | 2 +-
 _docs/tutorials/learn-drill-with-the-mapr-sandbox/060-summary.md   | 2 +-
 202 files changed, 202 insertions(+), 202 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/110-troubleshooting.md
----------------------------------------------------------------------
diff --git a/_docs/110-troubleshooting.md b/_docs/110-troubleshooting.md
index 4445c55..6cf315f 100644
--- a/_docs/110-troubleshooting.md
+++ b/_docs/110-troubleshooting.md
@@ -1,6 +1,6 @@
 ---
 title: "Troubleshooting"
-date: TBD 
+date:  
 ---
 
 You may experience certain known issues when using Drill. This document lists some known issues and resolutions for each.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/170-bylaws.md
----------------------------------------------------------------------
diff --git a/_docs/170-bylaws.md b/_docs/170-bylaws.md
index f46ce8f..17a9bc5 100644
--- a/_docs/170-bylaws.md
+++ b/_docs/170-bylaws.md
@@ -1,6 +1,6 @@
 ---
 title: "Project Bylaws"
-date: TBD 
+date:  
 ---
 ## Introduction
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/architecture/010-architecture-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/architecture/010-architecture-introduction.md b/_docs/architecture/010-architecture-introduction.md
index d69063c..2161644 100644
--- a/_docs/architecture/010-architecture-introduction.md
+++ b/_docs/architecture/010-architecture-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Architecture Introduction"
-date: TBD 
+date:  
 parent: "Architecture"
 ---
 Apache Drill is a low latency distributed query engine for large-scale

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/architecture/015-drill-query-execution.md
----------------------------------------------------------------------
diff --git a/_docs/architecture/015-drill-query-execution.md b/_docs/architecture/015-drill-query-execution.md
index cad0c0c..7b82e20 100644
--- a/_docs/architecture/015-drill-query-execution.md
+++ b/_docs/architecture/015-drill-query-execution.md
@@ -1,6 +1,6 @@
 ---
 title: "Drill Query Execution"
-date: TBD 
+date:  
 parent: "Architecture"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/architecture/020-core-modules.md
----------------------------------------------------------------------
diff --git a/_docs/architecture/020-core-modules.md b/_docs/architecture/020-core-modules.md
index f822335..e2ad432 100644
--- a/_docs/architecture/020-core-modules.md
+++ b/_docs/architecture/020-core-modules.md
@@ -1,6 +1,6 @@
 ---
 title: "Core Modules"
-date: TBD 
+date:  
 parent: "Architecture"
 ---
 The following image represents components within each Drillbit:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/architecture/030-performance.md
----------------------------------------------------------------------
diff --git a/_docs/architecture/030-performance.md b/_docs/architecture/030-performance.md
index 255be34..03de004 100644
--- a/_docs/architecture/030-performance.md
+++ b/_docs/architecture/030-performance.md
@@ -1,6 +1,6 @@
 ---
 title: "Performance"
-date: TBD 
+date:  
 parent: "Architecture"
 ---
 Drill is designed from the ground up for high performance on large datasets.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/010-configure-drill-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/010-configure-drill-introduction.md b/_docs/configure-drill/010-configure-drill-introduction.md
index 5cfdb16..3f8be33 100644
--- a/_docs/configure-drill/010-configure-drill-introduction.md
+++ b/_docs/configure-drill/010-configure-drill-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Configure Drill Introduction"
-date: TBD 
+date:  
 parent: "Configure Drill"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/020-configuring-drill-memory.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/020-configuring-drill-memory.md b/_docs/configure-drill/020-configuring-drill-memory.md
index 4d55f15..7d99c6e 100644
--- a/_docs/configure-drill/020-configuring-drill-memory.md
+++ b/_docs/configure-drill/020-configuring-drill-memory.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring Drill Memory"
-date: TBD 
+date:  
 parent: "Configure Drill"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md b/_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md
index a75cb3d..ac77d7a 100644
--- a/_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md
+++ b/_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring a Multitenant Cluster Introduction"
-date: TBD 
+date:  
 parent: "Configuring a Multitenant Cluster"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/050-configuring-multitenant-resources.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/050-configuring-multitenant-resources.md b/_docs/configure-drill/050-configuring-multitenant-resources.md
index 22c0cc6..d6fdeba 100644
--- a/_docs/configure-drill/050-configuring-multitenant-resources.md
+++ b/_docs/configure-drill/050-configuring-multitenant-resources.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring Multitenant Resources"
-date: TBD 
+date:  
 parent: "Configuring a Multitenant Cluster"
 ---
 Drill operations are memory and CPU-intensive. Currently, Drill resources are managed outside of any cluster management service. In a multitenant or any other type of cluster, YARN-enabled or not, you configure memory and memory usage limits for Drill by modifying the `drill-env.sh` file as described in ["Configuring Drill Memory"]({{site.baseurl}}/docs/configuring-drill-memory).

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/060-configuring-a-shared-drillbit.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/060-configuring-a-shared-drillbit.md b/_docs/configure-drill/060-configuring-a-shared-drillbit.md
index ab8a587..9599564 100644
--- a/_docs/configure-drill/060-configuring-a-shared-drillbit.md
+++ b/_docs/configure-drill/060-configuring-a-shared-drillbit.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring Resources for a Shared Drillbit"
-date: TBD 
+date:  
 parent: "Configuring a Multitenant Cluster"
 ---
 To manage a cluster in which multiple users share a Drillbit, you configure Drill queuing and parallelization in addition to memory, as described in the previous section, ["Configuring Drill Memory"]({{site.baseurl}}/docs/configuring-drill-memory/).

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/070-configuring-user-impersonation.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/070-configuring-user-impersonation.md b/_docs/configure-drill/070-configuring-user-impersonation.md
index 3c53d1e..5bb3e42 100644
--- a/_docs/configure-drill/070-configuring-user-impersonation.md
+++ b/_docs/configure-drill/070-configuring-user-impersonation.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring User Impersonation"
-date: TBD 
+date:  
 parent: "Configure Drill"
 ---
 Impersonation allows a service to act on behalf of a client while performing the action requested by the client. By default, user impersonation is disabled in Drill. You can configure user impersonation in the <DRILLINSTALL_HOME>/conf/drill-override.conf file.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/075-configuring-user-authentication.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/075-configuring-user-authentication.md b/_docs/configure-drill/075-configuring-user-authentication.md
index 85203cc..b4cd7ad 100644
--- a/_docs/configure-drill/075-configuring-user-authentication.md
+++ b/_docs/configure-drill/075-configuring-user-authentication.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring User Authentication"
-date: TBD 
+date:  
 parent: "Configure Drill"
 ---
 Authentication is the process of proving a user’s identity to access a process running on a system. Drill currently supports username/password based authentication through the use of the Linux Pluggable Authentication Module (PAM). The authentication option is available through JDBC and ODBC interfaces. Linux PAM provides authentication modules that interface with any installed PAM authentication entity, such as the local operating system password file (passwd or login) or LDAP. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/076-configuring-user-impersonation-with-hive-authorization.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/076-configuring-user-impersonation-with-hive-authorization.md b/_docs/configure-drill/076-configuring-user-impersonation-with-hive-authorization.md
index e3dd9bc..997e058 100644
--- a/_docs/configure-drill/076-configuring-user-impersonation-with-hive-authorization.md
+++ b/_docs/configure-drill/076-configuring-user-impersonation-with-hive-authorization.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring User Impersonation with Hive Authorization"
-date: TBD 
+date:  
 parent: "Configure Drill"
 ---
 As of Drill 1.1, you can enable impersonation in Drill and configure authorization in Hive version 1.0 to authorize access to metadata in the Hive metastore repository and data in the Hive warehouse. Impersonation allows a service to act on behalf of a client while performing the action requested by the client. See [Configuring User Impersonation]({{site.baseurl}}/docs/configuring-user-impersonation).

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/078-configuring-web-ui-and-rest-api-security.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/078-configuring-web-ui-and-rest-api-security.md b/_docs/configure-drill/078-configuring-web-ui-and-rest-api-security.md
index c1e9ddf..7b8abb3 100644
--- a/_docs/configure-drill/078-configuring-web-ui-and-rest-api-security.md
+++ b/_docs/configure-drill/078-configuring-web-ui-and-rest-api-security.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring Web Console and REST API Security"
-date: TBD 
+date:  
 parent: "Configure Drill"
 ---
 <!-- Drill 1.2 extends [Drill user authentication]({{site.baseurl}}/docs/configuring-user-authentication/) to the Web Console and underlying REST API. As administrator, you can control the extent of access to the Web Console and REST API client applications. For example,

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/100-ports-used-by-drill.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/100-ports-used-by-drill.md b/_docs/configure-drill/100-ports-used-by-drill.md
index 521c45a..2c5f6ff 100644
--- a/_docs/configure-drill/100-ports-used-by-drill.md
+++ b/_docs/configure-drill/100-ports-used-by-drill.md
@@ -1,6 +1,6 @@
 ---
 title: "Ports Used by Drill"
-date: TBD 
+date:  
 parent: "Configure Drill"
 ---
 The following table provides a list of the ports that Drill uses, the port

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/120-configuring-the-drill-shell.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/120-configuring-the-drill-shell.md b/_docs/configure-drill/120-configuring-the-drill-shell.md
index 26aefd2..5ab5060 100644
--- a/_docs/configure-drill/120-configuring-the-drill-shell.md
+++ b/_docs/configure-drill/120-configuring-the-drill-shell.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring the Drill Shell"
-date: TBD 
+date:  
 parent: "Configure Drill"
 ---
 After [starting the Drill shell]({{site.baseurl}}/docs/starting-drill-on-linux-and-mac-os-x/), you can type queries on the shell command line. At the Drill shell command prompt, typing "help" lists the configuration and other options you can set to manage shell functionality. Apache Drill 1.0 and later formats the resultset output tables for readability if possible. In this release, columns having 70 characters or more cannot be formatted. This document formats all output for readability and example purposes.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md b/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
index 1e918f4..0647d70 100644
--- a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
+++ b/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuration Options Introduction"
-date: TBD 
+date:  
 parent: "Configuration Options"
 ---
 Drill provides many configuration options that you can enable, disable, or

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/configuration-options/020-start-up-options.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/configuration-options/020-start-up-options.md b/_docs/configure-drill/configuration-options/020-start-up-options.md
index 3157d6c..fb201db 100644
--- a/_docs/configure-drill/configuration-options/020-start-up-options.md
+++ b/_docs/configure-drill/configuration-options/020-start-up-options.md
@@ -1,6 +1,6 @@
 ---
 title: "Start-Up Options"
-date: TBD 
+date:  
 parent: "Configuration Options"
 ---
 Drill’s start-up options reside in a HOCON configuration file format, which is

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md b/_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md
index 383a858..092321b 100644
--- a/_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md
+++ b/_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md
@@ -1,6 +1,6 @@
 ---
 title: "Planning and Execution Options"
-date: TBD 
+date:  
 parent: "Configuration Options"
 ---
 You can set Drill query planning and execution options per cluster, at the

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md b/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
index db8f960..32ba5dd 100644
--- a/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
+++ b/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
@@ -1,6 +1,6 @@
 ---
 title: "Persistent Configuration Storage"
-date: TBD 
+date:  
 parent: "Configuration Options"
 ---
 Drill stores persistent configuration data in a persistent configuration store

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md b/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
index 1e444b0..661c2c1 100644
--- a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
+++ b/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Connect a Data Source Introduction"
-date: TBD 
+date:  
 parent: "Connect a Data Source"
 ---
 A storage plugin is a software module for connecting Drill to data sources. A storage plugin typically optimizes execution of Drill queries, provides the location of the data, and configures the workspace and file formats for reading data. Several storage plugins are installed with Drill that you can configure to suit your environment. Through a storage plugin, Drill connects to a data source, such as a database, a file on a local or distributed file system, or a Hive metastore. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/020-storage-plugin-registration.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/020-storage-plugin-registration.md b/_docs/connect-a-data-source/020-storage-plugin-registration.md
index a9cb88f..dc22d97 100644
--- a/_docs/connect-a-data-source/020-storage-plugin-registration.md
+++ b/_docs/connect-a-data-source/020-storage-plugin-registration.md
@@ -1,6 +1,6 @@
 ---
 title: "Storage Plugin Registration"
-date: TBD 
+date:  
 parent: "Connect a Data Source"
 ---
 You connect Drill to a file system, Hive, HBase, or other data source through a storage plugin. On the Storage tab of the Drill Web Console, you can view and reconfigure a storage plugin. If [HTTPS support]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/#https-support) is not enabled (the default), go to `http://<IP address>:8047/storage` to view and configure a storage plugin. IP address is the host name or IP address of one of the installed Drillbits in a distributed system or `localhost` in an embedded system. If HTTPS support is enabled, go to `https://<IP address>:8047/storage`. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/035-plugin-configuration-basics.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/035-plugin-configuration-basics.md b/_docs/connect-a-data-source/035-plugin-configuration-basics.md
index 922b592..3cb542e 100644
--- a/_docs/connect-a-data-source/035-plugin-configuration-basics.md
+++ b/_docs/connect-a-data-source/035-plugin-configuration-basics.md
@@ -1,6 +1,6 @@
 ---
 title: "Plugin Configuration Basics"
-date: TBD 
+date:  
 parent: "Storage Plugin Configuration"
 ---
 When you add or update storage plugin configurations on one Drill node in a 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/050-workspaces.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/050-workspaces.md b/_docs/connect-a-data-source/050-workspaces.md
index a556878..e78c7e8 100644
--- a/_docs/connect-a-data-source/050-workspaces.md
+++ b/_docs/connect-a-data-source/050-workspaces.md
@@ -1,6 +1,6 @@
 ---
 title: "Workspaces"
-date: TBD 
+date:  
 parent: "Storage Plugin Configuration"
 ---
 You can define one or more workspaces in a [storage plugin configuration]({{site.baseurl}}/docs/plugin-configuration-basics/). The workspace defines the location of files in subdirectories of a local or distributed file system. Drill searches the workspace to locate data when

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/080-drill-default-input-format.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/080-drill-default-input-format.md b/_docs/connect-a-data-source/080-drill-default-input-format.md
index ceed95a..3cbca1b 100644
--- a/_docs/connect-a-data-source/080-drill-default-input-format.md
+++ b/_docs/connect-a-data-source/080-drill-default-input-format.md
@@ -1,6 +1,6 @@
 ---
 title: "Drill Default Input Format"
-date: TBD 
+date:  
 parent: "Storage Plugin Configuration"
 ---
 You can define a default input format to tell Drill what file type exists in a

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/plugins/040-file-system-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/plugins/040-file-system-storage-plugin.md b/_docs/connect-a-data-source/plugins/040-file-system-storage-plugin.md
index 7b689ad..de44368 100644
--- a/_docs/connect-a-data-source/plugins/040-file-system-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/040-file-system-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "File System Storage Plugin"
-date: TBD 
+date:  
 parent: "Connect a Data Source"
 ---
 You can register a storage plugin configuration that connects Drill to a local file system or to a distributed file system registered in the Hadoop `core-site.xml`, such as S3

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/plugins/060-hbase-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/plugins/060-hbase-storage-plugin.md b/_docs/connect-a-data-source/plugins/060-hbase-storage-plugin.md
index 4ac8a18..ae989fc 100644
--- a/_docs/connect-a-data-source/plugins/060-hbase-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/060-hbase-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "HBase Storage Plugin"
-date: TBD 
+date:  
 parent: "Connect a Data Source"
 ---
 When connecting Drill to an HBase data source using the HBase storage plugin installed with Drill, you need to specify a ZooKeeper quorum. Drill supports HBase version 0.98.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md b/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md
index b421545..32643e5 100644
--- a/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "Hive Storage Plugin"
-date: TBD 
+date:  
 parent: "Connect a Data Source"
 ---
 Drill 1.1 and later supports Hive 1.0. To access Hive tables

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md b/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
index 35dde0b..f8dacdd 100644
--- a/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "RDBMS Storage Plugin"
-date: TBD 
+date:  
 parent: "Connect a Data Source"
 ---
 Apache Drill supports querying a number of RDBMS instances. This allows you to connect your traditional databases to your Drill cluster so you can have a single view of both your relational and NoSQL datasources in a single system. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md b/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
index 3edd5cf..1807574 100644
--- a/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "MongoDB Storage Plugin"
-date: TBD 
+date:  
 parent: "Connect a Data Source"
 ---
 ## Overview

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/connect-a-data-source/plugins/110-s3-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/plugins/110-s3-storage-plugin.md b/_docs/connect-a-data-source/plugins/110-s3-storage-plugin.md
index 824b93d..4f9e0b1 100644
--- a/_docs/connect-a-data-source/plugins/110-s3-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/110-s3-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "S3 Storage Plugin"
-date: TBD 
+date:  
 parent: "Connect a Data Source"
 ---
 Drill works with data stored in the cloud. With a few simple steps, you can configure the S3 storage plugin for Drill and be off to the races running queries.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/data-sources-and-file-formats/010-data-sources-and-file-formats-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/data-sources-and-file-formats/010-data-sources-and-file-formats-introduction.md b/_docs/data-sources-and-file-formats/010-data-sources-and-file-formats-introduction.md
index 84c7cc3..95dd89d 100644
--- a/_docs/data-sources-and-file-formats/010-data-sources-and-file-formats-introduction.md
+++ b/_docs/data-sources-and-file-formats/010-data-sources-and-file-formats-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Data Sources and File Formats Introduction"
-date: TBD 
+date:  
 parent: "Data Sources and File Formats"
 ---
 Included in the data sources that  Drill supports are these key data sources:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md
----------------------------------------------------------------------
diff --git a/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md b/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md
index 7fa00fe..43eef78 100644
--- a/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md
+++ b/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md
@@ -1,6 +1,6 @@
 ---
 title: "Hive-to-Drill Data Type Mapping"
-date: TBD 
+date:  
 parent: "Data Sources and File Formats"
 ---
 Using Drill you can read tables created in Hive that use data types compatible with Drill. Drill currently does not support writing Hive tables. The map of SQL types and Hive types shows that several Hive types need to be cast to the supported SQL type in a Drill query:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/data-sources-and-file-formats/030-deploying-and-using-a-hive-udf.md
----------------------------------------------------------------------
diff --git a/_docs/data-sources-and-file-formats/030-deploying-and-using-a-hive-udf.md b/_docs/data-sources-and-file-formats/030-deploying-and-using-a-hive-udf.md
index f2060f8..3dfee56 100644
--- a/_docs/data-sources-and-file-formats/030-deploying-and-using-a-hive-udf.md
+++ b/_docs/data-sources-and-file-formats/030-deploying-and-using-a-hive-udf.md
@@ -1,6 +1,6 @@
 ---
 title: "Deploying and Using a Hive UDF"
-date: TBD 
+date:  
 parent: "Data Sources and File Formats"
 ---
 If the extensive Hive functions, such as the mathematical and date functions, which Drill supports do not meet your needs, you can use a Hive UDF in Drill queries. Drill supports your existing Hive scalar UDFs. You can do queries on Hive tables and access existing Hive input/output formats, including custom serdes. Drill serves as a complement to Hive deployments by offering low latency queries.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/data-sources-and-file-formats/040-parquet-format.md
----------------------------------------------------------------------
diff --git a/_docs/data-sources-and-file-formats/040-parquet-format.md b/_docs/data-sources-and-file-formats/040-parquet-format.md
index e0203ac..56e48e7 100644
--- a/_docs/data-sources-and-file-formats/040-parquet-format.md
+++ b/_docs/data-sources-and-file-formats/040-parquet-format.md
@@ -1,6 +1,6 @@
 ---
 title: "Parquet Format"
-date: TBD 
+date:  
 parent: "Data Sources and File Formats"
 ---
 [Apache Parquet](http://parquet.incubator.apache.org/documentation/latest) has the following characteristics:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/data-sources-and-file-formats/050-json-data-model.md
----------------------------------------------------------------------
diff --git a/_docs/data-sources-and-file-formats/050-json-data-model.md b/_docs/data-sources-and-file-formats/050-json-data-model.md
index 99246a6..0452288 100644
--- a/_docs/data-sources-and-file-formats/050-json-data-model.md
+++ b/_docs/data-sources-and-file-formats/050-json-data-model.md
@@ -1,6 +1,6 @@
 ---
 title: "JSON Data Model"
-date: TBD 
+date:  
 parent: "Data Sources and File Formats"
 ---
 Drill supports [JSON (JavaScript Object Notation)](http://www.json.org/), a self-describing data format. The data itself implies its schema and has the following characteristics:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/data-sources-and-file-formats/060-text-files-csv-tsv-psv.md
----------------------------------------------------------------------
diff --git a/_docs/data-sources-and-file-formats/060-text-files-csv-tsv-psv.md b/_docs/data-sources-and-file-formats/060-text-files-csv-tsv-psv.md
index 59d6a93..07a65d2 100644
--- a/_docs/data-sources-and-file-formats/060-text-files-csv-tsv-psv.md
+++ b/_docs/data-sources-and-file-formats/060-text-files-csv-tsv-psv.md
@@ -1,6 +1,6 @@
 ---
 title: "Text Files: CSV, TSV, PSV"
-date: TBD 
+date:  
 parent: "Data Sources and File Formats"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/data-sources-and-file-formats/070-sequencefile-format.md
----------------------------------------------------------------------
diff --git a/_docs/data-sources-and-file-formats/070-sequencefile-format.md b/_docs/data-sources-and-file-formats/070-sequencefile-format.md
index 70f0494..ae7e6b7 100644
--- a/_docs/data-sources-and-file-formats/070-sequencefile-format.md
+++ b/_docs/data-sources-and-file-formats/070-sequencefile-format.md
@@ -1,6 +1,6 @@
 ---
 title: "Sequence Files"
-date: TBD 
+date:  
 parent: "Data Sources and File Formats"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/develop-custom-functions/010-develop-custom-functions-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/develop-custom-functions/010-develop-custom-functions-introduction.md b/_docs/develop-custom-functions/010-develop-custom-functions-introduction.md
index ed68e11..3a7f652 100644
--- a/_docs/develop-custom-functions/010-develop-custom-functions-introduction.md
+++ b/_docs/develop-custom-functions/010-develop-custom-functions-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Develop Custom Functions Introduction"
-date: TBD 
+date:  
 parent: "Develop Custom Functions"
 ---
 Drill provides a high performance Java API with interfaces that you can

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/develop-custom-functions/020-developing-a-simple-function.md
----------------------------------------------------------------------
diff --git a/_docs/develop-custom-functions/020-developing-a-simple-function.md b/_docs/develop-custom-functions/020-developing-a-simple-function.md
index a726860..fbd4ed8 100644
--- a/_docs/develop-custom-functions/020-developing-a-simple-function.md
+++ b/_docs/develop-custom-functions/020-developing-a-simple-function.md
@@ -1,6 +1,6 @@
 ---
 title: "Developing a Simple Function"
-date: TBD 
+date:  
 parent: "Develop Custom Functions"
 ---
 The section presents a brief overview of developing a simple function. The [tutorial]({{site.baseurl}}/docs/tutorial-develop-a-simple-function/) in the next section covers how to create a simple function in more depth.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/develop-custom-functions/025-tutorial-develop-a-simple-function.md
----------------------------------------------------------------------
diff --git a/_docs/develop-custom-functions/025-tutorial-develop-a-simple-function.md b/_docs/develop-custom-functions/025-tutorial-develop-a-simple-function.md
index 2124539..2ee2576 100644
--- a/_docs/develop-custom-functions/025-tutorial-develop-a-simple-function.md
+++ b/_docs/develop-custom-functions/025-tutorial-develop-a-simple-function.md
@@ -1,6 +1,6 @@
 ---
 title: "Tutorial: Develop a Simple Function"
-date: TBD 
+date:  
 parent: "Develop Custom Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/develop-custom-functions/030-developing-an-aggregate-function.md
----------------------------------------------------------------------
diff --git a/_docs/develop-custom-functions/030-developing-an-aggregate-function.md b/_docs/develop-custom-functions/030-developing-an-aggregate-function.md
index 838af4c..bc73727 100644
--- a/_docs/develop-custom-functions/030-developing-an-aggregate-function.md
+++ b/_docs/develop-custom-functions/030-developing-an-aggregate-function.md
@@ -1,6 +1,6 @@
 ---
 title: "Developing an Aggregate Function"
-date: TBD 
+date:  
 parent: "Develop Custom Functions"
 ---
 The API for developing aggregate custom functions is at the alpha stage and intended for experimental use only. To experiment with this API, create a class within a Java package that implements Drill’s aggregate

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md
----------------------------------------------------------------------
diff --git a/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md b/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md
index ea91fd2..2772983 100644
--- a/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md
+++ b/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md
@@ -1,6 +1,6 @@
 ---
 title: "Adding Custom Functions to Drill"
-date: TBD 
+date:  
 parent: "Develop Custom Functions"
 ---
 After you develop your custom function and generate the sources and classes

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/develop-custom-functions/050-use-custom-functions-in-queries.md
----------------------------------------------------------------------
diff --git a/_docs/develop-custom-functions/050-use-custom-functions-in-queries.md b/_docs/develop-custom-functions/050-use-custom-functions-in-queries.md
index 5519bda..ae1e085 100644
--- a/_docs/develop-custom-functions/050-use-custom-functions-in-queries.md
+++ b/_docs/develop-custom-functions/050-use-custom-functions-in-queries.md
@@ -1,6 +1,6 @@
 ---
 title: "Using Custom Functions in Queries"
-date: TBD 
+date:  
 parent: "Develop Custom Functions"
 ---
 When you issue a query with a custom function to Drill, Drill searches the

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/develop-custom-functions/060-custom-function-interfaces.md
----------------------------------------------------------------------
diff --git a/_docs/develop-custom-functions/060-custom-function-interfaces.md b/_docs/develop-custom-functions/060-custom-function-interfaces.md
index eaa9246..96d7ecb 100644
--- a/_docs/develop-custom-functions/060-custom-function-interfaces.md
+++ b/_docs/develop-custom-functions/060-custom-function-interfaces.md
@@ -1,6 +1,6 @@
 ---
 title: "Custom Function Interfaces"
-date: TBD 
+date:  
 parent: "Develop Custom Functions"
 ---
 Implement the Drill interface appropriate for the type of function that you

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/009-rest-api.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/009-rest-api.md b/_docs/developer-information/009-rest-api.md
index ea6db54..043c4d1 100644
--- a/_docs/developer-information/009-rest-api.md
+++ b/_docs/developer-information/009-rest-api.md
@@ -1,6 +1,6 @@
 ---
 title: "REST API"
-date: TBD 
+date:  
 parent: "Developer Information"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
index f2c3b12..3765c22 100644
--- a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
+++ b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
@@ -1,6 +1,6 @@
 ---
 title: "Apache Drill Contribution Guidelines"
-date: TBD 
+date:  
 parent: "Contribute to Drill"
 ---
 Disclaimer: These contribution guidelines are largely based on Apache Hive

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md b/_docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
index c04b2db..6d21487 100644
--- a/_docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
+++ b/_docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
@@ -1,6 +1,6 @@
 ---
 title: "Apache Drill Contribution Ideas"
-date: TBD 
+date:  
 parent: "Contribute to Drill"
 ---
   * Fixing JIRAs

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/design-docs/010-drill-plan-syntax.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/design-docs/010-drill-plan-syntax.md b/_docs/developer-information/design-docs/010-drill-plan-syntax.md
index f3c01d5..90152df 100644
--- a/_docs/developer-information/design-docs/010-drill-plan-syntax.md
+++ b/_docs/developer-information/design-docs/010-drill-plan-syntax.md
@@ -1,6 +1,6 @@
 ---
 title: "Drill Plan Syntax"
-date: TBD 
+date:  
 parent: "Design Docs"
 ---
 ### Whats the plan?

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/design-docs/020-rpc-overview.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/design-docs/020-rpc-overview.md b/_docs/developer-information/design-docs/020-rpc-overview.md
index dfbf132..4d4ca09 100644
--- a/_docs/developer-information/design-docs/020-rpc-overview.md
+++ b/_docs/developer-information/design-docs/020-rpc-overview.md
@@ -1,6 +1,6 @@
 ---
 title: "RPC Overview"
-date: TBD 
+date:  
 parent: "Design Docs"
 ---
 Drill leverages the Netty 4 project as an RPC underlayment. From there, we

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/design-docs/030-query-stages.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/design-docs/030-query-stages.md b/_docs/developer-information/design-docs/030-query-stages.md
index 78a1121..7234c9a 100644
--- a/_docs/developer-information/design-docs/030-query-stages.md
+++ b/_docs/developer-information/design-docs/030-query-stages.md
@@ -1,6 +1,6 @@
 ---
 title: "Query Stages"
-date: TBD 
+date:  
 parent: "Design Docs"
 ---
 ## Overview

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/design-docs/040-useful-research.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/design-docs/040-useful-research.md b/_docs/developer-information/design-docs/040-useful-research.md
index 43e6fbb..8e3af08 100644
--- a/_docs/developer-information/design-docs/040-useful-research.md
+++ b/_docs/developer-information/design-docs/040-useful-research.md
@@ -1,6 +1,6 @@
 ---
 title: "Useful Research"
-date: TBD 
+date:  
 parent: "Design Docs"
 ---
 ## Drill itself

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/design-docs/050-value-vectors.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/design-docs/050-value-vectors.md b/_docs/developer-information/design-docs/050-value-vectors.md
index 1e5fc2c..707881a 100644
--- a/_docs/developer-information/design-docs/050-value-vectors.md
+++ b/_docs/developer-information/design-docs/050-value-vectors.md
@@ -1,6 +1,6 @@
 ---
 title: "Value Vectors"
-date: TBD 
+date:  
 parent: "Design Docs"
 ---
 This document defines the data structures required for passing sequences of

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md b/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md
index c329f71..f6003ad 100644
--- a/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md
+++ b/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md
@@ -1,6 +1,6 @@
 ---
 title: "Compiling Drill from Source"
-date: TBD 
+date:  
 parent: "Develop Drill"
 ---
 To develop Drill, you compile Drill from source code and then set up a project

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/developer-information/develop-drill/020-drill-patch-review-tool.md
----------------------------------------------------------------------
diff --git a/_docs/developer-information/develop-drill/020-drill-patch-review-tool.md b/_docs/developer-information/develop-drill/020-drill-patch-review-tool.md
index d565271..2d16eb5 100644
--- a/_docs/developer-information/develop-drill/020-drill-patch-review-tool.md
+++ b/_docs/developer-information/develop-drill/020-drill-patch-review-tool.md
@@ -1,6 +1,6 @@
 ---
 title: "Drill Patch Review Tool"
-date: TBD 
+date:  
 parent: "Develop Drill"
 ---
   * Drill JIRA and Reviewboard script

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 8b1a21e..32217ce 100644
--- a/_docs/getting-started/010-drill-introduction.md
+++ b/_docs/getting-started/010-drill-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Drill Introduction"
-date: TBD 
+date:  
 parent: "Getting Started"
 ---
 Drill is an Apache open-source SQL query engine for Big Data exploration.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/getting-started/020-why-drill.md
----------------------------------------------------------------------
diff --git a/_docs/getting-started/020-why-drill.md b/_docs/getting-started/020-why-drill.md
index cf4c51a..dd625ef 100644
--- a/_docs/getting-started/020-why-drill.md
+++ b/_docs/getting-started/020-why-drill.md
@@ -1,6 +1,6 @@
 ---
 title: "Why Drill"
-date: TBD 
+date:  
 parent: "Getting Started"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/010-install-drill-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/install/010-install-drill-introduction.md b/_docs/install/010-install-drill-introduction.md
index ad2da87..21022d5 100644
--- a/_docs/install/010-install-drill-introduction.md
+++ b/_docs/install/010-install-drill-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Install Drill Introduction"
-date: TBD 
+date:  
 parent: "Install Drill"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/020-migrating-parquet-data.md
----------------------------------------------------------------------
diff --git a/_docs/install/020-migrating-parquet-data.md b/_docs/install/020-migrating-parquet-data.md
index 16ec99a..fa168c7 100644
--- a/_docs/install/020-migrating-parquet-data.md
+++ b/_docs/install/020-migrating-parquet-data.md
@@ -1,6 +1,6 @@
 ---
 title: "Migrating Parquet Data"
-date: TBD 
+date:  
 parent: "Install Drill"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/045-distributed-mode-prerequisites.md
----------------------------------------------------------------------
diff --git a/_docs/install/045-distributed-mode-prerequisites.md b/_docs/install/045-distributed-mode-prerequisites.md
index 309a85c..5373a9e 100644
--- a/_docs/install/045-distributed-mode-prerequisites.md
+++ b/_docs/install/045-distributed-mode-prerequisites.md
@@ -1,6 +1,6 @@
 ---
 title: "Distributed Mode Prerequisites"
-date: TBD 
+date:  
 parent: "Installing Drill in Distributed Mode"
 ---
 You can install Apache Drill on one or more nodes to

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/047-installing-drill-on-the-cluster.md
----------------------------------------------------------------------
diff --git a/_docs/install/047-installing-drill-on-the-cluster.md b/_docs/install/047-installing-drill-on-the-cluster.md
index bb03466..c1e82cd 100644
--- a/_docs/install/047-installing-drill-on-the-cluster.md
+++ b/_docs/install/047-installing-drill-on-the-cluster.md
@@ -1,6 +1,6 @@
 ---
 title: "Installing Drill on the Cluster"
-date: TBD 
+date:  
 parent: "Installing Drill in Distributed Mode"
 ---
 You install Drill on nodes in the cluster, and then configure a cluster ID and add Zookeeper information, as described in the following steps:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/050-starting-drill-in-distributed-mode.md
----------------------------------------------------------------------
diff --git a/_docs/install/050-starting-drill-in-distributed-mode.md b/_docs/install/050-starting-drill-in-distributed-mode.md
index a18d62a..8d15348 100644
--- a/_docs/install/050-starting-drill-in-distributed-mode.md
+++ b/_docs/install/050-starting-drill-in-distributed-mode.md
@@ -1,6 +1,6 @@
 ---
 title: Starting Drill in Distributed Mode
-date: TBD 
+date:  
 parent: "Installing Drill in Distributed Mode"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/060-starting-the-web-ui.md
----------------------------------------------------------------------
diff --git a/_docs/install/060-starting-the-web-ui.md b/_docs/install/060-starting-the-web-ui.md
index 09f5011..9ef7e1a 100644
--- a/_docs/install/060-starting-the-web-ui.md
+++ b/_docs/install/060-starting-the-web-ui.md
@@ -1,6 +1,6 @@
 ---
 title: Starting the Web Console
-date: TBD 
+date:  
 parent: Install Drill
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
----------------------------------------------------------------------
diff --git a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md b/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
index 27c029c..a80b287 100644
--- a/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
+++ b/_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md
@@ -1,6 +1,6 @@
 ---
 title: "Embedded Mode Prerequisites"
-date: TBD 
+date:  
 parent: "Installing Drill in Embedded Mode"
 ---
 Installing Drill in embedded mode installs Drill locally on your machine.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
----------------------------------------------------------------------
diff --git a/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md b/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
index b375cf4..09f2e2d 100644
--- a/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
+++ b/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
@@ -1,6 +1,6 @@
 ---
 title: "Installing Drill on Linux and Mac OS X"
-date: TBD 
+date:  
 parent: "Installing Drill in Embedded Mode"
 ---
 First, check that you [meet the prerequisites]({{site.baseurl}}/docs/embedded-mode-prerequisites), and then install Apache Drill on Linux or Mac OS X:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
----------------------------------------------------------------------
diff --git a/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md b/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
index 2f0bfb7..ab24df2 100644
--- a/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
+++ b/_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md
@@ -1,6 +1,6 @@
 ---
 title: "Starting Drill on Linux and Mac OS X"
-date: TBD 
+date:  
 parent: "Installing Drill in Embedded Mode"
 ---
 To start the Drill shell in embedded mode, use the `drill-embedded` command. Internally, the command uses a jdbc connection string and identifies the local node as the ZooKeeper node. Complete the following steps to start the Drill shell:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md b/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
index 623ca37..6c4f50f 100644
--- a/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
+++ b/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Installing Drill on Windows"
-date: TBD 
+date:  
 parent: "Installing Drill in Embedded Mode"
 ---
 First, check that you [meet the prerequisites]({{site.baseurl}}/docs/embedded-mode-prerequisites), including setting the JAVA_HOME environment variable, and then install Drill. Complete the following steps to install Drill:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md b/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
index 15eaef9..8443698 100644
--- a/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
+++ b/_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Starting Drill on Windows"
-date: TBD 
+date:  
 parent: "Installing Drill in Embedded Mode"
 ---
 Start the Drill shell using the **sqlline command**. Complete the following steps to launch the Drill shell:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/log-and-debug/001-log-and-debug-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/log-and-debug/001-log-and-debug-introduction.md b/_docs/log-and-debug/001-log-and-debug-introduction.md
index 82880be..145c4ea 100644
--- a/_docs/log-and-debug/001-log-and-debug-introduction.md
+++ b/_docs/log-and-debug/001-log-and-debug-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Log and Debug Introduction"
-date: TBD 
+date:  
 parent: "Log and Debug"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/log-and-debug/002-error-messages.md
----------------------------------------------------------------------
diff --git a/_docs/log-and-debug/002-error-messages.md b/_docs/log-and-debug/002-error-messages.md
index 4ecf204..fc633ca 100644
--- a/_docs/log-and-debug/002-error-messages.md
+++ b/_docs/log-and-debug/002-error-messages.md
@@ -1,6 +1,6 @@
 ---
 title: "Error Messages"
-date: TBD 
+date:  
 parent: "Log and Debug"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/log-and-debug/003-modify-logback.xml.md
----------------------------------------------------------------------
diff --git a/_docs/log-and-debug/003-modify-logback.xml.md b/_docs/log-and-debug/003-modify-logback.xml.md
index ab5876f..ac01f6d 100644
--- a/_docs/log-and-debug/003-modify-logback.xml.md
+++ b/_docs/log-and-debug/003-modify-logback.xml.md
@@ -1,6 +1,6 @@
 ---
 title: "Modify logback.xml"
-date: TBD 
+date:  
 parent: "Log and Debug"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/log-and-debug/004-review-the-java-stack-trace.md
----------------------------------------------------------------------
diff --git a/_docs/log-and-debug/004-review-the-java-stack-trace.md b/_docs/log-and-debug/004-review-the-java-stack-trace.md
index a7f3685..3759f37 100644
--- a/_docs/log-and-debug/004-review-the-java-stack-trace.md
+++ b/_docs/log-and-debug/004-review-the-java-stack-trace.md
@@ -1,6 +1,6 @@
 ---
 title: "Review the Java Stack Trace"
-date: TBD 
+date:  
 parent: "Log and Debug"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/log-and-debug/005-query-audit-logging.md
----------------------------------------------------------------------
diff --git a/_docs/log-and-debug/005-query-audit-logging.md b/_docs/log-and-debug/005-query-audit-logging.md
index a09253d..933b473 100644
--- a/_docs/log-and-debug/005-query-audit-logging.md
+++ b/_docs/log-and-debug/005-query-audit-logging.md
@@ -1,6 +1,6 @@
 ---
 title: "Query Audit Logging"
-date: TBD 
+date:  
 parent: "Log and Debug"
 ---
 The query log provides audit log functionality for the queries executed by various drillbits in the cluster. The log records important information about queries executed on the Drillbit where Drill runs. The log includes query text, start time, end time, user, status, schema, and the query id. You can query one of the following log files, depending on whether you run Drill in embedded or distributed mode, to get audit logging information:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md b/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
index 11a00cd..0dca409 100644
--- a/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
+++ b/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Interfaces Introduction"
-date: TBD 
+date:  
 parent: "ODBC/JDBC Interfaces"
 ---
 You can connect to Apache Drill through the following interfaces:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
index 9605a00..1ace1cc 100644
--- a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
+++ b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
@@ -1,6 +1,6 @@
 ---
 title: "Using the JDBC Driver"
-date: TBD 
+date:  
 parent: "ODBC/JDBC Interfaces"
 ---
 This section explains how to install and use the JDBC driver for Apache Drill. To use the JDBC driver, you have to:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md b/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
index 9fa5e92..06e0a69 100644
--- a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Using JDBC with SQuirreL on Windows"
-date: TBD 
+date:  
 parent: "ODBC/JDBC Interfaces"
 ---
 To use the JDBC Driver to access Drill through SQuirreL, ensure that you meet the prerequisites and follow the steps in this section.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 bfc9ee3..e351092 100644
--- a/_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md
+++ b/_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md
@@ -1,6 +1,6 @@
 ---
 title: "ODBC Configuration Reference"
-date: TBD 
+date:  
 parent: "Configuring ODBC"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/configuring-odbc/020-configuring-odbc-on-linux.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/configuring-odbc/020-configuring-odbc-on-linux.md b/_docs/odbc-jdbc-interfaces/configuring-odbc/020-configuring-odbc-on-linux.md
index 00872a1..dd55ae4 100644
--- a/_docs/odbc-jdbc-interfaces/configuring-odbc/020-configuring-odbc-on-linux.md
+++ b/_docs/odbc-jdbc-interfaces/configuring-odbc/020-configuring-odbc-on-linux.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring ODBC on Linux"
-date: TBD 
+date:  
 parent: "Configuring ODBC"
 ---
 ODBC driver managers use configuration files to define and configure ODBC data

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/configuring-odbc/025-configuring-odbc-on-mac-os-x.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/configuring-odbc/025-configuring-odbc-on-mac-os-x.md b/_docs/odbc-jdbc-interfaces/configuring-odbc/025-configuring-odbc-on-mac-os-x.md
index dac0a05..718a7cb 100644
--- a/_docs/odbc-jdbc-interfaces/configuring-odbc/025-configuring-odbc-on-mac-os-x.md
+++ b/_docs/odbc-jdbc-interfaces/configuring-odbc/025-configuring-odbc-on-mac-os-x.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring ODBC on Mac OS X"
-date: TBD 
+date:  
 parent: "Configuring ODBC"
 ---
 ODBC driver managers use configuration files to define and configure ODBC data

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 e4a9d46..e910d61 100644
--- a/_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring ODBC on Windows"
-date: TBD 
+date:  
 parent: "Configuring ODBC"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 e407db4..f5b9f7c 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
@@ -1,6 +1,6 @@
 ---
 title: "Testing the ODBC Connection"
-date: TBD 
+date:  
 parent: "Configuring ODBC"
 ---
 The procedure for testing the ODBC connection differs depending on your platform, as described in the following sections:

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 3ff33ff..691ed0f 100644
--- 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
@@ -1,6 +1,6 @@
 ---
 title: "Installing the Driver on Linux"
-date: TBD 
+date:  
 parent: "Installing the ODBC Driver"
 ---
 Install the MapR Drill ODBC Driver on the machine from which you connect to

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 6ee27b7..a05dc36 100644
--- 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
@@ -1,6 +1,6 @@
 ---
 title: "Installing the Driver on Mac OS X"
-date: TBD 
+date:  
 parent: "Installing the ODBC Driver"
 ---
 Install the MapR Drill ODBC Driver on the machine from which you connect to

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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 85be267..49146d1 100644
--- a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Installing the Driver on Windows"
-date: TBD 
+date:  
 parent: "Installing the ODBC Driver"
 ---
 The MapR Drill ODBC Driver installer is available for 32- and 64-bit

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/040-installing-the-tdc-file-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/040-installing-the-tdc-file-on-windows.md b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/040-installing-the-tdc-file-on-windows.md
index 043c4aa..ef48f67 100644
--- a/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/040-installing-the-tdc-file-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/040-installing-the-tdc-file-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Installing the TDC File on Windows"
-date: TBD 
+date:  
 parent: "Installing the ODBC Driver"
 ---
 The MapR Drill ODBC driver installer automatically installs the TDC file if the installer can find the Tableau installation. If you installed the MapR Drill ODBC driver first and then installed Tableau, the TDC file is not installed automatically, and you need to install the TDC file manually. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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
index 58e0b5a..b4b4fe9 100644
--- 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
@@ -1,6 +1,6 @@
 ---
 title: "Drill Explorer Introduction"
-date: TBD 
+date:  
 parent: "Using Drill Explorer"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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
index 861b777..2461a87 100644
--- 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
@@ -1,6 +1,6 @@
 ---
 title: "Connecting Drill Explorer to Data"
-date: TBD 
+date:  
 parent: "Using Drill Explorer"
 ---
 The way you start Drill Explorer differs depending on your platform, but regardless of the platform, Drill must be running. 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_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
index 08f2dee..8fc68a3 100644
--- 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
@@ -1,6 +1,6 @@
 ---
 title: "Browsing Data and Defining Views"
-date: TBD 
+date:  
 parent: "Using Drill Explorer"
 ---
 After connecting Drill Explorer to data, the Browse and SQL tabs 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

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/010-using-odbc-with-bi-tools-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/010-using-odbc-with-bi-tools-introduction.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/010-using-odbc-with-bi-tools-introduction.md
index 556adf3..44dd6cc 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/010-using-odbc-with-bi-tools-introduction.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/010-using-odbc-with-bi-tools-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Using Drill with BI Tools Introduction"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 The MapR Drill ODBC driver provides BI tools access to Drill’s flexible query

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/020-tableau-examples.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/020-tableau-examples.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/020-tableau-examples.md
index 869a15d..85d0e6c 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/020-tableau-examples.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/020-tableau-examples.md
@@ -1,6 +1,6 @@
 ---
 title: "Tableau Examples"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 You can generate reports in Tableau using ODBC connections to Drill data

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/030-using-microstrategy-analytics-with-apache-drill.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/030-using-microstrategy-analytics-with-apache-drill.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/030-using-microstrategy-analytics-with-apache-drill.md
index 11f852c..7c004d2 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/030-using-microstrategy-analytics-with-apache-drill.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/030-using-microstrategy-analytics-with-apache-drill.md
@@ -1,6 +1,6 @@
 ---
 title: "Using MicroStrategy Analytics with Apache Drill"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 Apache Drill is certified with the MicroStrategy Analytics Enterprise Platform™. You can connect MicroStrategy Analytics Enterprise to Apache Drill and explore multiple data formats instantly on Hadoop. Use the combined power of these tools to get direct access to semi-structured data without having to rely on IT teams for schema creation.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/040-using-tibco-spotfire-desktop-with-drill.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/040-using-tibco-spotfire-desktop-with-drill.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/040-using-tibco-spotfire-desktop-with-drill.md
index 28973de..4a31b6d 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/040-using-tibco-spotfire-desktop-with-drill.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/040-using-tibco-spotfire-desktop-with-drill.md
@@ -1,6 +1,6 @@
 ---
 title: "Using Tibco Spotfire Desktop with Drill"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 Tibco Spotfire Desktop is a powerful analytic tool that enables SQL statements when connecting to data sources. Spotfire Desktop can utilize the powerful query capabilities of Apache Drill to query complex data structures. Use the MapR Drill ODBC Driver to configure Tibco Spotfire Desktop with Apache Drill.

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/050-configuring-spotfire-server.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/050-configuring-spotfire-server.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/050-configuring-spotfire-server.md
index 3000740..bbead74 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/050-configuring-spotfire-server.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/050-configuring-spotfire-server.md
@@ -1,6 +1,6 @@
 ---
 title: "Configuring Tibco Spotfire Server with Drill"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/bc608f5a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/055-using-qliksense-with-drill.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/055-using-qliksense-with-drill.md b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/055-using-qliksense-with-drill.md
index 658cb6d..827c66a 100644
--- a/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/055-using-qliksense-with-drill.md
+++ b/_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/055-using-qliksense-with-drill.md
@@ -1,6 +1,6 @@
 ---
 title: "Using Qlik Sense with Drill"
-date: TBD 
+date:  
 parent: "Using Drill with BI Tools"
 ---
 You can use the Qlik Sense BI tool with Apache Drill, the SQL query engine for Big Data exploration, to access and analyze structured and semi-structured data in multiple data stores.