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

Jean-Daniel Cryans commented on HBASE-8318:
-------------------------------------------

Generally, using ICV in MR jobs is a bad idea because of speculative execution 
which is enabled by default, and even if it's disabled your tasks can just fail 
and then they get restarted somewhere else and you never know how many times 
you incremented some cells.

So, what's a valid use case for this jira?
                
> TableOutputFormat.TableRecordWriter should accept Increments
> ------------------------------------------------------------
>
>                 Key: HBASE-8318
>                 URL: https://issues.apache.org/jira/browse/HBASE-8318
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Jean-Marc Spaggiari
>         Attachments: HBASE-8318-v0-trunk.patch, HBASE-8318-v1-trunk.patch, 
> HBASE-8318-v2-trunk.patch
>
>
> TableOutputFormat.TableRecordWriter can take Puts and Deletes but it should 
> also accept Increments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to