Re: how to organise processor or PG in the Nifi canvas ?

2018-09-14 Thread Andrew Grande
Try importing via thr NiFi cli tool. I've implemented the logic to auto layout newly imported PGs. But I agree, this should be something included in the core NiFi logic itself. Andrew On Fri, Sep 14, 2018, 4:17 PM Dominique De Vito wrote: > Hi, > > Is there a way to re-organize automatically

how to organise processor or PG in the Nifi canvas ?

2018-09-14 Thread Dominique De Vito
Hi, Is there a way to re-organize automatically the processors or PG inside the Nifi canvas ? I create PG through REST api. I set originX and originY for all PG I create, but the created PG could be on top of another PG (for example, previously existing) and the first one could be hiding the

Re: problem with instanciating NEW (custom) processors

2018-09-14 Thread Dominique De Vito
Well, I have found the pb. Not on the Nifi side ;-) I have had some config troubles leading to using wrong env. Sorry for the msg... I need some rest these days. Le ven. 14 sept. 2018 à 13:42, Mike Thomsen a écrit : > Did you change their names when you created your new versions? > On Fri,

Re: problem with instanciating NEW (custom) processors

2018-09-14 Thread Dominique De Vito
> Did you change their names when you created your new versions? Yes, for all of them. As I have modified those processors for fetching the source defs from Atlas, GetFile processor, for example, has been derivated into GetFileWithAtlas. All their names follow the pattern "xxxWithAtlas"

Re: problem with instanciating NEW (custom) processors

2018-09-14 Thread Mike Thomsen
Did you change their names when you created your new versions? On Fri, Sep 14, 2018 at 6:59 AM Dominique De Vito wrote: > Hi, > > I have defined 5 new (custom) processors (derivated respectively from > existing ones - ConsumeKafka, GetSFTP, GetFile, ListenTCP an ListFile) into > 2 NAR (1 NAR

problem with instanciating NEW (custom) processors

2018-09-14 Thread Dominique De Vito
Hi, I have defined 5 new (custom) processors (derivated respectively from existing ones - ConsumeKafka, GetSFTP, GetFile, ListenTCP an ListFile) into 2 NAR (1 NAR with 1 processor, the other processors are into the other NAR). After copying the NARs into /lib, and after restarting Nifi, only 3