[ 
https://issues.apache.org/jira/browse/NIFI-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14557342#comment-14557342
 ] 

Toivo Adams commented on NIFI-626:
----------------------------------

Is 
nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors
right place for ExecuteSQL processor?

So I can add dependency 
            <dependency>
                <groupId>org.apache.avro</groupId>
                <artifactId>avro</artifactId>
                <version>1.7.7</version>
            </dependency>
to
nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml

But when I do so, Maven warns:
    Overriding managed version 1.7.6 for Avro

But when not adding dependency Eclipse will complain it cannot find Avro stuff.


> 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
>            Reporter: Toivo Adams
>            Assignee: Toivo Adams
>
> 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)

Reply via email to