Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4036B200AF6 for ; Sat, 11 Jun 2016 20:15:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3EC22160A61; Sat, 11 Jun 2016 18:15:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 15A5F160A2B for ; Sat, 11 Jun 2016 20:15:54 +0200 (CEST) Received: (qmail 93526 invoked by uid 500); 11 Jun 2016 18:15:54 -0000 Mailing-List: contact commits-help@orc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@orc.apache.org Delivered-To: mailing list commits@orc.apache.org Received: (qmail 93516 invoked by uid 99); 11 Jun 2016 18:15:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2016 18:15:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F0ABAE08BD; Sat, 11 Jun 2016 18:15:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: omalley@apache.org To: commits@orc.apache.org Date: Sat, 11 Jun 2016 18:15:53 -0000 Message-Id: <389d74c10fde49bbafa343963888b2c4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/6] orc git commit: Pushing update for ORC-65 archived-at: Sat, 11 Jun 2016 18:15:56 -0000 Repository: orc Updated Branches: refs/heads/asf-site 6ef32bc20 -> 1eb37b727 http://git-wip-us.apache.org/repos/asf/orc/blob/1eb37b72/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 adaedc4..fd177c7 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,8 @@ + + @@ -131,9 +133,9 @@ contains the native C++ ORC reader and some tools.

Release Artifacts:

    -
  • Source: orc-1.0.0.tgz
  • +
  • Source: orc-1.0.0.tgz
  • Git Tag: -rel/release-1.0.0 (704d97e)
  • +rel/release-1.0.0 (704d97e)
  • GPG Signature signed by Owen O’Malley (3D0C92B9)
  • SHA 256: 8AD5111F 0CA3B72F
  • @@ -186,6 +188,10 @@ reader.

    Recent Releases

      +
    • + Version 1.1.0 +
    • +
    • Version 1.0.0
    • @@ -197,6 +203,8 @@ reader. + +
    • ORC adds Aliaksei Sandryhaila to PMC
    • http://git-wip-us.apache.org/repos/asf/orc/blob/1eb37b72/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 new file mode 100644 index 0000000..f958aa4 --- /dev/null +++ b/news/2016/06/10/ORC-1.1.0/index.html @@ -0,0 +1,273 @@ + + + + + ORC 1.1.0 Released + + + + + + + + + + +
      + +
      + + +
      +
      + + +
      +
      + +
      + +
      + + +
      +
      +

      + ORC 1.1.0 Released + +

      + + +
      +

      The ORC team is excited to announce the release of ORC v1.1.0. This release +contains the Java reader and writer and the native C++ ORC reader and tools.

      + +

      Release Artifacts:

      + + + +

      The major new features:

      + +
        +
      • ORC-1 Copy the Java ORC code from Hive.
      • +
      • ORC-10 Fix the C++ reader to correctly read +timestamps from timezones with different daylight savings rules.
      • +
      • ORC-52 Add mapred and mapreduce connectors.
      • +
      + +

      Known issues:

      + +
        +
      • ORC-40 Predicate push down is not implemented in C++.
      • +
      + +
      +
      + +
      + +
      + +
      + + +
      + +
      +
      + + + + + + + + + http://git-wip-us.apache.org/repos/asf/orc/blob/1eb37b72/news/index.html ---------------------------------------------------------------------- diff --git a/news/index.html b/news/index.html index e320303..8b10962 100644 --- a/news/index.html +++ b/news/index.html @@ -87,6 +87,8 @@ + + @@ -106,6 +108,62 @@

      + + ORC 1.1.0 Released + +

      + + +
      +

      The ORC team is excited to announce the release of ORC v1.1.0. This release +contains the Java reader and writer and the native C++ ORC reader and tools.

      + +

      Release Artifacts:

      + + + +

      The major new features:

      + +
        +
      • ORC-1 Copy the Java ORC code from Hive.
      • +
      • ORC-10 Fix the C++ reader to correctly read +timestamps from timezones with different daylight savings rules.
      • +
      • ORC-52 Add mapred and mapreduce connectors.
      • +
      + +

      Known issues:

      + +
        +
      • ORC-40 Predicate push down is not implemented in C++.
      • +
      + +
      +
      + + +
      +

      ORC 1.0.0 Released @@ -133,9 +191,9 @@ contains the native C++ ORC reader and some tools.

      Release Artifacts: