[
https://issues.apache.org/jira/browse/PIG-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545155#comment-14545155
]
Sergey commented on PIG-4550:
-----------------------------
parameter includeTimestamp already used
{code}
validOptions_.addOption("includeTimestamp", false, "Record will include
the timestamp after the rowkey on store (rowkey, timestamp, ...)");
{code}
Will rename mine to *includeCellTimestamp*
> HBaseStorage, return timestamp of cell stored in HBase
> ------------------------------------------------------
>
> Key: PIG-4550
> URL: https://issues.apache.org/jira/browse/PIG-4550
> Project: Pig
> Issue Type: Improvement
> Affects Versions: 0.12.0
> Environment: HBaseStorage, HBase
> Reporter: Sergey
> Assignee: Sergey
> Priority: Minor
>
> HBase implicitly stores timestamp for each cell. Sometimes this feature is
> used to track historical data. I would like to provide option for
> HBaseStorage which would return cell timestamp in milliseconds
> Interface:
> add option "withTimestamp" to HBaseStorage constructor
> Implementation:
> add timestamp:long as last element of tuple.
> RFC.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)