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/11/29 22:42:53 UTC

[15/19] drill git commit: edits for 1.9

edits for 1.9


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

Branch: refs/heads/gh-pages
Commit: d20e9f8f374ded07f8daab4d50b5fe851331bc69
Parents: 26ee491
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Mon Nov 28 11:29:44 2016 -0800
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Mon Nov 28 11:29:44 2016 -0800

----------------------------------------------------------------------
 _data/version.json                           |  4 ++--
 _docs/rn/002-1.9.0-rn.md                     |  2 +-
 blog/_posts/2016-11-22-drill-1.9-released.md | 26 -----------------------
 blog/_posts/2016-11-28-drill-1.9-released.md | 26 +++++++++++++++++++++++
 team.md                                      |  1 +
 5 files changed, 30 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/d20e9f8f/_data/version.json
----------------------------------------------------------------------
diff --git a/_data/version.json b/_data/version.json
index e4e1549..44ad8a7 100644
--- a/_data/version.json
+++ b/_data/version.json
@@ -1,7 +1,7 @@
 {
   "display_version": "1.9",
   "full_version": "1.9.0",
-  "release_date": "November 17, 2016",
-  "blog_post":"/blog/2016/11/17/drill-1.9-released",
+  "release_date": "November 28, 2016",
+  "blog_post":"/blog/2016/11/28/drill-1.9-released",
   "release_notes": "https://drill.apache.org/docs/apache-drill-1-9-0-release-notes/"
 }

http://git-wip-us.apache.org/repos/asf/drill/blob/d20e9f8f/_docs/rn/002-1.9.0-rn.md
----------------------------------------------------------------------
diff --git a/_docs/rn/002-1.9.0-rn.md b/_docs/rn/002-1.9.0-rn.md
index 093ec22..3e26e0b 100644
--- a/_docs/rn/002-1.9.0-rn.md
+++ b/_docs/rn/002-1.9.0-rn.md
@@ -3,7 +3,7 @@ title: "Apache Drill 1.9.0 Release Notes"
 parent: "Release Notes"
 ---
 
-**Release date:**  November 22, 2016
+**Release date:**  November 28, 2016
 
 Today, we're happy to announce the availability of Drill 1.9.0. You can download it [here](https://drill.apache.org/download/).
 

http://git-wip-us.apache.org/repos/asf/drill/blob/d20e9f8f/blog/_posts/2016-11-22-drill-1.9-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2016-11-22-drill-1.9-released.md b/blog/_posts/2016-11-22-drill-1.9-released.md
deleted file mode 100644
index 29f8f10..0000000
--- a/blog/_posts/2016-11-22-drill-1.9-released.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: post
-title: "Drill 1.9 Released"
-code: drill-1.9-released
-excerpt: Apache Drill 1.9's highlights are&#58; asynchronous Parquet reader, Parquet filter pushdown, dynamic UDF support, and HTTPD format plugin.
-authors: ["bbevens"]
----
-
-Today, we're happy to announce the availability of Drill 1.9.0. You can download it [here](https://drill.apache.org/download/).
-
-The release provides the following bug fixes and improvements:
-
-## Asynchronous Parquet Reader 
-The new asynchronous Parquet reader feature improves the performance of the Parquet Scan operator by increasing the speed at which the Parquet reader scans, decompresses, and decodes data. See [Asynchronous Parquet Reader]({{site.baseurl}}/docs/asynchronous-parquet-reader/). 
-
-## Parquet Filter Pushdown  
-The new Parquet filter pushdown feature optimizes Drill\u2019s performance by pruning extraneous data from a Parquet file to reduce the amount of data that Drill scans and reads when a query on a Parquet file contains a filter expression. See [Parquet Filter Pushdown]({{site.baseurl}}/docs/parquet-filter-pushdown/).
-
-## Dynamic UDF Support  
-The new Dynamic UDF feature enables users to register and unregister UDFs on their own using the new CREATE FUNCTION USING JAR and DROP FUNCTION USING JAR commands. See [Dynamic UDFs]({{site.baseurl}}/docs/dynamic-udfs/).  
-
-## HTTPD Format Plugin
-The new HTTPD format plugin adds the capability to query HTTP web server logs natively and also includes parse_url() and parse_query() UDFs. The parse_url() UDF returns maps of the URL. The parse_query() UDF returns the query string.  
-
-A complete list of JIRAs resolved in the 1.9.0 release can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12337861&styleName=Html&projectId=12313820&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7Cedcc6294c1851bcd19a3686871e085181f755a91%7Clin).
-

http://git-wip-us.apache.org/repos/asf/drill/blob/d20e9f8f/blog/_posts/2016-11-28-drill-1.9-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2016-11-28-drill-1.9-released.md b/blog/_posts/2016-11-28-drill-1.9-released.md
new file mode 100644
index 0000000..29f8f10
--- /dev/null
+++ b/blog/_posts/2016-11-28-drill-1.9-released.md
@@ -0,0 +1,26 @@
+---
+layout: post
+title: "Drill 1.9 Released"
+code: drill-1.9-released
+excerpt: Apache Drill 1.9's highlights are&#58; asynchronous Parquet reader, Parquet filter pushdown, dynamic UDF support, and HTTPD format plugin.
+authors: ["bbevens"]
+---
+
+Today, we're happy to announce the availability of Drill 1.9.0. You can download it [here](https://drill.apache.org/download/).
+
+The release provides the following bug fixes and improvements:
+
+## Asynchronous Parquet Reader 
+The new asynchronous Parquet reader feature improves the performance of the Parquet Scan operator by increasing the speed at which the Parquet reader scans, decompresses, and decodes data. See [Asynchronous Parquet Reader]({{site.baseurl}}/docs/asynchronous-parquet-reader/). 
+
+## Parquet Filter Pushdown  
+The new Parquet filter pushdown feature optimizes Drill\u2019s performance by pruning extraneous data from a Parquet file to reduce the amount of data that Drill scans and reads when a query on a Parquet file contains a filter expression. See [Parquet Filter Pushdown]({{site.baseurl}}/docs/parquet-filter-pushdown/).
+
+## Dynamic UDF Support  
+The new Dynamic UDF feature enables users to register and unregister UDFs on their own using the new CREATE FUNCTION USING JAR and DROP FUNCTION USING JAR commands. See [Dynamic UDFs]({{site.baseurl}}/docs/dynamic-udfs/).  
+
+## HTTPD Format Plugin
+The new HTTPD format plugin adds the capability to query HTTP web server logs natively and also includes parse_url() and parse_query() UDFs. The parse_url() UDF returns maps of the URL. The parse_query() UDF returns the query string.  
+
+A complete list of JIRAs resolved in the 1.9.0 release can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12337861&styleName=Html&projectId=12313820&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7Cedcc6294c1851bcd19a3686871e085181f755a91%7Clin).
+

http://git-wip-us.apache.org/repos/asf/drill/blob/d20e9f8f/team.md
----------------------------------------------------------------------
diff --git a/team.md b/team.md
index 96df8e7..d7b143f 100755
--- a/team.md
+++ b/team.md
@@ -31,4 +31,5 @@ We welcome contributions to the project. If you're interested in contributing, t
 | Sudheesh Katkam | sudheesh |
 | Ellen Friedman | ellenf |
 | Kris Hahn | krishahn |
+| Neeraja Rentachintala | neerajar |