Repository: drill-site
Updated Branches:
  refs/heads/asf-site 8d12c6593 -> 954405726


Website update


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

Branch: refs/heads/asf-site
Commit: 954405726d329a3d4d1d41e738ad6b6df6cfe07f
Parents: 8d12c65
Author: Tomer Shiran <[email protected]>
Authored: Sun Jul 5 18:36:18 2015 -0700
Committer: Tomer Shiran <[email protected]>
Committed: Sun Jul 5 18:36:18 2015 -0700

----------------------------------------------------------------------
 blog/2015/07/05/drill-1.1-released/index.html | 18 +++++++++---------
 download/index.html                           |  4 ++--
 feed.xml                                      | 22 +++++++++++-----------
 3 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/95440572/blog/2015/07/05/drill-1.1-released/index.html
----------------------------------------------------------------------
diff --git a/blog/2015/07/05/drill-1.1-released/index.html 
b/blog/2015/07/05/drill-1.1-released/index.html
index 2b194a9..8181f1a 100644
--- a/blog/2015/07/05/drill-1.1-released/index.html
+++ b/blog/2015/07/05/drill-1.1-released/index.html
@@ -133,11 +133,11 @@
   <article class="post-content">
     <p>Today I&#39;m happy to announce the availability of the Drill 1.1 
release. This release addresses <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&amp;version=12329689";>162
 JIRAs</a> on top of May&#39;s 1.0 release. Highlights include:</p>
 
-<h4 id="automatic-partitioning-for-parquet-files">Automatic Partitioning for 
Parquet Files</h4>
+<h2 id="automatic-partitioning-for-parquet-files">Automatic Partitioning for 
Parquet Files</h2>
 
 <p>Drill now supports creating partitions automatically when using 
<code>CREATE TABLE AS</code> (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&#39;s first). This functionality can be 
exercised by utilizing the new <a 
href="https://drill.apache.org/docs/partition-by-clause/";><code>PARTITION 
BY</code></a> clause support.</p>
 
-<h4 id="window-functions">Window Functions</h4>
+<h2 id="window-functions">Window Functions</h2>
 
 <p>Drill now has first-class support for SQL window Functions. This 
includes:</p>
 
@@ -148,19 +148,19 @@
 
 <p>The community has done an excellent job providing a <a 
href="https://drill.apache.org/docs/sql-window-functions-introduction/";>comprehensive
 documentation</a> so that you can start using window functions immediately.  
</p>
 
-<h4 id="hive-storage-plugin-enhancements">Hive Storage Plugin Enhancements</h4>
+<h2 id="hive-storage-plugin-enhancements">Hive Storage Plugin Enhancements</h2>
 
 <p>We&#39;ve enhanced Drill to work even better with Hive. We started by 
upgrading Drill&#39;s support to work with Hive 1.0. In addition, Drill now 
provides a powerful new security feature called <a 
href="https://drill.apache.org/docs/configuring-user-impersonation-with-hive-authorization/";>delegated
 Hive impersonation</a>. Compatibility and performance are also improved with 
better data type support (including support for binary, tinyint and smallint 
data types) and better concurrency.</p>
 
-<h4 id="sql-union-improvements">SQL <code>UNION</code> Improvements</h4>
+<h2 id="sql-union-improvements">SQL UNION Improvements</h2>
 
 <p>We&#39;ve enhanced support for SQL <code>UNION</code> functionality.  Drill 
now supports both <code>UNION</code> and <code>UNION ALL</code> capabilities.  
We&#39;ve also improved the query optimizer to better optimize plans that 
include the <code>UNION</code> clause.</p>
 
-<h4 id="new-features-for-complex-data">New Features For Complex Data</h4>
+<h2 id="new-features-for-complex-data">New Features For Complex Data</h2>
 
 <p>Drill&#39;s complex data capabilities continue to be the best in the 
market, now including support for <code>COUNT</code> aggregations on various 
types of complex objects. Also, Drill&#39;s <code>FLATTEN</code> function now 
supports very large complex objects.</p>
 
-<h4 id="improved-jdbc-driver-compatibility">Improved JDBC Driver 
Compatibility</h4>
+<h2 id="improved-jdbc-driver-compatibility">Improved JDBC Driver 
Compatibility</h2>
 
 <p>Apache Drill&#39;s JDBC driver continues to improve. This includes a number 
of enhancements and fixes to better support JDBC tools including <a 
href="https://drill.apache.org/docs/using-microstrategy-analytics-with-apache-drill/";>MicroStrategy</a>,
 <a 
href="https://drill.apache.org/docs/using-tibco-spotfire-desktop-with-drill/";>TIBCO
 Spotfire</a>, <a 
href="https://drill.apache.org/docs/configuring-jreport-with-drill/";>JReport</a>
 and <a 
href="https://drill.apache.org/docs/using-jdbc-with-squirrel-on-windows/";>SQuirreL</a>.
  </p>
 
@@ -171,11 +171,11 @@
   &lt;version&gt;1.1.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre></div>
-<h4 id="mongodb-3.0-support">MongoDB 3.0 Support</h4>
+<h2 id="mongodb-3.0-support">MongoDB 3.0 Support</h2>
 
 <p>Drill now uses MongoDB&#39;s latest Java driver and has enhanced connection 
pooling for better performance and resilience in large-scale deployments.  
Learn more about using the <a 
href="https://drill.apache.org/docs/mongodb-plugin-for-apache-drill/";>MongoDB 
plugin</a>.</p>
 
-<h4 id="many-more-fixes">Many More Fixes</h4>
+<h2 id="many-more-fixes">Many More Fixes</h2>
 
 <p>Drill includes a variety of <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&amp;version=12329689";>other
 fixes and enhancements</a> including:</p>
 
@@ -187,7 +187,7 @@
 <li>Fixes for the Web UI and the REST API</li>
 </ul>
 
-<h4 id="more-frequent-releases">More Frequent Releases</h4>
+<h2 id="more-frequent-releases">More Frequent Releases</h2>
 
 <p>The amazing Drill community continues to be the driving force behind these 
rapid iterative releases.  Thanks to all the <a href="/team/">committers</a> 
and contributors that made this release possible!  The community&#39;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 <a 
href="https://drill.apache.org/mailinglists/";>the community</a>.</p>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/95440572/download/index.html
----------------------------------------------------------------------
diff --git a/download/index.html b/download/index.html
index 54c854c..5e6bd39 100644
--- a/download/index.html
+++ b/download/index.html
@@ -132,7 +132,8 @@
 
 <p>Additional resources for Drill 1.1:</p>
 <ul>
-<li><a href="/docs/apache-drill-1-1-0-release-notes/">Release notes</a></li>
+<li><a href="/blog/2015/07/05/drill-1.1-released/">Blog post</a></li>
+<li><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12329689";>Release
 notes (JIRA)</a></li>
 <li><a href="https://github.com/apache/drill/tree/1.1.0";>Source code</a></li>
 </ul>
 
@@ -152,7 +153,6 @@ $('#apachemirror').click(function(event) {
   });
 });
 </script>
