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

Lars Hofhansl commented on HBASE-5431:
--------------------------------------

You mean Puts, then Deletes I assume ...
Unless Amit messes things up this is correct w.r.t. timestamp ordering :)

In fact the only "correct" ordering would be to create a Put or Delete for each 
KV.
                
> Improve delete marker handling in Import M/R jobs
> -------------------------------------------------
>
>                 Key: HBASE-5431
>                 URL: https://issues.apache.org/jira/browse/HBASE-5431
>             Project: HBase
>          Issue Type: Sub-task
>          Components: mapreduce
>    Affects Versions: 0.94.0
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Minor
>             Fix For: 0.94.0
>
>         Attachments: 5431.txt
>
>
> Import currently create a new Delete object for each delete KV found in a 
> result object.
> This can be improved with the new Delete API that allows adding a delete KV 
> to a Delete object.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to