[
https://issues.apache.org/jira/browse/HADOOP-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563297#action_12563297
]
stack commented on HADOOP-2508:
-------------------------------
Chatting, Jim had an idea where TableOutputFormat could take an HStoreKey with
an empty column field for its key instead of Text. This would get a timestamp
for a particular row into TableRecordWriter.write.
Also, if reducer wants to delete a cell, rather than add support for put/delete
operations -- iinstead just have the reducer output the special delete bytes
cell value (See HLogEdit.deleteBytes).
> [Hbase] TableOutputFormat could not assign a timestamp
> ------------------------------------------------------
>
> Key: HADOOP-2508
> URL: https://issues.apache.org/jira/browse/HADOOP-2508
> Project: Hadoop Core
> Issue Type: Improvement
> Components: contrib/hbase
> Affects Versions: 0.16.0
> Reporter: Edward Yoon
> Assignee: Edward Yoon
> Attachments: 2508.patch
>
>
> When i use the TableOutputFormat, It is impossible to assign an specified
> timestamp to the row.
> We may want to assign an specified timestamp.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.