You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/07/07 21:28:14 UTC

[jira] Commented: (HBASE-1622) Make KeyValue implement the Comparable interface to make it work with Cascading.

    [ https://issues.apache.org/jira/browse/HBASE-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728313#action_12728313 ] 

stack commented on HBASE-1622:
------------------------------

Erik, you should make KV a http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/io/WritableComparable.html.  That'd be better than making it a Writable and a Comparable.

> Make KeyValue implement the Comparable interface to make it work with Cascading.
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-1622
>                 URL: https://issues.apache.org/jira/browse/HBASE-1622
>             Project: Hadoop HBase
>          Issue Type: New Feature
>    Affects Versions: 0.20.0
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1622-v1.patch
>
>
> As with making Result implement the Comparable interface, this is used for making HBase interact tightly with cascading, so that KeyValues can be put into Tuples.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.