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:14:07 UTC

[1/2] drill git commit: add TBD date

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


http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 a3afda0..5e148bd 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: 
+date: TBD 
 parent: "Using Drill with BI Tools"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 8b5ee81..fbbd5be 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: 
+date: TBD 
 parent: "Using Drill with BI Tools"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 38c2413..174a37c 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: 
+date: TBD 
 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/3aca2c62/_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 a4667df..0429b35 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: 
+date: TBD 
 parent: "Performance Tuning"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 1583987..30665a2 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: 
+date: TBD 
 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/3aca2c62/_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 40fbb59..7c3b976 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: 
+date: TBD 
 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/3aca2c62/_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 90c9da3..17fb6db 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: 
+date: TBD 
 parent: "Identifying Performance Issues"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 188e740..5956aea 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: 
+date: TBD 
 parent: "Partition Pruning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 8716c35..3dfd1dd 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: 
+date: TBD 
 parent: "Partition Pruning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 9769c62..e2c711a 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: 
+date: TBD 
 parent: "Performance Tuning Reference"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 5629f5a..86c9501 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: 
+date: TBD 
 parent: "Performance Tuning Reference"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 c8f4d5d..f40e2e2 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: 
+date: TBD 
 parent: "Query Plans and Tuning"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 cf4dc98..b2bb392 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: 
+date: TBD 
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 b6cb36e..7a0e367 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: 
+date: TBD 
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 900885c..2fecf77 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: 
+date: TBD 
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 b9eeda9..a2d6802 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: 
+date: TBD 
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 da759bf..b818d25 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: 
+date: TBD 
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 d931d5c..d4ae53f 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: 
+date: TBD 
 parent: "Query Plans and Tuning"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 1f90e8d..7722213 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: 
+date: TBD 
 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/3aca2c62/_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 e69d204..8293408 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: 
+date: TBD 
 parent: "Query Data"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 082c8fa..995c064 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: 
+date: TBD 
 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/3aca2c62/_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 d6001a4..e6c4f40 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: 
+date: TBD 
 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/3aca2c62/_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 772bf0e..46f908d 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: 
+date: TBD 
 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/3aca2c62/_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 f2221a4..92aff65 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: 
+date: TBD 
 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/3aca2c62/_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 ef5447d..daa5e19 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: 
+date: TBD 
 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/3aca2c62/_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 e64d2a7..bd50627 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: 
+date: TBD 
 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/3aca2c62/_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 a60d03c..e2ce76b 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: 
+date: TBD 
 parent: "Querying a File System"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 4427c9b..cbbb389 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: 
+date: TBD 
 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/3aca2c62/_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 87d5a9f..29206e8 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: 
+date: TBD 
 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/3aca2c62/_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 6baef4a..a1e1360 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: 
+date: TBD 
 parent: "Querying a File System"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 8b84bd3..2d4e14c 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: 
+date: TBD 
 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/3aca2c62/_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 359ebec..f693c82 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: 
+date: TBD 
 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/3aca2c62/_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 dd4df44..6e89964 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: 
+date: TBD 
 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/3aca2c62/_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 0a82a97..6f71fc9 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: 
+date: TBD 
 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/3aca2c62/_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 a24c643..8d02d7a 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: 
+date: TBD 
 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/3aca2c62/_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 4071f26..d9e3b56 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: 
+date: TBD 
 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/3aca2c62/_docs/sample-datasets/001-aol.md
----------------------------------------------------------------------
diff --git a/_docs/sample-datasets/001-aol.md b/_docs/sample-datasets/001-aol.md
index 9c131f7..f8a257f 100644
--- a/_docs/sample-datasets/001-aol.md
+++ b/_docs/sample-datasets/001-aol.md
@@ -1,6 +1,6 @@
 ---
 title: "AOL Search"
-date: 
+date: TBD 
 parent: "Sample Datasets"
 ---
 ## Quick Stats

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

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

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 28cbc30..4ae6bf2 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: 
+date: TBD 
 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/3aca2c62/_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 fc9cc5b..569c0d4 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: 
+date: TBD 
 parent: "SQL Reference"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_docs/sql-reference/040-operators.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/040-operators.md b/_docs/sql-reference/040-operators.md
index 9ef6f76..8281a35 100644
--- a/_docs/sql-reference/040-operators.md
+++ b/_docs/sql-reference/040-operators.md
@@ -1,6 +1,6 @@
 ---
 title: "Operators"
-date: 
+date: TBD 
 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/3aca2c62/_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 084ad2e..fba65e6 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: 
