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

Mark Payne commented on NIFI-1174:
----------------------------------

I've not had a chance to review the code yet. Will soon. Just wanted to share 
feedback from testing. Everything works just as expected, and I think this is a 
great add to the NiFi repertoire. Only thing i noticed is that the Capability 
Description indicates: 

{quote}
Any fields where the value is null or an array will be skipped.
{quote}

However, if I have the Complex Field Strategy property set to "Text", the array 
does in fact make its way in as text. So may just need to revisit the 
capability description now that the additional Complex Field Strategy property 
was added. Otherwise, great job! Will review code and provide any more feedback 
that I have.

Thanks!


> 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
>         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