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 2014/01/26 20:52:37 UTC

[jira] [Resolved] (HBASE-1619) Change the familyMap> in put to familyMap>

     [ https://issues.apache.org/jira/browse/HBASE-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-1619.
--------------------------

    Resolution: Won't Fix

No longer pertinent

> Change the familyMap<byte[], List<KeyValue>> in put to  familyMap<ImmutableBytesWritable, List<KeyValue>>
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1619
>                 URL: https://issues.apache.org/jira/browse/HBASE-1619
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.20.0
>            Reporter: Erik Holstad
>            Priority: Minor
>
> While working on the HBase tap and scheme for Cascading I came across a situation where you want to add a bunch of KeyValues to a Put object.
> Looking at the code for putting KeyValues in put we copy the family from the KeyValue and use that as a key. So I was thinking that it might be a good idea to just "point"
> into the KV by using a ImmutableBytesWritable and use that as the key instead. This is going to be good when working with MR jobs.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)