[
https://issues.apache.org/jira/browse/MINIFICPP-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16197913#comment-16197913
]
marco polo edited comment on MINIFICPP-256 at 10/10/17 12:14 AM:
-----------------------------------------------------------------
[~fstakem] I posted https://github.com/apache/nifi-minifi-cpp/pull/147 , let me
know if it solves your issue. Assuming the issue is what I thought it is, this
is a result of recent changes and very much my doing by not testing one of the
classes well enough, but most likely you weren't hitting that issue yet as the
"Output Directory" name was prohibiting you from hitting the code.
Luckily not all "read callbacks" rely on this method of reading streams, but
the fix is pretty important nonetheless. Thanks for finding this. I'll take it
as an action to add more tests to this class and related code before our next
release at the end of the month.
was (Author: phrocker):
[~fstakem] I posted https://github.com/apache/nifi-minifi-cpp/pull/147 , let me
know if it solves your issue.
> ExecuteProcess script uses wrong path
> -------------------------------------
>
> Key: MINIFICPP-256
> URL: https://issues.apache.org/jira/browse/MINIFICPP-256
> Project: NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: Fredrick Stakem
> Assignee: marco polo
> Attachments: 1.csv, 2.csv, basic_minifi_test.xml, config.yml,
> process.py
>
>
> I am running a test using nifi to create a flow and then import this flow
> into minifi c++. The flow seems to work as expected on nifi.
> The flow takes a file from input directory and places it into the processing
> directory. In the background another ExectureProcess processor runs a simple
> python script to look at the processing directory, get any files, parse the
> files, and export to an output directory.
> As stated before everything works as expected nifi, but in minifi c++ the
> files end up in the root folder of minifi c++ and not the output directory.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)