Re: hello I wanna ask somthing about apache minifi

2020-03-25 Thread Aldrin Piri
Hi Jaeyoung, Please only address one list with your messages. Removing dev. Currently minifi, and its surrounding efforts, only work with and are supported on Java 8. Using a prior version should clear up that problem. Please let us know if you encounter any other issues. --aldrin On Wed,

Re: hello I wanna ask somthing about apache minifi

2020-03-25 Thread Timothy Fleming
The latest Java versions don’t include the jaxb library. You can download the following and put it in the lib folder. https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar --Tim On Mar 25, 2020, at 6:27 PM, Aldrin Piri

Re: Creating dependency between multiple process groups in Nifi

2020-03-25 Thread Joe Witt
PG1 should load data into Target1 then send the data to PG1-out. PG1-out should then be sent to PG2/3/4-In at the same time. PG2/3/4 is triggered by arrival of this data and does its full DB lookup/etc.. to do its thing. It sounds like the vital point here is you want to ensure each time

Creating dependency between multiple process groups in Nifi

2020-03-25 Thread Samarendra Sahoo
We have following process groups (PG). The way we want to orchestrate: once PG1 runs all remaining PGs should run in parallel. Could you pls suggest? 1) PG1 - Extract data from Source DB (Source1), Curate data and load to target DB (Target1) 2) PG2 - Extract data from Source (Source2), Lookup