+date: TBD 
 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/3aca2c62/_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 70b7257..f89d174 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: 
+date: TBD 
 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/3aca2c62/_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 f50a23d..ddbaaeb 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: 
+date: TBD 
 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/3aca2c62/_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 c484eba..a124b38 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: 
+date: TBD 
 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/3aca2c62/_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 a8529d6..2c6dfba 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: 
+date: TBD 
 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/3aca2c62/_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 10473a6..b811e91 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: 
+date: TBD 
 parent: "Data Types"
 ---
 ## Handling HBase Data

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 d6bd516..e5954b0 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: 
+date: TBD 
 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/3aca2c62/_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 29ab01b..b2dbe79 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: 
+date: TBD 
 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/3aca2c62/_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 b9cae44..2cc9e9b 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: 
+date: TBD 
 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/3aca2c62/_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 c3523e2..5add832 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: 
+date: TBD 
 parent: "Nested Data Functions"
 ---
 This function counts the values in an array. 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 4b4e5a0..78ceb85 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: 
+date: TBD 
 parent: "Nested Data Functions"
 ---
 REPEATED CONTAINS searches for a keyword in an array. 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 45648f1..148dd12 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: 
+date: TBD 
 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/3aca2c62/_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 4e2e5fc..929b5d4 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: 
+date: TBD 
 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/3aca2c62/_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 29cfa9e..216c7ad 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: 
+date: TBD 
 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/3aca2c62/_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 2f9ab75..ce56df9 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: 
+date: TBD 
 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/3aca2c62/_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 47acaa8..3232781 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: 
+date: TBD 
 parent: "SQL Commands"
 ---
 You can create tables in Drill by using the CTAS command.

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 debb797..0f7beb6 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: 
+date: TBD 
 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/3aca2c62/_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 b890641..c0fc983 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: 
+date: TBD 
 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/3aca2c62/_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 6ee09e6..5308b67 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: 
+date: TBD 
 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/3aca2c62/_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 d4fa417..4c4a999 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: 
+date: TBD 
 parent: "SQL Commands"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 f1f1c2b..52e2b54 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: 
+date: TBD 
 parent: "SQL Commands"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 a05018d..3c77d5a 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: 
+date: TBD 
 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/3aca2c62/_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 8130415..cbf42aa 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: 
+date: TBD 
 parent: "SQL Commands"
 ---
 Drill supports the following ANSI standard clauses in the SELECT statement:

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 966893e..7a725d8 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: 
+date: TBD 
 parent: "SQL Commands"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 67cf624..040bc08 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: 
+date: TBD 
 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/3aca2c62/_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 c018b94..07b5f93 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: 
+date: TBD 
 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/3aca2c62/_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 8ad30b2..d4eb184 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: 
+date: TBD 
 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/3aca2c62/_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 1bfa025..20c61fa 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: 
+date: TBD 
 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/3aca2c62/_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 05e3d8c..7cf39bf 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: 
+date: TBD 
 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/3aca2c62/_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 f061060..ba72207 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: 
+date: TBD 
 parent: "SQL Commands"
 ---
 The ORDER BY clause sorts the result set of a query.

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 eef73e7..3b7987d 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: 
+date: TBD 
 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/3aca2c62/_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 0455089..7880e6e 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: 
+date: TBD 
 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/3aca2c62/_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 1946873..2b120bb 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: 
+date: TBD 
 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/3aca2c62/_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 fa43b6a..2e12f3e 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: 
+date: TBD 
 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/3aca2c62/_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 42639ea..13dbf35 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: 
+date: TBD 
 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/3aca2c62/_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 8068a55..ccc0b69 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: 
+date: TBD 
 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/3aca2c62/_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 4ae5812..18d2182 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: 
+date: TBD 
 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/3aca2c62/_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 8574970..d7ffeeb 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: 
+date: TBD 
 parent: "SQL Conditional Expressions"
 ---
 Executes statements based on one or more equality conditions.

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 1ea0739..354a511 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: 
+date: TBD 
 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/3aca2c62/_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 9df2064..95a3d7c 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: 
+date: TBD 
 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/3aca2c62/_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 e28ee4f..0d7500e 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: 
+date: TBD 
 parent: "SQL Functions"
 ---
 Drill supports the following functions for casting and converting data types:

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 dab193c..a1f3452 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: 
+date: TBD 
 parent: "SQL Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 9164d77..44d25c8 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: 
+date: TBD 
 parent: "SQL Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 a33c771..606e438 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: 
