You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2016/07/04 16:22:01 UTC

orc git commit: Push changes for ORC-76 to website.

Repository: orc
Updated Branches:
  refs/heads/asf-site c119bc13d -> be97d71bb


Push changes for ORC-76 to website.


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

Branch: refs/heads/asf-site
Commit: be97d71bbc2e6dfee4969620561e0ec475a02a39
Parents: c119bc1
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Jul 4 09:20:30 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Jul 4 09:20:30 2016 -0700

----------------------------------------------------------------------
 docs/releases.html                          |  23 +-
 news/2015/04/22/orc-as-tlp/index.html       |  16 ++
 news/2015/05/11/new-committers/index.html   |  16 ++
 news/2015/06/26/new-logo/index.html         |  16 ++
 news/2015/11/19/aliaksei-on-pmc/index.html  |  16 ++
 news/2016/01/25/ORC-1.0.0/index.html        |  16 ++
 news/2016/06/10/ORC-1.1.0/index.html        |  16 ++
 news/2016/06/13/ORC-1.1.1/index.html        | 289 +++++++++++++++++++++++
 news/2016/06/28/file-format-talk/index.html | 286 ++++++++++++++++++++++
 news/index.html                             | 125 ++++++++++
 news/releases/index.html                    |  72 ++++++
 talks/index.html                            |   8 +
 12 files changed, 890 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/docs/releases.html
----------------------------------------------------------------------
diff --git a/docs/releases.html b/docs/releases.html
index 05f8df9..dc457c7 100644
--- a/docs/releases.html
+++ b/docs/releases.html
@@ -1061,19 +1061,19 @@
       <div class="unit four-fifths">
         <article>
           <h1>Releases</h1>
-          <h2 id="current-release---110">Current Release - 1.1.0:</h2>
+          <h2 id="current-release---111">Current Release - 1.1.1:</h2>
 
-<p>ORC 1.1.0 contains both the Java reader and writer and the C++ reader. It also
+<p>ORC 1.1.1 contains both the Java reader and writer and the C++ reader. It also
 contains tools for working with ORC files and looking at their contents and
 metadata.</p>
 
 <ul>
-  <li>Released: 10 Jun 2016</li>
-  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.1.0/orc-1.1.0.tgz">orc-1.1.0.tgz</a></li>
-  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.0/orc-1.1.0.tgz.asc">GPG Signature</a>
+  <li>Released: 13 Jun 2016</li>
+  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.1.1/orc-1.1.1.tgz">orc-1.1.1.tgz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.1/orc-1.1.1.tgz.asc">GPG Signature</a>
 signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
-  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.1.0">fc571e77</a></li>
-  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.0/orc-1.1.0.tgz.sha256">8beea2be</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.1.1">662938ed</a></li>
+  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.1/orc-1.1.1.tgz.sha256">19292a18</a></li>
 </ul>
 
 <p>Known issues:</p>
@@ -1087,9 +1087,9 @@ signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O
 <p>All GPG signatures should be verified as matching one of the keys in ORC\u2019s
 committers\u2019 <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">key list</a>.</p>
 
-<pre><code class="language-shell">% shasum -a 256 orc-1.1.0.tgz | diff - orc-1.1.0.tgz.sha256
+<pre><code class="language-shell">% shasum -a 256 orc-1.1.1.tgz | diff - orc-1.1.1.tgz.sha256
 % gpg --import KEYS
-% gpg --verify orc-1.1.0.tgz.asc
+% gpg --verify orc-1.1.1.tgz.asc
 </code></pre>
 
 <h2 id="previous-releases">Previous releases:</h2>
@@ -1104,6 +1104,11 @@ committers\u2019 <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">key
   </thead>
   <tbody>
     <tr>
