Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 52085 invoked from network); 6 May 2009 20:54:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 20:54:51 -0000 Received: (qmail 82228 invoked by uid 500); 6 May 2009 20:54:51 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 82161 invoked by uid 500); 6 May 2009 20:54:50 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 82148 invoked by uid 99); 6 May 2009 20:54:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 20:54:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 20:54:49 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id EC0A91149F for ; Wed, 6 May 2009 20:54:28 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: core-commits@hadoop.apache.org Date: Wed, 06 May 2009 20:54:28 -0000 Message-ID: <20090506205428.6711.96493@eos.apache.org> Subject: [Hadoop Wiki] Trivial Update of "Hbase/UsingBloomFilters" by stack X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The following page has been changed by stack: http://wiki.apache.org/hadoop/Hbase/UsingBloomFilters The comment on the change is: Bloom filters will be back in 0.21 (after chatting w/ other lads over in hbase) ------------------------------------------------------------------------------ == Current == - Bloom filters are unavailable in 0.19.x. They should make a re-appearance in 0.20. + Bloom filters didn't work reliably in 0.19.x and are a noop in 0.20.x. They should make a re-appearance in 0.21.x HBase. == Historically ==