+date: TBD 
 parent: "SQL Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 6e5b932..082de0f 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: 
+date: TBD 
 parent: "SQL Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 c924c80..dd5d43a 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: 
+date: TBD 
 parent: "SQL Window Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 f9391cb..414abef 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: 
+date: TBD 
 parent: "SQL Window Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 a2996dd..c52b779 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: 
+date: TBD 
 parent: "SQL Window Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 577de3b..80fef38 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: 
+date: TBD 
 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/3aca2c62/_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 05ebe81..fae714f 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: 
+date: TBD 
 parent: "SQL Window Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_docs/tutorials/010-tutorials-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/010-tutorials-introduction.md b/_docs/tutorials/010-tutorials-introduction.md
index 3d56360..d0c44f2 100644
--- a/_docs/tutorials/010-tutorials-introduction.md
+++ b/_docs/tutorials/010-tutorials-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Tutorials Introduction"
-date: 
+date: TBD 
 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/3aca2c62/_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 462a755..da67196 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: 
+date: TBD 
 parent: "Tutorials"
 description: Get started with Drill in 10 minutes or less.
 ---

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 1f1e7bb..d767969 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: 
+date: TBD 
 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/3aca2c62/_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 a68037a..10c6ef8 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: 
+date: TBD 
 parent: "Tutorials"
 ---
 This tutorial uses the MapR Sandbox, which is a Hadoop environment pre-

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 c7f48ad..e839b32 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: 
+date: TBD 
 parent: "Tutorials"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 7d4233d..1116dae 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: 
+date: TBD 
 parent: "Tutorials"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 9217476..aab4621 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: 
+date: TBD 
 parent: "Tutorials"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 28eb718..bb09d22 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: 
+date: TBD 
 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/3aca2c62/_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 b5f9b0a..b1eed6c 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: 
+date: TBD 
 parent: "Learn Drill with the MapR Sandbox"
 ---
 ## Prerequisites

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 f1c28ae..e56a039 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: 
+date: TBD 
 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/3aca2c62/_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 078a82a..e25389d 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: 
+date: TBD 
 parent: "Learn Drill with the MapR Sandbox"
 ---
 ## Goal

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 ebb85e6..5714d12 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: 
+date: TBD 
 parent: "Learn Drill with the MapR Sandbox"
 ---
 ## Goal

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 e6a200a..908a4a5 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: 
+date: TBD 
 parent: "Learn Drill with the MapR Sandbox"
 ---
 ## Goal

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 b9b92d3..f979d43 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: 
+date: TBD 
 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: add TBD date

Posted by kr...@apache.org.
add TBD date


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

Branch: refs/heads/gh-pages
Commit: 3aca2c6243fcfd67102e0f0af82a65e6ccecb7fc
Parents: ea4a29b
Author: Kris Hahn <kr...@apache.org>
Authored: Mon Dec 28 16:11:29 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Mon Dec 28 16:11:29 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/3aca2c62/_docs/110-troubleshooting.md
----------------------------------------------------------------------
diff --git a/_docs/110-troubleshooting.md b/_docs/110-troubleshooting.md
index 70f8c31..4445c55 100644
--- a/_docs/110-troubleshooting.md
+++ b/_docs/110-troubleshooting.md
@@ -1,6 +1,6 @@
 ---
 title: "Troubleshooting"
-date: 
+date: TBD 
 ---
 
 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/3aca2c62/_docs/170-bylaws.md
----------------------------------------------------------------------
diff --git a/_docs/170-bylaws.md b/_docs/170-bylaws.md
index 673b3e5..f46ce8f 100644
--- a/_docs/170-bylaws.md
+++ b/_docs/170-bylaws.md
@@ -1,6 +1,6 @@
 ---
 title: "Project Bylaws"
-date: 
+date: TBD 
 ---
 ## Introduction
 

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

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 2dfae49..cad0c0c 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: 
+date: TBD 
 parent: "Architecture"
 ---
 

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

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_docs/architecture/030-performance.md
----------------------------------------------------------------------
diff --git a/_docs/architecture/030-performance.md b/_docs/architecture/030-performance.md
index d76c152..255be34 100644
--- a/_docs/architecture/030-performance.md
+++ b/_docs/architecture/030-performance.md
@@ -1,6 +1,6 @@
 ---
 title: "Performance"
-date: 
+date: TBD 
 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/3aca2c62/_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 51a3d45..5cfdb16 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: 
+date: TBD 
 parent: "Configure Drill"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 70e59b7..4d55f15 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: 
