Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 26096 invoked from network); 5 Mar 2009 20:38:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 20:38:17 -0000 Received: (qmail 2459 invoked by uid 500); 5 Mar 2009 20:38:17 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 2434 invoked by uid 500); 5 Mar 2009 20:38:16 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 2423 invoked by uid 99); 5 Mar 2009 20:38:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 12:38:16 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 20:38:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 244D9234C4A9 for ; Thu, 5 Mar 2009 12:37:56 -0800 (PST) Message-ID: <1027914155.1236285476147.JavaMail.jira@brutus> Date: Thu, 5 Mar 2009 12:37:56 -0800 (PST) From: "Erik Holstad (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1240) Would be nice if RowResult could be comparable. In-Reply-To: <1356691281.1236284156653.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/HBASE-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Holstad updated HBASE-1240: -------------------------------- Attachment: HBASE-1240-v1.patch Added the compareTo method for RowResult to be able to implement Comparable. > Would be nice if RowResult could be comparable. > ----------------------------------------------- > > Key: HBASE-1240 > URL: https://issues.apache.org/jira/browse/HBASE-1240 > Project: Hadoop HBase > Issue Type: Improvement > Components: io > Reporter: Erik Holstad > Assignee: Erik Holstad > Priority: Trivial > Attachments: HBASE-1240-v1.patch > > > I'm modifying the current Schema and tap to integrate HBase and Cascading to make > MapReducing as easy as possible from HBase and need, at the moment, RowResult > to be comparable for this to work properly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.