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/09 04:43:33 UTC

orc git commit: Update website for ORC 1.1.2

Repository: orc
Updated Branches:
  refs/heads/master 24bf8e528 -> e476f6a55


Update website for ORC 1.1.2

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/master
Commit: e476f6a55a8cd281958a4b63a1a27af5566dc82f
Parents: 24bf8e5
Author: Owen O'Malley <om...@apache.org>
Authored: Fri Jul 8 21:40:27 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Fri Jul 8 21:41:54 2016 -0700

----------------------------------------------------------------------
 site/_docs/releases.md              | 19 ++++++++++---------
 site/_posts/2016-07-08-ORC-1.1.2.md | 31 +++++++++++++++++++++++++++++++
 site/index.html                     |  4 ++--
 3 files changed, 43 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/e476f6a5/site/_docs/releases.md
----------------------------------------------------------------------
diff --git a/site/_docs/releases.md b/site/_docs/releases.md
index 7cabe14..a74b671 100644
--- a/site/_docs/releases.md
+++ b/site/_docs/releases.md
@@ -4,18 +4,18 @@ title: Releases
 permalink: /docs/releases.html
 ---
 
-## Current Release - 1.1.1:
+## Current Release - 1.1.2:
 
-ORC 1.1.1 contains both the Java reader and writer and the C++ reader. It also
+ORC 1.1.2 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.
 
-* Released: 13 Jun 2016
-* Source code: [orc-1.1.1.tgz]({{site.dist_mirror}}/orc-1.1.1/orc-1.1.1.tgz)
-* [GPG Signature]({{site.dist}}/orc-1.1.1/orc-1.1.1.tgz.asc)
+* Released: 8 July 2016
+* Source code: [orc-1.1.2.tgz]({{site.dist_mirror}}/orc-1.1.2/orc-1.1.2.tgz)
+* [GPG Signature]({{site.dist}}/orc-1.1.2/orc-1.1.2.tgz.asc)
   signed by [Owen O'Malley (3D0C92B9)]({{site.dist}}/KEYS)
-* Git tag: [662938ed]({{site.tag_url}}/release-1.1.1)
-* SHA 256: [19292a18]({{site.dist}}/orc-1.1.1/orc-1.1.1.tgz.sha256)
+* Git tag: [1b5544f7]({{site.tag_url}}/release-1.1.2)
+* SHA 256: [5d14df7d]({{site.dist}}/orc-1.1.2/orc-1.1.2.tgz.sha256)
 
 Known issues:
 
@@ -27,14 +27,15 @@ All GPG signatures should be verified as matching one of the keys in ORC's
 committers' [key list]({{ site.dist }}/KEYS).
 
 ~~~ shell
-% shasum -a 256 orc-1.1.1.tgz | diff - orc-1.1.1.tgz.sha256
+% shasum -a 256 orc-X.Y.Z.tgz | diff - orc-X.Y.Z.tgz.sha256
 % gpg --import KEYS
-% gpg --verify orc-1.1.1.tgz.asc
+% gpg --verify orc-X.Y.Z.tgz.asc
 ~~~
 
 ## Previous releases:
 
 | Version | Date        | Release   |
 | :-----: | :---------: | :-------: |
+| 1.1.1   | 13 Jun 2016 | [ORC-1.1.1]({{site.url}}/news/2016/06/10/ORC-1.1.1/)|
 | 1.1.0   | 10 Jun 2016 | [ORC-1.1.0]({{site.url}}/news/2016/06/10/ORC-1.1.0/)|
 | 1.0.0   | 25 Jan 2016 | [ORC-1.0.0]({{site.url}}/news/2016/01/25/ORC-1.0.0/)|

http://git-wip-us.apache.org/repos/asf/orc/blob/e476f6a5/site/_posts/2016-07-08-ORC-1.1.2.md
----------------------------------------------------------------------
diff --git a/site/_posts/2016-07-08-ORC-1.1.2.md b/site/_posts/2016-07-08-ORC-1.1.2.md
new file mode 100644
index 0000000..eb9dd8a
--- /dev/null
+++ b/site/_posts/2016-07-08-ORC-1.1.2.md
@@ -0,0 +1,31 @@
+---
+layout: news_item
+title: "ORC 1.1.2 Released"
+date: "2016-07-08 15:00:00 -0800"
+author: omalley
+version: 1.1.2
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.1.2. This release
+contains the Java reader and writer and the native C++ ORC reader and tools.
+
+Release Artifacts:
+
+* Released: 8 July 2016
+* Source code: [orc-1.1.2.tgz]({{site.dist_mirror}}/orc-1.1.2/orc-1.1.2.tgz)
+* [GPG Signature]({{site.dist}}/orc-1.1.2/orc-1.1.2.tgz.asc)
+  signed by [Owen O'Malley (3D0C92B9)]({{site.dist}}/KEYS)
+* Git tag: [1b5544f7]({{site.tag_url}}/release-1.1.2)
+* SHA 256: [5d14df7d]({{site.dist}}/orc-1.1.2/orc-1.1.2.tgz.sha256)
+
+The major new features of ORC 1.1:
+
+- [ORC-1]({{site.jira}}/ORC-1) Copy the Java ORC code from Hive.
+- [ORC-10]({{site.jira}}/ORC-10) Fix the C++ reader to correctly read
+  timestamps from timezones with different daylight savings rules.
+- [ORC-52]({{site.jira}}/ORC-52) Add mapred and mapreduce connectors.
+
+Known issues:
+
+- [ORC-40]({{site.jira}}/ORC-40) Predicate push down is not implemented in C++.

http://git-wip-us.apache.org/repos/asf/orc/blob/e476f6a5/site/index.html
----------------------------------------------------------------------
diff --git a/site/index.html b/site/index.html
index cad1043..58eb6c9 100644
--- a/site/index.html
+++ b/site/index.html
@@ -38,8 +38,8 @@ overview: true
 <section class="quickstart">
   <div class="grid">
     <div class="unit golden-small center-on-mobiles">
-      <p class = "side">Download the <a href="docs/releases.html">ORC 1.1.0</a>
-                        release.</p>
+      <p class = "side">Download the current <a href="docs/releases.html">
+                        ORC release.</a></p>
     </div>
     <div class="unit golden-large code">
       <p class="title">Quickstart Documentation</p>