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 658BD200B48 for ; Mon, 18 Jul 2016 13:15:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 642B1160A6D; Mon, 18 Jul 2016 11:15:59 +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 AF2A1160A65 for ; Mon, 18 Jul 2016 13:15:58 +0200 (CEST) Received: (qmail 31302 invoked by uid 500); 18 Jul 2016 11:15:55 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 31274 invoked by uid 99); 18 Jul 2016 11:15:55 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2016 11:15:55 +0000 Received: from mail-vk0-f52.google.com (mail-vk0-f52.google.com [209.85.213.52]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 847271A0294; Mon, 18 Jul 2016 11:15:55 +0000 (UTC) Received: by mail-vk0-f52.google.com with SMTP id w127so175375679vkh.2; Mon, 18 Jul 2016 04:15:55 -0700 (PDT) X-Gm-Message-State: ALyK8tIYb45ccD3Mcyz7yv8ClZAy5J6/jtcWMW9VylBZjseyt6RRtLaaGM4jUm/SFiDJe7PUMK2fSHJVMG0GCg== X-Received: by 10.176.5.161 with SMTP id e30mr16524714uae.92.1468840554662; Mon, 18 Jul 2016 04:15:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.73.194 with HTTP; Mon, 18 Jul 2016 04:15:35 -0700 (PDT) From: Sean Busbey Date: Mon, 18 Jul 2016 06:15:35 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: [ANNOUNCE] Apache HBase 1.2.2 is now available for download To: user@hbase.apache.org, announce@apache.org Cc: dev Content-Type: text/plain; charset=UTF-8 archived-at: Mon, 18 Jul 2016 11:15:59 -0000 The HBase team is happy to announce the immediate availability of HBase 1.2.2. Apache HBase is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To learn more about HBase, see https://hbase.apache.org/. HBase 1.2.2 is the second maintenance release in the HBase 1.2.z line, continuing on the theme of bringing a stable, reliable database to the Hadoop and NoSQL communities. This release includes 74 resolved issues since the 1.2.1 release. With this release, the HBase community has designated the 1.2 line as the current stable release line. All HBase 1.1 users are strongly encouraged to upgrade. Notable fixes include: * [HBASE-15811] - Batch Get after batch Put does not fetch all Cells * [HBASE-15698] - Increment TimeRange not serialized to server * [HBASE-15234] - ReplicationLogCleaner can abort due to transient ZK issues * [HBASE-15645] - hbase.rpc.timeout is not used in operations of HTable * [HBASE-15622] - Superusers does not consider the keytab credentials * [HBASE-15856] - Cached Connection instances can wind up with addresses never resolved * [HBASE-15873] - ACL for snapshot restore / clone is not enforced * [HBASE-16093] - Splits failed before creating daughter regions leave meta inconsistent The full list of issues can be found in the CHANGES.txt file included in the release and online at: https://s.apache.org/hbase-1.2.2-jira-releasenotes Download through an ASF mirror near you: https://www.apache.org/dyn/closer.lua/hbase/1.2.2 The relevant checksums files are available at: https://www.apache.org/dist/hbase/1.2.2/hbase-1.2.2-src.tar.gz.mds https://www.apache.org/dist/hbase/1.2.2/hbase-1.2.2-bin.tar.gz.mds Project member signature keys can be found at https://www.apache.org/dist/hbase/KEYS PGP signatures are available at: https://www.apache.org/dist/hbase/1.2.2/hbase-1.2.2-src.tar.gz.asc https://www.apache.org/dist/hbase/1.2.2/hbase-1.2.2-bin.tar.gz.asc For instructions on verifying ASF release downloads, please see https://www.apache.org/dyn/closer.cgi#verify Question, comments, and problems are always welcome at: dev@hbase.apache.org. Cheers, The HBase Dev Team