Re: How to create custom processor which needs 2 or more NiFi bundles?

2019-09-25 Thread Chandrashekhar Kotekar
Thanks Bryan, will try it out. Sent from my iPhone > On 25 Sep 2019, at 7:15 pm, Bryan Bende wrote: > > 1) You can only have one parent NAR, and it creates a hierarchy, so if > you need hadoop libraries you would want your parent NAR to be > nifi-hadoop-libraries-nar, which already has a

Re: How to create custom processor which needs 2 or more NiFi bundles?

2019-09-25 Thread Bryan Bende
1) You can only have one parent NAR, and it creates a hierarchy, so if you need hadoop libraries you would want your parent NAR to be nifi-hadoop-libraries-nar, which already has a parent of nifi-standard-services-api-nar, so then you have both in your parent hierarchy. 2) This is really up to

How to create custom processor which needs 2 or more NiFi bundles?

2019-09-25 Thread Chandrashekhar Kotekar
Hi, I have developed some custom processors within single Maven project (lets call this project custom-processors). These processors need Hadoop dependencies (nifi-hadoop-nar), record-serde related dependencies (nifi-record-serialization-service-api) and Kerberos dependencies apart from usual