Re: Custom Processor with Hive database connection pooling service not working

2017-02-10 Thread Nijandan D
Hi Bryan, Thanks for your update. It's working fine. Thank you so much. Regards, Nijandan D On Fri, Feb 10, 2017 at 7:21 PM, Bryan Bende wrote: > Hello, > > In general, to link a processor to a controller service, you need two > dependencies as shown in the wiki page in the previous email: >

Re: Custom Processor with Hive database connection pooling service not working

2017-02-10 Thread Bryan Bende
Hello, In general, to link a processor to a controller service, you need two dependencies as shown in the wiki page in the previous email: - The processor project needs a provided dependency on the JAR where the service interface is - The NAR project needs a NAR dependency on the NAR where the se

Re: Custom Processor with Hive database connection pooling service not working

2017-02-09 Thread Nijandan D
Hi Bryan, I am new to Nifi, I'm tried to create custom processor with hive connection pooling service as per your concern. But same issue is occuring in custom processor. It shows only connection id. I have no idea about pom file dependency. Here I mentioned the steps what i have followed to creat

Re: Custom Processor with Hive database connection pooling service not working

2017-02-09 Thread Bryan Bende
Hello, This usually means your custom NAR is not correctly linked to the NAR where the service is. Take a look at these resources for examples: https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions#MavenProjectsforExtensions-LinkingProcessorsandControllerServices https:

Custom Processor with Hive database connection pooling service not working

2017-02-08 Thread cool nijandhan
Hi I am developing custom processor with hive database connection pooling service. Added necessary dependency in pom file and added necessary folders in custom processor folder. I have created class file and able to generate nar file. Placed nar file in lib directory and restarted nifi server. Its