Re: Nifi processor last execution time

2015-11-13 Thread Sean Busbey
Sam,

For now I would store this information in HDFS. Alternatively, if you have
it ZooKeeper would also work.

On Thu, Nov 12, 2015 at 10:45 PM, Sam Kamau  wrote:

> I am working on a processor that loads data to HDFS for an RDBMS using
> ExecuteSQL processor. The data has a last update time that I would like to
> use to load records that have changed since the last load.
>
> How best can I go about saving the last execution time so I can use it as a
> filter in the query.
>
> Thanks
>



-- 
Sean


Nifi processor last execution time

2015-11-13 Thread Sam Kamau
I am working on a processor that loads data to HDFS for an RDBMS using
ExecuteSQL processor. The data has a last update time that I would like to
use to load records that have changed since the last load.

How best can I go about saving the last execution time so I can use it as a
filter in the query.

Thanks