+date: TBD 
 parent: "Configure Drill"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 b6db548..a75cb3d 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: 
+date: TBD 
 parent: "Configuring a Multitenant Cluster"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 488b749..22c0cc6 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: 
+date: TBD 
 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/3aca2c62/_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 721aeba..ab8a587 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: 
+date: TBD 
 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/3aca2c62/_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 13cc47d..3c53d1e 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: 
+date: TBD 
 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/3aca2c62/_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 535dbb2..85203cc 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: 
+date: TBD 
 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/3aca2c62/_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 cd84fa7..e3dd9bc 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: 
+date: TBD 
 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/3aca2c62/_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 3743de1..c1e9ddf 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: 
+date: TBD 
 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/3aca2c62/_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 daa0578..521c45a 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: 
+date: TBD 
 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/3aca2c62/_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 6c52884..26aefd2 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: 
+date: TBD 
 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/3aca2c62/_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 e84188b..1e918f4 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: 
+date: TBD 
 parent: "Configuration Options"
 ---
 Drill provides many configuration options that you can enable, disable, or

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 a897b2d..3157d6c 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: 
+date: TBD 
 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/3aca2c62/_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 538f5f3..383a858 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: 
+date: TBD 
 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/3aca2c62/_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 9149630..db8f960 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: 
+date: TBD 
 parent: "Configuration Options"
 ---
 Drill stores persistent configuration data in a persistent configuration store

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 f0983bd..1e444b0 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: 
+date: TBD 
 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/3aca2c62/_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 1efad33..a9cb88f 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: 
+date: TBD 
 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/3aca2c62/_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 1105a5b..922b592 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: 
+date: TBD 
 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/3aca2c62/_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 f98fe52..a556878 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: 
+date: TBD 
 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/3aca2c62/_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 654d746..ceed95a 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: 
+date: TBD 
 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/3aca2c62/_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 75ff6ad..7b689ad 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: 
+date: TBD 
 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/3aca2c62/_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 6007c0a..4ac8a18 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: 
+date: TBD 
 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/3aca2c62/_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 e271f56..b421545 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: 
+date: TBD 
 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/3aca2c62/_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 1121c37..35dde0b 100644
--- a/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "RDBMS Storage Plugin"
-date: 
+date: TBD 
 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/3aca2c62/_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 1299930..3edd5cf 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: 
+date: TBD 
 parent: "Connect a Data Source"
 ---
 ## Overview

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 7617d99..824b93d 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: 
+date: TBD 
 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/3aca2c62/_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 4871a01..84c7cc3 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: 
+date: TBD 
 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/3aca2c62/_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 c0ae8e1..7fa00fe 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: 
+date: TBD 
 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/3aca2c62/_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 e9f9042..f2060f8 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: 
+date: TBD 
 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/3aca2c62/_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 f082a14..e0203ac 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: 
+date: TBD 
 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/3aca2c62/_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 862cb69..99246a6 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: 
+date: TBD 
 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/3aca2c62/_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 5fd82b4..59d6a93 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: 
+date: TBD 
 parent: "Data Sources and File Formats"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 e99fac7..70f0494 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: 
+date: TBD 
 parent: "Data Sources and File Formats"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 adc3903..ed68e11 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: 
+date: TBD 
 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/3aca2c62/_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 3ed64ba..a726860 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: 
+date: TBD 
 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/3aca2c62/_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 b5c242e..2124539 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: 
+date: TBD 
 parent: "Develop Custom Functions"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 f7c358d..838af4c 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: 
+date: TBD 
 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/3aca2c62/_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 517f420..ea91fd2 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: 
+date: TBD 
 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/3aca2c62/_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 594119a..5519bda 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: 
+date: TBD 
 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/3aca2c62/_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 1e4cb96..eaa9246 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: 
+date: TBD 
 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/3aca2c62/_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 d19af36..ea6db54 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: 
+date: TBD 
 parent: "Developer Information"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 d2f7c14..f2c3b12 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: 
+date: TBD 
 parent: "Contribute to Drill"
 ---
 Disclaimer: These contribution guidelines are largely based on Apache Hive

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 f1fc2dc..c04b2db 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: 
+date: TBD 
 parent: "Contribute to Drill"
 ---
   * Fixing JIRAs

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 6f4a299..f3c01d5 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: 
+date: TBD 
 parent: "Design Docs"
 ---
 ### Whats the plan?

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 a111f39..dfbf132 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: 
+date: TBD 
 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/3aca2c62/_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 7a91288..78a1121 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: 