+      <td style="text-align: center">1.1.0</td>
+      <td style="text-align: center">10 Jun 2016</td>
+      <td style="text-align: center"><a href="/news/2016/06/10/ORC-1.1.0/">ORC-1.1.0</a></td>
+    </tr>
+    <tr>
       <td style="text-align: center">1.0.0</td>
       <td style="text-align: center">25 Jan 2016</td>
       <td style="text-align: center"><a href="/news/2016/01/25/ORC-1.0.0/">ORC-1.0.0</a></td>

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/2015/04/22/orc-as-tlp/index.html
----------------------------------------------------------------------
diff --git a/news/2015/04/22/orc-as-tlp/index.html b/news/2015/04/22/orc-as-tlp/index.html
index fe34f79..53b0c16 100644
--- a/news/2015/04/22/orc-as-tlp/index.html
+++ b/news/2015/04/22/orc-as-tlp/index.html
@@ -87,6 +87,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
       <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
       
       <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
@@ -183,6 +187,10 @@ together with the Java implementation.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
       </li>
       
@@ -195,6 +203,14 @@ together with the Java implementation.</p>
     <ul>
         
         
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/2015/05/11/new-committers/index.html
----------------------------------------------------------------------
diff --git a/news/2015/05/11/new-committers/index.html b/news/2015/05/11/new-committers/index.html
index 3699e25..1e2788a 100644
--- a/news/2015/05/11/new-committers/index.html
+++ b/news/2015/05/11/new-committers/index.html
@@ -87,6 +87,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
       <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
       
       <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
@@ -159,6 +163,10 @@ for their work on ORC. Welcome all!</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
       </li>
       
@@ -171,6 +179,14 @@ for their work on ORC. Welcome all!</p>
     <ul>
         
         
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/2015/06/26/new-logo/index.html
----------------------------------------------------------------------
diff --git a/news/2015/06/26/new-logo/index.html b/news/2015/06/26/new-logo/index.html
index 9de7f76..227f0a9 100644
--- a/news/2015/06/26/new-logo/index.html
+++ b/news/2015/06/26/new-logo/index.html
@@ -87,6 +87,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
       <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
       
       <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
@@ -152,6 +156,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
       </li>
       
@@ -164,6 +172,14 @@
     <ul>
         
         
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/2015/11/19/aliaksei-on-pmc/index.html
----------------------------------------------------------------------
diff --git a/news/2015/11/19/aliaksei-on-pmc/index.html b/news/2015/11/19/aliaksei-on-pmc/index.html
index ba79637..62d5bfc 100644
--- a/news/2015/11/19/aliaksei-on-pmc/index.html
+++ b/news/2015/11/19/aliaksei-on-pmc/index.html
@@ -87,6 +87,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
       <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
       
       <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
@@ -155,6 +159,10 @@ more.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
       </li>
       
@@ -167,6 +175,14 @@ more.</p>
     <ul>
         
         
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/2016/01/25/ORC-1.0.0/index.html
----------------------------------------------------------------------
diff --git a/news/2016/01/25/ORC-1.0.0/index.html b/news/2016/01/25/ORC-1.0.0/index.html
index fd177c7..77df28b 100644
--- a/news/2016/01/25/ORC-1.0.0/index.html
+++ b/news/2016/01/25/ORC-1.0.0/index.html
@@ -87,6 +87,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
       <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
       
       <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
@@ -189,6 +193,10 @@ reader.</li>
     <ul>
       
       <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
       </li>
       
@@ -201,6 +209,14 @@ reader.</li>
     <ul>
         
         
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/2016/06/10/ORC-1.1.0/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/10/ORC-1.1.0/index.html b/news/2016/06/10/ORC-1.1.0/index.html
index f958aa4..9b96095 100644
--- a/news/2016/06/10/ORC-1.1.0/index.html
+++ b/news/2016/06/10/ORC-1.1.0/index.html
@@ -87,6 +87,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
       <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
       
       <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
@@ -174,6 +178,10 @@ timestamps from timezones with different daylight savings rules.</li>
     <h4>Recent Releases</h4>
     <ul>
       
