[
https://issues.apache.org/jira/browse/NIFI-4275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16120374#comment-16120374
]
ASF GitHub Bot commented on NIFI-4275:
--------------------------------------
GitHub user bbende opened a pull request:
https://github.com/apache/nifi/pull/2070
NIFI-4275 Adding support for specifying the timestamp on PutHBase pro…
…cessors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi NIFI-4275
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2070.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2070
----
commit 73a3ffc650a4a3a6936757ce8f9f2310eee3bf5c
Author: Bryan Bende <[email protected]>
Date: 2017-08-09T18:01:19Z
NIFI-4275 Adding support for specifying the timestamp on PutHBase processors
----
> Allow specifying timestamp in PutHBase processors
> -------------------------------------------------
>
> Key: NIFI-4275
> URL: https://issues.apache.org/jira/browse/NIFI-4275
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
>
> We should add the ability to specify the timestamp of a cell in PutHBase
> processors.
> * PutHBaseCell - Add an optional property called "Timestamp" that supports
> EL, if specified it would get passed to the Put operation sent to HBase
> * PutHBaseJson - Add an optional property called "Timestamp" that supports
> EL, if specified this would be the timestamp used for all cells created from
> the JSON document
> * PutHBaseRecord - Add an optional property called "Timestamp Field Name"
> that supports EL, if specified the value of this field would be used as the
> timestamp of each cell
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)