Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD5541893B for ; Thu, 30 Apr 2015 05:40:02 +0000 (UTC) Received: (qmail 75687 invoked by uid 500); 30 Apr 2015 05:39:59 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 75422 invoked by uid 500); 30 Apr 2015 05:39:59 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 75398 invoked by uid 99); 30 Apr 2015 05:39:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 05:39:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.191.145.13 which is an MX secondary for user@hbase.apache.org) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 05:39:52 +0000 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id EBED3283F2; Thu, 30 Apr 2015 05:39:31 +0000 (UTC) Received: by widdi4 with SMTP id di4so5361641wid.0; Wed, 29 Apr 2015 22:39:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zlnaJBVy8MKXLhW7QetjpUEyZNhX+o9d3u4iY5V1+QM=; b=np1rZScRO0rfBE9u9zYXQC9AQRoZp+qhk7UrYUY+zNRtMYbkPlN0vbmcnVMidvDucN 9h1UCA48//XZuAh03nUdoGiql12iypipGq/YNGUx9mObhVwgVWinXr0PF8RGZ48hnL5p 04hWdnK8Ypb8MZ+bGcPjZai7H2MXgMwTn+8Tj10MTvRTSiQv/A3ZfR3zQMPKL4VfcULa 9K21j73lDGXyqJ69mlsMzx8Iel5+A7uoKNfRuLINmjox2RDcwNFtKJ7JOIrJ/ZH8YbUt 7ElmybFQfEtRDXnxW2IDbikiSjXASrCgdnbsz0fQX2BdGTqdjws8uqUzv9Egu8p2EBSp aV+g== MIME-Version: 1.0 X-Received: by 10.194.239.99 with SMTP id vr3mr4899581wjc.151.1430372370725; Wed, 29 Apr 2015 22:39:30 -0700 (PDT) Received: by 10.194.121.72 with HTTP; Wed, 29 Apr 2015 22:39:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Apr 2015 11:09:30 +0530 Message-ID: Subject: Re: [VOTE] First release candidate for HBase 1.1.0 (RC0) is available. From: Ashish Singhi To: dev@hbase.apache.org Cc: hbase-user Content-Type: multipart/alternative; boundary=001a11c1b7420dbe6f0514ea8577 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1b7420dbe6f0514ea8577 Content-Type: text/plain; charset=UTF-8 Hi Nick. bq. (HBase-1.1.0RC0) is available for download at https://dist.apache.org/repos/dist/dev/hbase/hbase-1.0.1RC2/ The above url is correct ? from the name it does not seems to be. -- Ashish On Thu, Apr 30, 2015 at 11:05 AM, Nick Dimiduk wrote: > I'm happy to announce the first release candidate of HBase 1.1.0 > (HBase-1.1.0RC0) is available for download at > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.0.1RC2/ > > Maven artifacts are also available in the staging repository > https://repository.apache.org/content/repositories/orgapachehbase-1076 > > Artifacts are signed with my code signing subkey 0xAD9039071C3489BD, > available in the Apache keys directory > https://people.apache.org/keys/committer/ndimiduk.asc and in > http://people.apache.org/~ndimiduk/KEY > > There's also a signed tag for this release at > > https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag;h=2c102dbe56116ca342abd08e906d70d900048a55 > > HBase 1.1.0 is the first minor release in the HBase 1.x line, continuing on > the theme of bringing a stable, reliable database to the Hadoop and NoSQL > communities. This release includes nearly 200 resolved issues above the > 1.0.x series to date. Notable features include: > > - Async RPC client (HBASE-12684) > - Simple RPC throttling (HBASE-11598) > - Improved compaction controls (HBASE-8329, HBASE-12859) > - New extension interfaces for coprocessor users, better supporting > projects like Phoenix (HBASE-12972, HBASE-12975) > - Per-column family flush (HBASE-10201) > - WAL on SSD (HBASE-12848) > - BlockCache in Memcached (HBASE-13170) > - Tons of region replica enhancements around META, WAL, and bulk loading > (HBASE-11574, HBASE-11568, HBASE-11571, HBASE-11567) > > The full list of issues can be found at > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329043 > > Please try out this candidate and vote +/-1 by midnight Pacific time on > 2015-05-06 as to whether we should release these bits as HBase 1.1.0. > > Thanks, > Nick > --001a11c1b7420dbe6f0514ea8577--