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/08/26 01:23:36 UTC

orc git commit: Update site for 1.2.0 release.

Repository: orc
Updated Branches:
  refs/heads/master 51e92dc33 -> bed2508e3


Update site for 1.2.0 release.


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

Branch: refs/heads/master
Commit: bed2508e3344f3994097d784e6b519a76427fd65
Parents: 51e92dc
Author: Owen O'Malley <om...@apache.org>
Authored: Thu Aug 25 16:55:34 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Thu Aug 25 16:55:34 2016 -0700

----------------------------------------------------------------------
 site/_docs/releases.md              | 29 ++++++++++++++++++--------
 site/_posts/2016-08-25-ORC-1.2.0.md | 35 ++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/bed2508e/site/_docs/releases.md
----------------------------------------------------------------------
diff --git a/site/_docs/releases.md b/site/_docs/releases.md
index a74b671..cbe040d 100644
--- a/site/_docs/releases.md
+++ b/site/_docs/releases.md
@@ -4,22 +4,34 @@ title: Releases
 permalink: /docs/releases.html
 ---
 
-## Current Release - 1.1.2:
+## Current Release - 1.2.0:
 
-ORC 1.1.2 contains both the Java reader and writer and the C++ reader. It also
+ORC 1.2.0 contains both the Java reader and writer and the C++ reader for ORC files. It also
 contains tools for working with ORC files and looking at their contents and
 metadata.
 
-* 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)
+* Released: 25 August 2016
+* Source code: [orc-1.2.0.tar.gz]({{site.dist_mirror}}/orc-1.2.0/orc-1.2.0.tar.gz)
+* [GPG Signature]({{site.dist}}/orc-1.2.0/orc-1.2.0.tar.gz.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)
+* Git tag: [d71f1338]({{site.tag_url}}/release-1.2.0)
+* SHA 256: [5c394c7e]({{site.dist}}/orc-1.2.0/orc-1.2.0.tar.gz.sha256)
+
+The new features of ORC 1.2:
+
+- [ORC-54]({{site.jira}}/ORC-54) Evolve schemas based on field name rather than index
+- [ORC-84]({{site.jira}}/ORC-84) Create a separate java tool module.
+- [ORC-77]({{site.jira}}/ORC-77) and [ORC-81]({{site.jira}}/ORC-81) Implement LZO and LZ4 compression codecs.
+- [ORC-92]({{site.jira}}/ORC-92) Add support for nested column id selection in C++
+- [ORC-69]({{site.jira}}/ORC-69) Add batch option support in orc-scan tools.
+
+Important fixes:
+
+- [HIVE-14214]({{site.jira}}/HIVE-14214) ORC schema evolution and predicate push down do not work together.
 
 Known issues:
 
-* [ORC-40]({{site.jira}}/ORC-40) Predicate push down is not implemented in C++.
+- [ORC-40]({{site.jira}}/ORC-40) Predicate push down is not implemented in C++.
 
 ## Checking signatures
 
@@ -36,6 +48,7 @@ committers' [key list]({{ site.dist }}/KEYS).
 
 | Version | Date        | Release   |
 | :-----: | :---------: | :-------: |
+| 1.1.2   |  8 Jul 2016 | [ORC-1.1.2]({{site.url}}/news/2016/07/08/ORC-1.1.2/)|
 | 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/bed2508e/site/_posts/2016-08-25-ORC-1.2.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2016-08-25-ORC-1.2.0.md b/site/_posts/2016-08-25-ORC-1.2.0.md
new file mode 100644
index 0000000..78edeae
--- /dev/null
+++ b/site/_posts/2016-08-25-ORC-1.2.0.md
@@ -0,0 +1,35 @@
+---
+layout: news_item
+title: "ORC 1.2.0 Released"
+date: "2016-08-25 12:00:00 -0700"
+author: omalley
+version: 1.2.0
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.2.0.
+
+Release Artifacts:
+
+* Released: 25 August 2016
+* Source code: [orc-1.2.0.tar.gz]({{site.dist_mirror}}/orc-1.2.0/orc-1.2.0.tar.gz)
+* [GPG Signature]({{site.dist}}/orc-1.2.0/orc-1.2.0.tar.gz.asc)
+  signed by [Owen O'Malley (3D0C92B9)]({{site.dist}}/KEYS)
+* Git tag: [d71f1338]({{site.tag_url}}/release-1.2.0)
+* SHA 256: [5c394c7e]({{site.dist}}/orc-1.2.0/orc-1.2.0.tar.gz.sha256)
+
+The new features of ORC 1.2:
+
+- [ORC-54]({{site.jira}}/ORC-54) Evolve schemas based on field name rather than index
+- [ORC-84]({{site.jira}}/ORC-84) Create a separate java tool module.
+- [ORC-77]({{site.jira}}/ORC-77) and [ORC-81]({{site.jira}}/ORC-81) Implement LZO and LZ4 compression codecs.
+- [ORC-92]({{site.jira}}/ORC-92) Add support for nested column id selection in C++
+- [ORC-69]({{site.jira}}/ORC-69) Add batch option support in orc-scan tools.
+
+Important fixes:
+
+- [HIVE-14214]({{site.jira}}/HIVE-14214) ORC schema evolution and predicate push down do not work together.
+
+Known issues:
+
+- [ORC-40]({{site.jira}}/ORC-40) Predicate push down is not implemented in C++.