[
https://issues.apache.org/jira/browse/NIFI-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14998791#comment-14998791
]
Mark Payne commented on NIFI-817:
---------------------------------
[~bbende] - I think there's a problem with the new patch in the PutHBase:
+ session.penalize(putFlowFile.getFlowFile());
+ session.transfer(putFlowFile.getFlowFile(), FAILURE);
That call to penalize will produce a new FlowFile object. That newly created
object should then be passed to the transfer method:
session.transfer( session.penalize(putFlowFile.getFlowFile()), FAILURE);
Thanks
-Mark
> Create Processors to interact with HBase
> ----------------------------------------
>
> Key: NIFI-817
> URL: https://issues.apache.org/jira/browse/NIFI-817
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Mark Payne
> Assignee: Bryan Bende
> Fix For: 0.4.0
>
> Attachments:
> 0001-NIFI-817-Initial-implementation-of-HBase-processors-2.patch,
> 0001-NIFI-817-Initial-implementation-of-HBase-processors-3.patch,
> 0001-NIFI-817-Initial-implementation-of-HBase-processors-4.patch,
> 0001-NIFI-817-Initial-implementation-of-HBase-processors-5.patch,
> 0001-NIFI-817-Initial-implementation-of-HBase-processors-6.patch,
> 0001-NIFI-817-Initial-implementation-of-HBase-processors-7.patch,
> 0001-NIFI-817-Initial-implementation-of-HBase-processors.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)