You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2016/07/07 02:44:10 UTC

[jira] [Updated] (NIFI-2157) Add GenerateTableFetch processor

     [ https://issues.apache.org/jira/browse/NIFI-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated NIFI-2157:
-------------------------------
    Status: Patch Available  (was: In Progress)

> Add GenerateTableFetch processor
> --------------------------------
>
>                 Key: NIFI-2157
>                 URL: https://issues.apache.org/jira/browse/NIFI-2157
>             Project: Apache NiFi
>          Issue Type: Sub-task
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>             Fix For: 1.0.0
>
>
> This processor would presumably have a ListDatabaseTables in front of it and will use the same DatabaseConnectionPool service. It will read the aforementioned attributes along with an optional "Partition Size" property (which accepts Expression Language). The information is used to generate flow files containing SQL statements that will select rows from a table. If the partition size is indicated, then the SELECT statements will refer to a range of rows, such that each statement will grab only a portion of the table. These flow files (due to NIFI-1973) can be passed to ExecuteSQL processors for the actual fetching of rows.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)