+      <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
       <li class="current">
         <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
       </li>
@@ -187,6 +195,14 @@ timestamps from timezones with different daylight savings rules.</li>
     <ul>
         
         
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/2016/06/13/ORC-1.1.1/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/13/ORC-1.1.1/index.html b/news/2016/06/13/ORC-1.1.1/index.html
new file mode 100644
index 0000000..4eb4b7d
--- /dev/null
+++ b/news/2016/06/13/ORC-1.1.1/index.html
@@ -0,0 +1,289 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>ORC 1.1.1 Released</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+  <link rel="stylesheet" href="/css/screen.css">
+  <link rel="icon" type="image/x-icon" href="/favicon.ico">
+  <!--[if lt IE 9]>
+  <script src="/js/html5shiv.min.js"></script>
+  <script src="/js/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+
+<body class="wrap">
+  <header role="banner">
+  <nav class="mobile-nav show-on-mobiles">
+    <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/docs/">Doc<span class="show-on-mobiles">s</span>
+                        <span class="hide-on-mobiles">umentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+</ul>
+
+  </nav>
+  <div class="grid">
+    <div class="unit one-third center-on-mobiles">
+      <h1>
+        <a href="/">
+          <span class="sr-only">Apache ORC</span>
+          <img src="/img/logo.png" width="249" height="101" alt="ORC Logo">
+        </a>
+      </h1>
+    </div>
+    <nav class="main-nav unit two-thirds hide-on-mobiles">
+      <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/docs/">Doc<span class="show-on-mobiles">s</span>
+                        <span class="hide-on-mobiles">umentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+</ul>
+
+    </nav>
+  </div>
+</header>
+
+
+    <section class="news">
+    <div class="grid">
+
+      <div class="docs-nav-mobile unit whole show-on-mobiles">
+  <select onchange="if (this.value) window.location.href=this.value">
+    <option value="">Navigate the blog\u2026</option>
+    <option value="/news/">Home</option>
+    <optgroup label="v1.x">
+      
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
+      <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
+      
+      <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
+      
+      <option value="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</option>
+      
+      <option value="/news/2015/06/26/new-logo/">ORC adopts new logo</option>
+      
+      <option value="/news/2015/05/11/new-committers/">ORC adds 7 committers</option>
+      
+      <option value="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</option>
+      
+    </optgroup>
+  </select>
+</div>
+
+
+      <div class="unit four-fifths">
+        <article>
+  <h2>
+    ORC 1.1.1 Released
+    <a href="/news/2016/06/13/ORC-1.1.1/" class="permalink" title="Permalink">\u221e</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      13 Jun 2016
+    </span>
+    <a href="https://people.apache.org/~omalley" class="post-author">
+      <img src="https://people.apache.org/~omalley/omalley.png"
+           class="avatar" alt="omalley avatar"
+           width="24" height="24">
+      omalley
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v1.1.1. This release
+contains the Java reader and writer and the native C++ ORC reader and tools.</p>
+
+<p>Release Artifacts:</p>
+
+<ul>
+  <li>Released: 13 Jun 2016</li>
+  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.1.1/orc-1.1.1.tgz">orc-1.1.1.tgz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.1/orc-1.1.1.tgz.asc">GPG Signature</a>
+signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.1.1">662938ed</a></li>
+  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.1/orc-1.1.1.tgz.sha256">19292a18</a></li>
+</ul>
+
+<p>The major new features:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1">ORC-1</a> Copy the Java ORC code from Hive.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-10">ORC-10</a> Fix the C++ reader to correctly read
+timestamps from timezones with different daylight savings rules.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-52">ORC-52</a> Add mapred and mapreduce connectors.</li>
+</ul>
+
+<p>Known issues:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-40">ORC-40</a> Predicate push down is not implemented in C++.</li>
+</ul>
+
+  </div>
+</article>
+
+      </div>
+
+      <div class="unit one-fifth hide-on-mobiles">
+  <aside>
+    <ul>
+      <li class="">
+        <a href="/news/">All News</a>
+      </li>
+      <li class="">
+        <a href="/news/releases/">ORC Releases</a>
+      </li>
+    </ul>
+    <h4>Recent Releases</h4>
+    <ul>
+      
+      <li class="current">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/01/25/ORC-1.0.0/">Version 1.0.0</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/06/26/new-logo/">ORC adopts new logo</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/05/11/new-committers/">ORC adds 7 committers</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</a>
+        </li>
+        
+        
+    </ul>
+  </aside>
+</div>
+
+
+      <div class="clear"></div>
+
+    </div>
+  </section>
+
+
+  <footer role="contentinfo">
+  <p>The contents of this website are &copy;&nbsp;2016
+     <a href="https://www.apache.org/">Apache Software Foundation</a>
+     under the terms of the <a
+      href="https://www.apache.org/licenses/LICENSE-2.0.html">
+      Apache&nbsp;License&nbsp;v2</a>. Apache ORC and its logo are trademarks
+      of the Apache Software Foundation.</p>
+</footer>
+
+  <script>
+  var anchorForId = function (id) {
+    var anchor = document.createElement("a");
+    anchor.className = "header-link";
+    anchor.href      = "#" + id;
+    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
+    anchor.title = "Permalink";
+    return anchor;
+  };
+
+  var linkifyAnchors = function (level, containingElement) {
+    var headers = containingElement.getElementsByTagName("h" + level);
+    for (var h = 0; h < headers.length; h++) {
+      var header = headers[h];
+
+      if (typeof header.id !== "undefined" && header.id !== "") {
+        header.appendChild(anchorForId(header.id));
+      }
+    }
+  };
+
+  document.onreadystatechange = function () {
+    if (this.readyState === "complete") {
+      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
+      if (!contentBlock) {
+        return;
+      }
+      for (var level = 1; level <= 6; level++) {
+        linkifyAnchors(level, contentBlock);
+      }
+    }
+  };
+</script>
+
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/2016/06/28/file-format-talk/index.html
----------------------------------------------------------------------
diff --git a/news/2016/06/28/file-format-talk/index.html b/news/2016/06/28/file-format-talk/index.html
new file mode 100644
index 0000000..7f53456
--- /dev/null
+++ b/news/2016/06/28/file-format-talk/index.html
@@ -0,0 +1,286 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>File format benchmark</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+  <link rel="stylesheet" href="/css/screen.css">
+  <link rel="icon" type="image/x-icon" href="/favicon.ico">
+  <!--[if lt IE 9]>
+  <script src="/js/html5shiv.min.js"></script>
+  <script src="/js/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+
+<body class="wrap">
+  <header role="banner">
+  <nav class="mobile-nav show-on-mobiles">
+    <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/docs/">Doc<span class="show-on-mobiles">s</span>
+                        <span class="hide-on-mobiles">umentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+</ul>
+
+  </nav>
+  <div class="grid">
+    <div class="unit one-third center-on-mobiles">
+      <h1>
+        <a href="/">
+          <span class="sr-only">Apache ORC</span>
+          <img src="/img/logo.png" width="249" height="101" alt="ORC Logo">
+        </a>
+      </h1>
+    </div>
+    <nav class="main-nav unit two-thirds hide-on-mobiles">
+      <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/docs/">Doc<span class="show-on-mobiles">s</span>
+                        <span class="hide-on-mobiles">umentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+</ul>
+
+    </nav>
+  </div>
+</header>
+
+
+    <section class="news">
+    <div class="grid">
+
+      <div class="docs-nav-mobile unit whole show-on-mobiles">
+  <select onchange="if (this.value) window.location.href=this.value">
+    <option value="">Navigate the blog\u2026</option>
+    <option value="/news/">Home</option>
+    <optgroup label="v1.x">
+      
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
+      <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
+      
+      <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
+      
+      <option value="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</option>
+      
+      <option value="/news/2015/06/26/new-logo/">ORC adopts new logo</option>
+      
+      <option value="/news/2015/05/11/new-committers/">ORC adds 7 committers</option>
+      
+      <option value="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</option>
+      
+    </optgroup>
+  </select>
+</div>
+
+
+      <div class="unit four-fifths">
+        <article>
+  <h2>
+    File format benchmark
+    <a href="/news/2016/06/28/file-format-talk/" class="permalink" title="Permalink">\u221e</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      talk
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      28 Jun 2016
+    </span>
+    <a href="https://people.apache.org/~omalley" class="post-author">
+      <img src="https://people.apache.org/~omalley/omalley.png"
+           class="avatar" alt="omalley avatar"
+           width="24" height="24">
+      omalley
+    </a>
+  </div>
+  <div class="post-content">
+    <p>I gave a talk at Hadoop Summit San Jose 2016 about a file format
+benchmark that I\u2019ve contributed as <a href="https://issues.apache.org/jira/browse/ORC-72">ORC-72</a>. The
+benchmark focuses on real data sets that are publically available. The data
+sets represent a wide variety of use cases:</p>
+
+<ul>
+  <li><em>NYC Taxi Data</em> - very dense data with mostly numeric types</li>
+  <li><em>Github Archives</em> - very sparse data with a lot of complex structure</li>
+  <li><em>Sales</em> - a real production schema from a sales table with a synthetic generator</li>
+</ul>
+
+<p>The benchmarks look at a set of three very common use cases:</p>
+
+<ul>
+  <li><em>Full table scan</em> - read all columns and rows</li>
+  <li><em>Column projection</em> - read some columns, but all of the rows</li>
+  <li><em>Column projection and predicate push down</em> - read some columns and some rows</li>
+</ul>
+
+<p>You can see the slides here:</p>
+
+<p><a href="http://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
+
+<iframe src="//www.slideshare.net/slideshow/embed_code/key/fSn4xuYXBXGvlx" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px;
+margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>
+
+  </div>
+</article>
+
+      </div>
+
+      <div class="unit one-fifth hide-on-mobiles">
+  <aside>
+    <ul>
+      <li class="">
+        <a href="/news/">All News</a>
+      </li>
+      <li class="">
+        <a href="/news/releases/">ORC Releases</a>
+      </li>
+    </ul>
+    <h4>Recent Releases</h4>
+    <ul>
+      
+      <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/01/25/ORC-1.0.0/">Version 1.0.0</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        <li class="current">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/06/26/new-logo/">ORC adopts new logo</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/05/11/new-committers/">ORC adds 7 committers</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</a>
+        </li>
+        
+        
+    </ul>
+  </aside>
+</div>
+
+
+      <div class="clear"></div>
+
+    </div>
+  </section>
+
+
+  <footer role="contentinfo">
+  <p>The contents of this website are &copy;&nbsp;2016
+     <a href="https://www.apache.org/">Apache Software Foundation</a>
+     under the terms of the <a
+      href="https://www.apache.org/licenses/LICENSE-2.0.html">
+      Apache&nbsp;License&nbsp;v2</a>. Apache ORC and its logo are trademarks
+      of the Apache Software Foundation.</p>
+</footer>
+
+  <script>
+  var anchorForId = function (id) {
+    var anchor = document.createElement("a");
+    anchor.className = "header-link";
+    anchor.href      = "#" + id;
+    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
+    anchor.title = "Permalink";
+    return anchor;
+  };
+
+  var linkifyAnchors = function (level, containingElement) {
+    var headers = containingElement.getElementsByTagName("h" + level);
+    for (var h = 0; h < headers.length; h++) {
+      var header = headers[h];
+
+      if (typeof header.id !== "undefined" && header.id !== "") {
+        header.appendChild(anchorForId(header.id));
+      }
+    }
+  };
+
+  document.onreadystatechange = function () {
+    if (this.readyState === "complete") {
+      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
+      if (!contentBlock) {
+        return;
+      }
+      for (var level = 1; level <= 6; level++) {
+        linkifyAnchors(level, contentBlock);
+      }
+    }
+  };
+</script>
+
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/index.html
----------------------------------------------------------------------
diff --git a/news/index.html b/news/index.html
index 8b10962..71cec68 100644
--- a/news/index.html
+++ b/news/index.html
@@ -87,6 +87,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
       <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
       
       <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
