[
https://issues.apache.org/jira/browse/NIFI-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14581913#comment-14581913
]
Mark Payne commented on NIFI-626:
---------------------------------
Toivo,
Excellent. Honestly, the most difficult part of developing NiFi extensions is
usually figuring out how to expose properties, etc. in such a way that it is
easy for the user to configure and make sense of. So your instinct was very
much right. Just turns out we need to iterate a bit to get it right sometimes.
It didn't actually occur to me either, until we had this processor to use. Once
I started using the processor, it helped me frame thoughts about what makes
sense.
In any case, you're churning out some great stuff here, and I'm very grateful
that you're so willing to jump in and help improve the project!
Thanks
-Mark
> ExecuteSQL processor for executing arbitrary SQL queries
> --------------------------------------------------------
>
> Key: NIFI-626
> URL: https://issues.apache.org/jira/browse/NIFI-626
> Project: Apache NiFi
> Issue Type: Sub-task
> Affects Versions: 0.2.0
> Reporter: Toivo Adams
> Assignee: Toivo Adams
> Labels: patch
> Fix For: 0.2.0
>
> Attachments:
> 0001-NIFI-626-Code-cleanup-to-adhere-to-NiFi-coding-style.patch,
> NIFI-626_25may2015.patch, NIFI-626_26may2015.patch, NIFI-626_31may2015.patch
>
>
> For example query can be:
> SELECT * FROM orders WHERE orderId = '${order.id}'
> where ${order.id} is FlowFile attribute.
> Result will serialized using Avro.
> Avro gives as possibility to have query Resultset metadata (column name and
> types) included in FlowFile.
> Also Avro should allow streaming.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)