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

Erik Holstad commented on HBASE-1617:
-------------------------------------

Yeah, I guess I wasn't clear about my needs. To be able to put a class into a 
Cascading Tuple it need to implement Comparable, but in the case of Result the 
actual compareTo
method doesn't really need to do much, since I'm not planing to compare them on 
more than the actual row at the moment.

So, yes these things are needed for it to work with the new tap that I'm making 
for Cascading.

> Make Result comparable to work with Cascading
> ---------------------------------------------
>
>                 Key: HBASE-1617
>                 URL: https://issues.apache.org/jira/browse/HBASE-1617
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>         Attachments: HBASE-1617-v1.patch, HBASE-1617-v2.patch
>
>
> When using HBase as a Tap for Cascading it makes sense to put the result from 
> HBase into a Tuple. The Element in the tuple needs to be comparable.

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

Reply via email to