Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 51227 invoked from network); 11 Mar 2007 17:12:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2007 17:12:31 -0000 Received: (qmail 91168 invoked by uid 500); 11 Mar 2007 17:12:38 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 91143 invoked by uid 500); 11 Mar 2007 17:12:38 -0000 Mailing-List: contact hadoop-dev-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-dev@lucene.apache.org Received: (qmail 91134 invoked by uid 99); 11 Mar 2007 17:12:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 10:12:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 09:12:29 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 723E471406C for ; Sun, 11 Mar 2007 10:12:09 -0700 (PDT) Message-ID: <12835733.1173633129465.JavaMail.jira@brutus> Date: Sun, 11 Mar 2007 10:12:09 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1045) Code for HBase In-Reply-To: <403175.1172595185736.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479929 ] Jim Kellerman commented on HADOOP-1045: --------------------------------------- TODO: implement some kind of block caching in HRegion. While the DFS isn't hitting the disk to fetch blocks, HRegion is making IPC calls to DFS (via MapFile). This causes random reads to be *very* slow if you do a lot of them. > Code for HBase > -------------- > > Key: HADOOP-1045 > URL: https://issues.apache.org/jira/browse/HADOOP-1045 > Project: Hadoop > Issue Type: New Feature > Environment: All environments > Reporter: Mike Cafarella > Assigned To: Jim Kellerman > Attachments: hbase.patch, hbase.patch, hbase.patch, hbase.patch, hbase.tar.gz > > > I've written some code for HBase, a BigTable-like file store. It's not perfect, but it's ready for other people to play with and examine. > The attached tarball has the source and a README -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.