Updated download links and blog post

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

Branch: refs/heads/gh-pages
Commit: cd0ffb1baeea32552b76f190870cffd22485d5cf
Parents: 62e4a53
Author: Tomer Shiran <[email protected]>
Authored: Sun Jul 5 18:03:21 2015 -0700
Committer: Bob Rumsby <[email protected]>
Committed: Mon Jul 6 10:33:17 2015 -0700

----------------------------------------------------------------------
 _data/version.json                           |  6 +--
 blog/_posts/2015-07-05-drill-1.1-released.md | 50 +++++++++++------------
 2 files changed, 27 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/cd0ffb1b/_data/version.json
----------------------------------------------------------------------
diff --git a/_data/version.json b/_data/version.json
index d923285..c369ac9 100644
--- a/_data/version.json
+++ b/_data/version.json
@@ -1,5 +1,5 @@
 {
-  "display_version": "1.0",
-  "full_version": "1.0.0",
-  "release_date": "May 19, 2015"
+  "display_version": "1.1",
+  "full_version": "1.1.0",
+  "release_date": "July 5, 2015"
 }

http://git-wip-us.apache.org/repos/asf/drill/blob/cd0ffb1b/blog/_posts/2015-07-05-drill-1.1-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2015-07-05-drill-1.1-released.md 
b/blog/_posts/2015-07-05-drill-1.1-released.md
index 9ba95a7..1013495 100644
--- a/blog/_posts/2015-07-05-drill-1.1-released.md
+++ b/blog/_posts/2015-07-05-drill-1.1-released.md
@@ -2,36 +2,35 @@
 layout: post
 title: "Drill 1.1 Released"
 code: drill-1.1-released
-excerpt: Drill 1.1 has been released, providing even more world class SQL 
capabilities,  better support for querying a wide variety of non-relational 
datastores and a number of exciting new features.
+excerpt: Drill 1.1 has been released, providing window functions, automatic 
partitioning, improved MongoDB support and more. This release addresses 162 
JIRAs.
 authors: ["jnadeau"]
 ---
-
 Today I'm happy to announce the availability of the Drill 1.1 release. This 
release addresses [162 
JIRAs](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12329689)
 on top of May's 1.0 release. Highlights include:
 
