[
https://issues.apache.org/jira/browse/NIFI-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350580#comment-14350580
]
Mark Payne commented on NIFI-380:
---------------------------------
Joe,
All looks good. Do we want to remove the constraint that for periodic batches
of output we require textual output? The main reason for doing this was because
it seemed to make sense that binary data shouldn't be arbitrarily chopped
apart, and by requiring it to be text we avoided partial lines to be written
out by reading/writing a line at a time.
However, I believe you mentioned somewhere that you can see a good use to have
binary data arbitrarily chopped. If so, we can enable this and add another
property that indicates whether or not the output that should be line-delimited.
Otherwise, I vote +1 to merge to develop.
Thanks
-Mark
> Create ExecuteProcess processor
> -------------------------------
>
> Key: NIFI-380
> URL: https://issues.apache.org/jira/browse/NIFI-380
> Project: Apache NiFi
> Issue Type: Task
> Components: Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 0.0.2
>
> Attachments:
> 0002-NIFI-380-Initial-import-of-ExecuteProcess-processor.patch,
> 0003-NIFI-380-Added-documentation.patch
>
>
> this processor should behave similar to ExecuteStreamCommand but is a source
> processor, rather than taking in flowfiles. Also, it needs to support the
> ability to periodically transfer a FlowFile with the output of the command,
> even if the command has not finished, and then create a new FlowFile
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)