@@ -108,6 +112,115 @@
         
   <article>
   <h2>
+    <a href="/news/2016/06/28/file-format-talk/">
+      File format benchmark
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      talk
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      28 Jun 2016
+    </span>
+    <a href="https://people.apache.org/~omalley" class="post-author">
+      <img src="https://people.apache.org/~omalley//omalley.png"
+           class="avatar" alt="omalley avatar"
+           width="24" height="24">
+      omalley
+    </a>
+  </div>
+  <div class="post-content">
+    <p>I gave a talk at Hadoop Summit San Jose 2016 about a file format
+benchmark that I\u2019ve contributed as <a href="https://issues.apache.org/jira/browse/ORC-72">ORC-72</a>. The
+benchmark focuses on real data sets that are publically available. The data
+sets represent a wide variety of use cases:</p>
+
+<ul>
+  <li><em>NYC Taxi Data</em> - very dense data with mostly numeric types</li>
+  <li><em>Github Archives</em> - very sparse data with a lot of complex structure</li>
+  <li><em>Sales</em> - a real production schema from a sales table with a synthetic generator</li>
+</ul>
+
+<p>The benchmarks look at a set of three very common use cases:</p>
+
+<ul>
+  <li><em>Full table scan</em> - read all columns and rows</li>
+  <li><em>Column projection</em> - read some columns, but all of the rows</li>
+  <li><em>Column projection and predicate push down</em> - read some columns and some rows</li>
+</ul>
+
+<p>You can see the slides here:</p>
+
+<p><a href="http://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
+
+<iframe src="//www.slideshare.net/slideshow/embed_code/key/fSn4xuYXBXGvlx" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px;
+margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>
+
+  </div>
+</article>
+
+
+  <article>
+  <h2>
+    <a href="/news/2016/06/13/ORC-1.1.1/">
+      ORC 1.1.1 Released
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      13 Jun 2016
+    </span>
+    <a href="https://people.apache.org/~omalley" class="post-author">
+      <img src="https://people.apache.org/~omalley//omalley.png"
+           class="avatar" alt="omalley avatar"
+           width="24" height="24">
+      omalley
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v1.1.1. This release
+contains the Java reader and writer and the native C++ ORC reader and tools.</p>
+
+<p>Release Artifacts:</p>
+
+<ul>
+  <li>Released: 13 Jun 2016</li>
+  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.1.1/orc-1.1.1.tgz">orc-1.1.1.tgz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.1/orc-1.1.1.tgz.asc">GPG Signature</a>
+signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.1.1">662938ed</a></li>
+  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.1/orc-1.1.1.tgz.sha256">19292a18</a></li>
+</ul>
+
+<p>The major new features:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1">ORC-1</a> Copy the Java ORC code from Hive.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-10">ORC-10</a> Fix the C++ reader to correctly read
+timestamps from timezones with different daylight savings rules.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-52">ORC-52</a> Add mapred and mapreduce connectors.</li>
+</ul>
+
+<p>Known issues:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-40">ORC-40</a> Predicate push down is not implemented in C++.</li>
+</ul>
+
+  </div>
+</article>
+
+
+  <article>
+  <h2>
     <a href="/news/2016/06/10/ORC-1.1.0/">
       ORC 1.1.0 Released
     </a>
