Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 51849 invoked from network); 30 Jun 2007 16:43:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jun 2007 16:43:01 -0000 Received: (qmail 98661 invoked by uid 500); 30 Jun 2007 16:43:04 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 98639 invoked by uid 500); 30 Jun 2007 16:43:04 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 98630 invoked by uid 99); 30 Jun 2007 16:43:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jun 2007 09:43:03 -0700 X-ASF-Spam-Status: No, hits=-100.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; Sat, 30 Jun 2007 09:43:00 -0700 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1BD335A250 for ; Sat, 30 Jun 2007 16:42:40 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: hadoop-commits@lucene.apache.org Date: Sat, 30 Jun 2007 16:42:39 -0000 Message-ID: <20070630164239.18150.41050@eos.apache.org> Subject: [Lucene-hadoop Wiki] Update of "Hbase" by JimKellerman X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification. The following page has been changed by JimKellerman: http://wiki.apache.org/lucene-hadoop/Hbase ------------------------------------------------------------------------------ = Bigtable-like structured storage for Hadoop HDFS = '''NEWS:''' + 1. Map/Reduce connector for HBase - contributed by Vuk Ercegovac -- ''Added 2007/06/30'' 1. Scripts to start and stop a hbase cluster have been added. See ''${HBASE_HOME}/bin''. List cluster participants in the ''${HBASE_HOME}/conf/regionservers'' file). -- ''Added 2007/06/21'' 1. A script to run distributed clients executing the Performance Evaluation tests described in the Google Bigtable paper has been added and tested to completion running against a small cluster of 4 region servers. See [wiki:Hbase/PerformanceEvaluation Tools for evaluating HBase performance and scalability] -- ''Added 2007/06/21'' 1. It is now possible to add or delete column families after a table exists. Before either of these operations the table being updated must be taken off-line (disabled) -- ''Added 2007/05/30''