-
 </div>
 
   </div>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/95440572/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index f616d07..09b5456 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,19 +6,19 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sun, 05 Jul 2015 18:03:50 -0700</pubDate>
-    <lastBuildDate>Sun, 05 Jul 2015 18:03:50 -0700</lastBuildDate>
+    <pubDate>Sun, 05 Jul 2015 18:33:31 -0700</pubDate>
+    <lastBuildDate>Sun, 05 Jul 2015 18:33:31 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
         <title>Drill 1.1 Released</title>
         <description>&lt;p&gt;Today I&amp;#39;m happy to announce the 
availability of the Drill 1.1 release. This release addresses &lt;a 
href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&amp;amp;version=12329689&quot;&gt;162
 JIRAs&lt;/a&gt; on top of May&amp;#39;s 1.0 release. Highlights 
include:&lt;/p&gt;
 
-&lt;h4 id=&quot;automatic-partitioning-for-parquet-files&quot;&gt;Automatic 
Partitioning for Parquet Files&lt;/h4&gt;
+&lt;h2 id=&quot;automatic-partitioning-for-parquet-files&quot;&gt;Automatic 
Partitioning for Parquet Files&lt;/h2&gt;
 
 &lt;p&gt;Drill now supports creating partitions automatically when using 
&lt;code&gt;CREATE TABLE AS&lt;/code&gt; (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&amp;#39;s first). This 
functionality can be exercised by utilizing the new &lt;a 
href=&quot;https://drill.apache.org/docs/partition-by-clause/&quot;&gt;&lt;code&gt;PARTITION
 BY&lt;/code&gt;&lt;/a&gt; clause support.&lt;/p&gt;
 
-&lt;h4 id=&quot;window-functions&quot;&gt;Window Functions&lt;/h4&gt;
+&lt;h2 id=&quot;window-functions&quot;&gt;Window Functions&lt;/h2&gt;
 
 &lt;p&gt;Drill now has first-class support for SQL window Functions. This 
includes:&lt;/p&gt;
 
@@ -29,19 +29,19 @@
 
 &lt;p&gt;The community has done an excellent job providing a &lt;a 
href=&quot;https://drill.apache.org/docs/sql-window-functions-introduction/&quot;&gt;comprehensive
 documentation&lt;/a&gt; so that you can start using window functions 
immediately.  &lt;/p&gt;
 
-&lt;h4 id=&quot;hive-storage-plugin-enhancements&quot;&gt;Hive Storage Plugin 
Enhancements&lt;/h4&gt;
+&lt;h2 id=&quot;hive-storage-plugin-enhancements&quot;&gt;Hive Storage Plugin 
Enhancements&lt;/h2&gt;
 
 &lt;p&gt;We&amp;#39;ve enhanced Drill to work even better with Hive. We 
started by upgrading Drill&amp;#39;s support to work with Hive 1.0. In 
addition, Drill now provides a powerful new security feature called &lt;a 
href=&quot;https://drill.apache.org/docs/configuring-user-impersonation-with-hive-authorization/&quot;&gt;delegated
 Hive impersonation&lt;/a&gt;. Compatibility and performance are also improved 
with better data type support (including support for binary, tinyint and 
smallint data types) and better concurrency.&lt;/p&gt;
 
-&lt;h4 id=&quot;sql-union-improvements&quot;&gt;SQL 
&lt;code&gt;UNION&lt;/code&gt; Improvements&lt;/h4&gt;
+&lt;h2 id=&quot;sql-union-improvements&quot;&gt;SQL UNION 
Improvements&lt;/h2&gt;
 
 &lt;p&gt;We&amp;#39;ve enhanced support for SQL &lt;code&gt;UNION&lt;/code&gt; 
functionality.  Drill now supports both &lt;code&gt;UNION&lt;/code&gt; and 
&lt;code&gt;UNION ALL&lt;/code&gt; capabilities.  We&amp;#39;ve also improved 
the query optimizer to better optimize plans that include the 
&lt;code&gt;UNION&lt;/code&gt; clause.&lt;/p&gt;
 
-&lt;h4 id=&quot;new-features-for-complex-data&quot;&gt;New Features For 
Complex Data&lt;/h4&gt;
+&lt;h2 id=&quot;new-features-for-complex-data&quot;&gt;New Features For 
Complex Data&lt;/h2&gt;
 
 &lt;p&gt;Drill&amp;#39;s complex data capabilities continue to be the best in 
the market, now including support for &lt;code&gt;COUNT&lt;/code&gt; 
aggregations on various types of complex objects. Also, Drill&amp;#39;s 
&lt;code&gt;FLATTEN&lt;/code&gt; function now supports very large complex 
objects.&lt;/p&gt;
 
-&lt;h4 id=&quot;improved-jdbc-driver-compatibility&quot;&gt;Improved JDBC 
Driver Compatibility&lt;/h4&gt;
+&lt;h2 id=&quot;improved-jdbc-driver-compatibility&quot;&gt;Improved JDBC 
Driver Compatibility&lt;/h2&gt;
 
 &lt;p&gt;Apache Drill&amp;#39;s JDBC driver continues to improve. This 
includes a number of enhancements and fixes to better support JDBC tools 
including &lt;a 
href=&quot;https://drill.apache.org/docs/using-microstrategy-analytics-with-apache-drill/&quot;&gt;MicroStrategy&lt;/a&gt;,
 &lt;a 
href=&quot;https://drill.apache.org/docs/using-tibco-spotfire-desktop-with-drill/&quot;&gt;TIBCO
 Spotfire&lt;/a&gt;, &lt;a 
href=&quot;https://drill.apache.org/docs/configuring-jreport-with-drill/&quot;&gt;JReport&lt;/a&gt;
 and &lt;a 
href=&quot;https://drill.apache.org/docs/using-jdbc-with-squirrel-on-windows/&quot;&gt;SQuirreL&lt;/a&gt;.
  &lt;/p&gt;
 
@@ -52,11 +52,11 @@
   &amp;lt;version&amp;gt;1.1.0&amp;lt;/version&amp;gt;
 &amp;lt;/dependency&amp;gt;
 &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
-&lt;h4 id=&quot;mongodb-3.0-support&quot;&gt;MongoDB 3.0 Support&lt;/h4&gt;
+&lt;h2 id=&quot;mongodb-3.0-support&quot;&gt;MongoDB 3.0 Support&lt;/h2&gt;
 
 &lt;p&gt;Drill now uses MongoDB&amp;#39;s latest Java driver and has enhanced 
connection pooling for better performance and resilience in large-scale 
deployments.  Learn more about using the &lt;a 
href=&quot;https://drill.apache.org/docs/mongodb-plugin-for-apache-drill/&quot;&gt;MongoDB
 plugin&lt;/a&gt;.&lt;/p&gt;
 
-&lt;h4 id=&quot;many-more-fixes&quot;&gt;Many More Fixes&lt;/h4&gt;
+&lt;h2 id=&quot;many-more-fixes&quot;&gt;Many More Fixes&lt;/h2&gt;
 
 &lt;p&gt;Drill includes a variety of &lt;a 
href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&amp;amp;version=12329689&quot;&gt;other
 fixes and enhancements&lt;/a&gt; including:&lt;/p&gt;
 
@@ -68,7 +68,7 @@
 &lt;li&gt;Fixes for the Web UI and the REST API&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;h4 id=&quot;more-frequent-releases&quot;&gt;More Frequent 
Releases&lt;/h4&gt;
+&lt;h2 id=&quot;more-frequent-releases&quot;&gt;More Frequent 
Releases&lt;/h2&gt;
 
 &lt;p&gt;The amazing Drill community continues to be the driving force behind 
these rapid iterative releases.  Thanks to all the &lt;a 
href=&quot;/team/&quot;&gt;committers&lt;/a&gt; and contributors that made this 
release possible!  The community&amp;#39;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 &lt;a 
href=&quot;https://drill.apache.org/mailinglists/&quot;&gt;the 
community&lt;/a&gt;.&lt;/p&gt;
 

Reply via email to