+date: TBD 
 parent: "Design Docs"
 ---
 ## Overview

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 6fbf8b2..43e6fbb 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: 
+date: TBD 
 parent: "Design Docs"
 ---
 ## Drill itself

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 4df6611..1e5fc2c 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: 
+date: TBD 
 parent: "Design Docs"
 ---
 This document defines the data structures required for passing sequences of

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 13e17c7..c329f71 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: 
+date: TBD 
 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/3aca2c62/_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 df523d2..d565271 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: 
+date: TBD 
 parent: "Develop Drill"
 ---
   * Drill JIRA and Reviewboard script

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 a5ab080..8b1a21e 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: 
+date: TBD 
 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/3aca2c62/_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 80cb8f6..cf4c51a 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: 
+date: TBD 
 parent: "Getting Started"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 fd4eaae..ad2da87 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: 
+date: TBD 
 parent: "Install Drill"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 aedb188..16ec99a 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: 
+date: TBD 
 parent: "Install Drill"
 --- 
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 4a1d526..309a85c 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: 
+date: TBD 
 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/3aca2c62/_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 b96fa92..bb03466 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: 
+date: TBD 
 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/3aca2c62/_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 dc2efa0..a18d62a 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: 
+date: TBD 
 parent: "Installing Drill in Distributed Mode"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 f6c0d9c..09f5011 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: 
+date: TBD 
 parent: Install Drill
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 a2ac6b1..27c029c 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: 
+date: TBD 
 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/3aca2c62/_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 a6f9fd6..b375cf4 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: 
+date: TBD 
 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/3aca2c62/_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 61fca81..2f0bfb7 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: 
+date: TBD 
 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/3aca2c62/_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 4cc4fec..623ca37 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: 
+date: TBD 
 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/3aca2c62/_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 99cbc1b..15eaef9 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: 
+date: TBD 
 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/3aca2c62/_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 1d1f66c..82880be 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: 
+date: TBD 
 parent: "Log and Debug"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 892cfa9..4ecf204 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: 
+date: TBD 
 parent: "Log and Debug"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 b109ad6..ab5876f 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: 
+date: TBD 
 parent: "Log and Debug"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 de852a2..a7f3685 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: 
+date: TBD 
 parent: "Log and Debug"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 e7b2291..a09253d 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: 
+date: TBD 
 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/3aca2c62/_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 7a793dd..11a00cd 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: 
+date: TBD 
 parent: "ODBC/JDBC Interfaces"
 ---
 You can connect to Apache Drill through the following interfaces:

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 9e72da5..9605a00 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: 
+date: TBD 
 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/3aca2c62/_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 f2b178c..9fa5e92 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: 
+date: TBD 
 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/3aca2c62/_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 06544ae..bfc9ee3 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: 
+date: TBD 
 parent: "Configuring ODBC"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 8357954..00872a1 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: 
+date: TBD 
 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/3aca2c62/_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 0fa3643..dac0a05 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: 
+date: TBD 
 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/3aca2c62/_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 b43d222..e4a9d46 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: 
+date: TBD 
 parent: "Configuring ODBC"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 3814849..e407db4 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: 
+date: TBD 
 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/3aca2c62/_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 11e9f32..3ff33ff 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: 
+date: TBD 
 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/3aca2c62/_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 f5bb51a..6ee27b7 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: 
+date: TBD 
 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/3aca2c62/_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 5866b80..85be267 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: 
+date: TBD 
 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/3aca2c62/_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 bcc2685..043c4aa 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: 
+date: TBD 
 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/3aca2c62/_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 cb0d879..58e0b5a 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: 
+date: TBD 
 parent: "Using Drill Explorer"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 752c1cc..861b777 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: 
+date: TBD 
 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/3aca2c62/_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 0e6ea95..08f2dee 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: 
+date: TBD 
 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/3aca2c62/_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 086ff6e..556adf3 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: 
+date: TBD 
 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/3aca2c62/_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 f3b4ecf..869a15d 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: 
+date: TBD 
 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/3aca2c62/_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 1a3c058..11f852c 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: 
+date: TBD 
 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/3aca2c62/_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 0358eb7..28973de 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: 
+date: TBD 
 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/3aca2c62/_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 2fc9b70..3000740 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: 
+date: TBD 
 parent: "Using Drill with BI Tools"
 ---
 

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 2916d6b..658cb6d 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: 
+date: TBD 
 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.  

http://git-wip-us.apache.org/repos/asf/drill/blob/3aca2c62/_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 540c486..4922b27 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: 
+date: TBD 
 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.