@@ -431,6 +544,10 @@ of the website.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
       </li>
       
@@ -443,6 +560,14 @@ of the website.</p>
     <ul>
         
         
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/news/releases/index.html
----------------------------------------------------------------------
diff --git a/news/releases/index.html b/news/releases/index.html
index 091efc1..cb77bf0 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -87,6 +87,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
       <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
       
       <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
@@ -108,6 +112,62 @@
         
   <article>
   <h2>
+    <a href="/news/2016/06/13/ORC-1.1.1/">
+      ORC 1.1.1 Released
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      13 Jun 2016
+    </span>
+    <a href="https://people.apache.org/~omalley" class="post-author">
+      <img src="https://people.apache.org/~omalley//omalley.png"
+           class="avatar" alt="omalley avatar"
+           width="24" height="24">
+      omalley
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v1.1.1. This release
+contains the Java reader and writer and the native C++ ORC reader and tools.</p>
+
+<p>Release Artifacts:</p>
+
+<ul>
+  <li>Released: 13 Jun 2016</li>
+  <li>Source code: <a href="http://www.apache.org/dyn/closer.cgi/orc/orc-1.1.1/orc-1.1.1.tgz">orc-1.1.1.tgz</a></li>
+  <li><a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.1/orc-1.1.1.tgz.asc">GPG Signature</a>
+signed by <a href="https://dist.apache.org/repos/dist/release/orc/KEYS">Owen O\u2019Malley (3D0C92B9)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.1.1">662938ed</a></li>
+  <li>SHA 256: <a href="https://dist.apache.org/repos/dist/release/orc/orc-1.1.1/orc-1.1.1.tgz.sha256">19292a18</a></li>
+</ul>
+
+<p>The major new features:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1">ORC-1</a> Copy the Java ORC code from Hive.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-10">ORC-10</a> Fix the C++ reader to correctly read
+timestamps from timezones with different daylight savings rules.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-52">ORC-52</a> Add mapred and mapreduce connectors.</li>
+</ul>
+
+<p>Known issues:</p>
+
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-40">ORC-40</a> Predicate push down is not implemented in C++.</li>
+</ul>
+
+  </div>
+</article>
+
+
+  <article>
+  <h2>
     <a href="/news/2016/06/10/ORC-1.1.0/">
       ORC 1.1.0 Released
     </a>
