[
https://issues.apache.org/jira/browse/MINIFI-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433153#comment-15433153
]
ASF GitHub Bot commented on MINIFI-84:
--------------------------------------
GitHub user apiri opened a pull request:
https://github.com/apache/nifi-minifi-cpp/pull/7
MINIFI-84 Performing explicit checking on values of processor Properties
YAML
MINIFI-84 Performing explicit checking on values of processor Properties
YAML. An empty value is treated as a YAML node in lieu of being null and would
lead to conversion errors.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apiri/nifi-minifi-cpp MINIFI-84
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-minifi-cpp/pull/7.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7
----
commit 9c18eddfc018913a8295e4da9c60a6243b2ec296
Author: Aldrin Piri <[email protected]>
Date: 2016-08-23T16:31:49Z
MINIFI-84 Performing explicit checking on values of processor Properties
YAML. An empty string is treated as a YAML node and would lead to conversion
errors.
----
> nifi-minifi-cpp flow.yml startup errors
> ---------------------------------------
>
> Key: MINIFI-84
> URL: https://issues.apache.org/jira/browse/MINIFI-84
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Components: C++, Processing Configuration
> Reporter: Randy Gelhausen
> Assignee: Aldrin Piri
> Fix For: 0.0.1
>
> Attachments: MiNiFi-Flow.xml, flow.yml
>
>
> Using a recent NiFi 1.0 build, I created a template with GetFile and TailFile
> gathering data and pushing it to a Remote Process Group.
> After exporting the template, I used nifi-minifi's minifi-toolkit to convert
> the XML into a yaml flow definition.
> On attempting to start nifi-minifi-cpp with the flow.yml generated by
> minifi-toolkit, I get 'YAML::TypedBadConversion<std::string>' errors.
> Attached are the template & flow.yml. Below are the mini-toolkit converter
> and minifi logs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)