Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 65959 invoked from network); 16 Aug 2007 22:53:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2007 22:53:55 -0000 Received: (qmail 91642 invoked by uid 500); 16 Aug 2007 22:53:52 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 91612 invoked by uid 500); 16 Aug 2007 22:53:52 -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 91374 invoked by uid 99); 16 Aug 2007 22:53:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 15:53:51 -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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 22:54:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3821A714204 for ; Thu, 16 Aug 2007 15:53:31 -0700 (PDT) Message-ID: <24896083.1187304811224.JavaMail.jira@brutus> Date: Thu, 16 Aug 2007 15:53:31 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1709) [hbase] Make HRegionInterface more like that of HTable In-Reply-To: <4406216.1186874383390.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-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HADOOP-1709: ---------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Committed. Changes: New class MapWritable replaces KeyedData and KeyedDataArrayWritable HBaseAdmin, HConnectionManager, HMaster, HRegionInterface, HRegionServer, HTable, TestScanner2: - getRow returns MapWritable instead of array of KeyedData - next returns MapWritable instead of array of KeyedData GroupingTableMap, IdentityTableMap, IdentityTableReduce, TableInputFormat, TableMap, TableOutputCollector, TableOutputFormat, TestTableMapReduce: - use MapWritable instead of KeyedData and KeyedDataArrayWritable > [hbase] Make HRegionInterface more like that of HTable > ------------------------------------------------------ > > Key: HADOOP-1709 > URL: https://issues.apache.org/jira/browse/HADOOP-1709 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.15.0 > Reporter: Jim Kellerman > Assignee: Jim Kellerman > Fix For: 0.15.0 > > Attachments: patch.txt > > > The client api (as defined by HTable and HBaseAdmin are not insignificantly different from HRegionInterface (wire protocol). They could be made much more similar by implementing a couple of new Writable classes (e.g., SortedMapWritable). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.