[
https://issues.apache.org/jira/browse/HBASE-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729906#action_12729906
]
Erik Holstad commented on HBASE-1622:
-------------------------------------
I have code for this issue and the Result one already, that I can upload. My
implementation actually takes a KeyValue in the constructor so you don't have
to add all the constructors. This will be the use case in Cascading. The
problem now is that Cascading is not yet Hadoop 0.20 mapreduce compatible so we
can't use some of the new fancy things that we are using to deal with mapreduce
in HBase 0.20. So I propose punting these 2 issues until we can do it right.
> 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: 1622-3.patch, HBASE-1622-v1.patch, HBASE-1622-v2.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.