@@ -249,6 +309,10 @@ reader.</li>
     <ul>
       
       <li class="">
+        <a href="/news/2016/06/13/ORC-1.1.1/">Version 1.1.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/06/10/ORC-1.1.0/">Version 1.1.0</a>
       </li>
       
@@ -261,6 +325,14 @@ reader.</li>
     <ul>
         
         
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         

http://git-wip-us.apache.org/repos/asf/orc/blob/be97d71b/talks/index.html
----------------------------------------------------------------------
diff --git a/talks/index.html b/talks/index.html
index 80258ec..3084019 100644
--- a/talks/index.html
+++ b/talks/index.html
@@ -121,6 +121,14 @@
 
 <ul>
   <li>
+    <p><a href="http://www.slideshare.net/oom65/file-format-benchmarks-avro-json-orc-parquet">File Format Benchmarks: Avro, JSON, ORC, &amp; Parquet</a></p>
+
+    <p>Owen O\u2019Malley at Hadoop Summit San Jose 2016</p>
+
+    <iframe src="//www.slideshare.net/slideshow/embed_code/key/fSn4xuYXBXGvlx" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px;
+  margin-bottom:5px; max-width: 100%;" allowfullscreen=""> </iframe>
+  </li>
+  <li>
     <p><a href="http://www.slideshare.net/oom65/orc-files">ORC Files</a></p>
 
     <p>Owen O\u2019Malley at Berlin Buzzwords 2013</p>