You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2016/08/30 22:29:32 UTC

[17/17] drill git commit: updates for drill 1.8 release

updates for drill 1.8 release


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

Branch: refs/heads/gh-pages
Commit: a0d5528ebce96b4a8f8fccde00af71c08db9ebd7
Parents: 22d454b
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Aug 30 15:24:07 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Aug 30 15:24:07 2016 -0700

----------------------------------------------------------------------
 _data/version.json                           |  4 +--
 blog/_posts/2016-08-15-drill-1.8-released.md | 31 -----------------------
 blog/_posts/2016-08-30-drill-1.8-released.md | 30 ++++++++++++++++++++++
 3 files changed, 32 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/a0d5528e/_data/version.json
----------------------------------------------------------------------
diff --git a/_data/version.json b/_data/version.json
index 72d2ff0..f476f07 100644
--- a/_data/version.json
+++ b/_data/version.json
@@ -1,7 +1,7 @@
 {
   "display_version": "1.8",
   "full_version": "1.8.0",
-  "release_date": "August 15, 2016",
-  "blog_post":"/blog/2016/08/15/drill-1.8-released",
+  "release_date": "August 30, 2016",
+  "blog_post":"/blog/2016/08/30/drill-1.8-released",
   "release_notes": "https://drill.apache.org/docs/apache-drill-1-8-0-release-notes/"
 }

http://git-wip-us.apache.org/repos/asf/drill/blob/a0d5528e/blog/_posts/2016-08-15-drill-1.8-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2016-08-15-drill-1.8-released.md b/blog/_posts/2016-08-15-drill-1.8-released.md
deleted file mode 100644
index 2eac1fa..0000000
--- a/blog/_posts/2016-08-15-drill-1.8-released.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-layout: post
-title: "Drill 1.8 Released"
-code: drill-1.8-released
-excerpt: Apache Drill 1.8's highlights are&#58; metadata cache pruning, IF EXISTS support, DESCRIBE SCHEMA command, multi-byte delimiter support, and new parameters for filter selectivity estimates.
-authors: ["bbevens"]
----
-
-Today, we're happy to announce the availability of Drill 1.8.0. You can download it [here](https://drill.apache.org/download/).
-
-The release provides the following bug fixes and improvements:
-
-## Metadata Cache Pruning 
-Drill now applies partition pruning to the metadata cache file. See [Partition Pruning Introduction](https://drill.apache.org/docs/partition-pruning-introduction/) and [Optimizing Parquet Metadata Reading](https://drill.apache.org/docs/optimizing-parquet-metadata-reading/). 
-
-## IF EXISTS Support  
-You can include the new IF EXISTS parameter with the DROP TABLE and DROP VIEW commands to prevent Drill from returning error messages when a table or view does not exist. See [DROP TABLE](https://drill.apache.org/docs/drop-table/) and [DROP VIEW](https://drill.apache.org/docs/drop-view/).
-
-
-## DESCRIBE SCHEMA Command 
-Drill now supports the DESCRIBE SCHEMA command which provides schema properties for storage plugin configurations and workspaces. See [DESCRIBE](https://drill.apache.org/docs/describe/).  
-
-## Multi-Byte Delimiter Support  
-Drill now supports multi-byte delimiters for text files, such as \r\n. See [List of Attributes and Definitions](https://drill.apache.org/docs/plugin-configuration-basics/#list-of-attributes-and-definitions).  
-
-## Filter Selectivity Estimate Parameters  
-New parameters set the minimum filter selectivity estimate to increase the parallelization of the major fragment performing a join. See [System Options](https://drill.apache.org/docs/configuration-options-introduction/#system-options). 
- 
-
-A complete list of JIRAs resolved in the 1.8.0 release can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334768&styleName=Html&projectId=12313820&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7C0721f2a625165c1e2cc6c0d2cfb41b437cc68769%7Clin).
-

http://git-wip-us.apache.org/repos/asf/drill/blob/a0d5528e/blog/_posts/2016-08-30-drill-1.8-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2016-08-30-drill-1.8-released.md b/blog/_posts/2016-08-30-drill-1.8-released.md
new file mode 100644
index 0000000..c3174e9
--- /dev/null
+++ b/blog/_posts/2016-08-30-drill-1.8-released.md
@@ -0,0 +1,30 @@
+---
+layout: post
+title: "Drill 1.8 Released"
+code: drill-1.8-released
+excerpt: Apache Drill 1.8's highlights are&#58; metadata cache pruning, IF EXISTS support, DESCRIBE SCHEMA command, multi-byte delimiter support, and new parameters for filter selectivity estimates.
+authors: ["bbevens"]
+---
+
+Today, we're happy to announce the availability of Drill 1.8.0. You can download it [here](https://drill.apache.org/download/).
+
+The release provides the following bug fixes and improvements:
+
+## Metadata Cache Pruning 
+Drill now applies partition pruning to the metadata cache file. See [Partition Pruning Introduction](https://drill.apache.org/docs/partition-pruning-introduction/) and [Optimizing Parquet Metadata Reading](https://drill.apache.org/docs/optimizing-parquet-metadata-reading/). 
+
+## IF EXISTS Support  
+You can include the new IF EXISTS parameter with the DROP TABLE and DROP VIEW commands to prevent Drill from returning error messages when a table or view does not exist. See [DROP TABLE](https://drill.apache.org/docs/drop-table/) and [DROP VIEW](https://drill.apache.org/docs/drop-view/).
+
+## DESCRIBE SCHEMA Command 
+Drill now supports the DESCRIBE SCHEMA command which provides schema properties for storage plugin configurations and workspaces. See [DESCRIBE](https://drill.apache.org/docs/describe/).  
+
+## Multi-Byte Delimiter Support  
+Drill now supports multi-byte delimiters for text files, such as \r\n. See [List of Attributes and Definitions](https://drill.apache.org/docs/plugin-configuration-basics/#list-of-attributes-and-definitions).  
+
+## Filter Selectivity Estimate Parameters  
+New parameters set the minimum filter selectivity estimate to increase the parallelization of the major fragment performing a join. See [System Options](https://drill.apache.org/docs/configuration-options-introduction/#system-options). 
+ 
+
+A complete list of JIRAs resolved in the 1.8.0 release can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334768&styleName=Html&projectId=12313820&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7Ce8d020149d9a6082481af301e563adbe35c76a87%7Clout).
+