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

ASF subversion and git services commented on NIFI-1174:
-------------------------------------------------------

Commit 40dd8a0a845ef5f4d4fde451f02376ab2fab9758 in nifi's branch 
refs/heads/master from [~bbende]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=40dd8a0 ]

NIFI-1174 Refactoring the HBase client API and adding a PutHBaseJSON which can 
write a whole row from a single json document - Adding Complex Field Strategy 
to PutHBaseJSON to allow more control of complex fields - Improving error 
messages to indicate what the problem was with an invalid row

Signed-off-by: Bryan Bende <[email protected]>


> Create a Put HBase processor that can put multiple cells
> --------------------------------------------------------
>
>                 Key: NIFI-1174
>                 URL: https://issues.apache.org/jira/browse/NIFI-1174
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: NIFI-1174-Complex-Field-Improvements.patch, 
> NIFI-1174.patch
>
>
> We recently added a PutHBaseCell processor which works great for writing one 
> individual cell at a time, but it can require a significant amount of work in 
> a flow to create a row with multiple cells. 
> We should support a variation of this processor that can accept a flow file 
> with key/value pairs in the content of the flow file (possibly json). The 
> key/value pairs then turned into the cells for the given row and get added in 
> one put operation. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to