-#### Automatic Partitioning for Parquet files
-Drill now supports creating partitions automatically when using CREATE TABLE 
AS (CTAS) to generate Parquet files. By leveraging the unique capabilities of 
the Parquet file format, Drill is able provide this capability and still 
maintain data integrity and compatibility with all other systems that consume 
Parquet (a world first). This functionality can be exercised by utilizing the 
new [PARTITION BY](https://drill.apache.org/docs/partition-by-clause/) clause 
support.
+#### Automatic Partitioning for Parquet Files
+Drill now supports creating partitions automatically when using `CREATE TABLE 
AS` (CTAS) to generate Parquet files. By leveraging the unique capabilities of 
the Parquet file format, Drill is able provide this capability and still 
maintain data integrity and compatibility with all other systems that consume 
Parquet (a world's first). This functionality can be exercised by utilizing the 
new [`PARTITION BY`](https://drill.apache.org/docs/partition-by-clause/) clause 
support.
+
+#### Window Functions
+Drill now has first-class support for SQL window Functions. This includes:
 
-#### Support for Window Functions
-Drill now has first-class support for SQL Window Functions. This includes 
support for:
+  * Aggregate Functions: `AVG`, `COUNT`, `MAX`, `MIN`, `SUM`
+  * Ranking Functions: `CUME_DIST`, `DENSE_RANK`, `PERCENT_RANK`, `RANK` and 
`ROW_NUMBER`
 
-  * Aggregate Functions: AVG, COUNT, MAX, MIN, SUM
-  * Ranking Functions: CUME_DIST, DENSE_RANK, PERCENT_RANK, RANK and ROW_NUMBER
-  
-The community has done an excellent job providing a [comprehensive set of 
documentation](https://drill.apache.org/docs/sql-window-functions-introduction/)
 so that you can starting using window functions immediately.  
+The community has done an excellent job providing a [comprehensive 
documentation](https://drill.apache.org/docs/sql-window-functions-introduction/)
 so that you can start using window functions immediately.  
 
 #### Hive Storage Plugin Enhancements
-We've enhanced Drill to work even better with Hive.  We started by upgrading 
Drill's support to work with Hive 1.0.  In addition, Drill now provides a very 
powerful new security feature called [delegated Hive 
impersonation](https://drill.apache.org/docs/configuring-user-impersonation-with-hive-authorization/).
  Compatibility and performance are also improved with better data type support 
(including support for binary, tinyint and smallint data types) and better 
concurrency.
+We've enhanced Drill to work even better with Hive. We started by upgrading 
Drill's support to work with Hive 1.0. In addition, Drill now provides a 
powerful new security feature called [delegated Hive 
impersonation](https://drill.apache.org/docs/configuring-user-impersonation-with-hive-authorization/).
 Compatibility and performance are also improved with better data type support 
(including support for binary, tinyint and smallint data types) and better 
concurrency.
 
-#### SQL Union Improvements
-We've enhanced support for SQL UNION functionality.  Drill now supports both 
UNION and UNION ALL capabilities.  We've also improved the query optimizer to 
better optimize plans that include the UNION clause.
+#### SQL `UNION` Improvements
+We've enhanced support for SQL `UNION` functionality.  Drill now supports both 
`UNION` and `UNION ALL` capabilities.  We've also improved the query optimizer 
to better optimize plans that include the `UNION` clause.
 
 #### New Features For Complex Data
-Drill's complex data capabilities continue to be the best in the market, now 
including support for COUNT aggregations on various types of complex objects.  
Drill also now has improved FLATTEN capabilities to support very large complex 
objects.
+Drill's complex data capabilities continue to be the best in the market, now 
including support for `COUNT` aggregations on various types of complex objects. 
Also, Drill's `FLATTEN` function now supports very large complex objects.
 
 #### Improved JDBC Driver Compatibility
-Apache Drill's JDBC driver continues to be improved.  This includes a number 
of enhancements and fixes to better support JDBC tools including 
[MicroStrategy](https://drill.apache.org/docs/using-microstrategy-analytics-with-apache-drill/),
 [Tibco 
Spotfire](https://drill.apache.org/docs/using-tibco-spotfire-desktop-with-drill/),
 [JReport](https://drill.apache.org/docs/configuring-jreport-with-drill/) and 
[SQuirreL](https://drill.apache.org/docs/using-jdbc-with-squirrel-on-windows/). 
 
+Apache Drill's JDBC driver continues to improve. This includes a number of 
enhancements and fixes to better support JDBC tools including 
[MicroStrategy](https://drill.apache.org/docs/using-microstrategy-analytics-with-apache-drill/),
 [TIBCO 
Spotfire](https://drill.apache.org/docs/using-tibco-spotfire-desktop-with-drill/),
 [JReport](https://drill.apache.org/docs/configuring-jreport-with-drill/) and 
[SQuirreL](https://drill.apache.org/docs/using-jdbc-with-squirrel-on-windows/). 
 
 
-The Apache Drill community now publishes the JDBC driver for easy inclusion in 
your personal application through the use of Maven coordinates.  You can 
incorporate Drill's JDBC driver into your application by [downloading it 
directly](http://search.maven.org/remotecontent?filepath=org/apache/drill/exec/drill-jdbc-all/1.1.0/drill-jdbc-all-1.1.0.jar)
 or referencing the following coordinates within your Maven application.  
+The Apache Drill community now publishes the JDBC driver for easy inclusion in 
your application through the use of Maven coordinates. You can incorporate 
Drill's JDBC driver into your application by [downloading it 
directly](http://search.maven.org/remotecontent?filepath=org/apache/drill/exec/drill-jdbc-all/1.1.0/drill-jdbc-all-1.1.0.jar)
 or referencing the following coordinates within your Maven application.  
 
     <dependency>
       <groupId>org.apache.drill.exec</groupId>
@@ -41,22 +40,21 @@ The Apache Drill community now publishes the JDBC driver 
for easy inclusion in y
 
 
 #### MongoDB 3.0 Support
-Drill's support for MongoDB has been improved.  Drill now uses MongoDB's 
latest Java Driver and has enhanced connection pooling for better performance 
and resilience in large-scale deployments.  Learn more on using the [MongoDB 
for Drill 
plugin](https://drill.apache.org/docs/mongodb-plugin-for-apache-drill/).
+Drill now uses MongoDB's latest Java driver and has enhanced connection 
pooling for better performance and resilience in large-scale deployments.  
Learn more about using the [MongoDB 
plugin](https://drill.apache.org/docs/mongodb-plugin-for-apache-drill/).
 
 #### Many More Fixes
-Drill include a number of other smaller fixes and enhancements for a [number 
of 
things](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12329689)
 including: 
-
-  * improvements for certain types of exists and correlated subqueries
-  * fixes for running Drill on Windows
-  * improvements in implicit casting capabilities in schemaless scenarios
-  * improvements in INFORMATION_SCHEMA
-  * Fixes for both the WebUI and the Drill REST API
+Drill includes a variety of [other fixes and 
enhancements](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12329689)
 including:
 
+  * Improvements for certain types of exists and correlated subqueries
+  * Fixes for running Drill on Windows
+  * Improvements in implicit casting capabilities in schemaless scenarios
+  * Improvements in `INFORMATION_SCHEMA`
+  * Fixes for the Web UI and the REST API
 
 #### More Frequent Releases
 The amazing Drill community continues to be the driving force behind these 
rapid iterative releases.  Thanks to all the [committers]({{ site.baseurl 
}}/team/) and contributors that made this release possible!  The community's 
goal continues to be maintaining a 4-6 release cycle throughout the summer.  
This means you will have many more enhancements to look for in the next few 
months.  If you use Drill, want to, or want to help develop it, drop by in [the 
community](https://drill.apache.org/mailinglists/).
 
 Download the [Drill 1.1.0 release](https://drill.apache.org/download/) now and 
let us know your thoughts.
 
-Drill On!
-Jacques Nadeau
+Drill On!  
+Jacques Nadeau
\ No newline at end of file

Reply via email to