Re: Clarification Regarding custom controller service & AWS-CREDENTIAL-CONTROLER-SERVICE

2019-10-20 Thread sanjeet rath
Thanks Joe and i am extremely sorry being impatient(bcoz today i have a solution meeting to give the details). I have gone through the nifi developer guide But i am not able to understand how puts3Object processor is getting my custom awscrdentailProvider controller dependency.as i have never

Re: Clarification Regarding custom controller service & AWS-CREDENTIAL-CONTROLER-SERVICE

2019-10-20 Thread Joe Witt
Sanjeet Your e-mail was sent 10 hours ago and is during the weekend. Please be patient. I would do two nars. The controller service nar and the processor nar which depends on it. This way you can have other processor nars that also depend on that controller service nar if necessary. Thanks

Re: Clarification Regarding custom controller service & AWS-CREDENTIAL-CONTROLER-SERVICE

2019-10-20 Thread sanjeet rath
Hi Team, Please clarify my trailed mail query. On Sun, 20 Oct, 2019, 9:35 PM sanjeet rath, wrote: > Hi Team, > > I have a requirement of building a custom > controller service(AWS-CREDENTIAL-CONTROLER-SERVICE) and custom processor > service(NIFI-AWS-SERVICE).for puts3Object. > Already code

Re: Doubt regarding building email nar file

2019-10-20 Thread Mike Thomsen
The reason is that you want to ensure that any change triggers a build of the jar and then nar and pushes both into Nexus or whatever you're using. On Sun, Oct 20, 2019 at 12:07 PM sanjeet rath wrote: > Thanks Mike :) > > On Sun, Oct 20, 2019 at 9:34 PM Mike Thomsen > wrote: > >> The pom

Clarification Regarding custom controller service & AWS-CREDENTIAL-CONTROLER-SERVICE

2019-10-20 Thread sanjeet rath
Hi Team, I have a requirement of building a custom controller service(AWS-CREDENTIAL-CONTROLER-SERVICE) and custom processor service(NIFI-AWS-SERVICE).for puts3Object. Already code changes are done for both of it. and i am building 2 separate nars . The custom controller

Re: Doubt regarding building email nar file

2019-10-20 Thread sanjeet rath
Thanks Mike :) On Sun, Oct 20, 2019 at 9:34 PM Mike Thomsen wrote: > The pom associated with the bundle. > > On Sun, Oct 20, 2019 at 11:41 AM sanjeet rath > wrote: > >> >> Hi Team, >> >> My requirement is build to custom email processor for >> extractingBody(already code changes are done). >>

Re: Doubt regarding building email nar file

2019-10-20 Thread Mike Thomsen
The pom associated with the bundle. On Sun, Oct 20, 2019 at 11:41 AM sanjeet rath wrote: > > Hi Team, > > My requirement is build to custom email processor for > extractingBody(already code changes are done). > I have implemented CI in this project using jenkin. > > SO my project structure is:

Doubt regarding building email nar file

2019-10-20 Thread sanjeet rath
Hi Team, My requirement is build to custom email processor for extractingBody(already code changes are done). I have implemented CI in this project using jenkin. SO my project structure is: NIFI-EMAIL-BOUNDLE ->NIFI-EMAIL-PROCESSOR ->NIFI-EMAIL-NAR So every above project has a pom file, my

Re: ElasticSearchClientServiceImpl not working for secured ElasticSearch

2019-10-20 Thread Mike Thomsen
As a compromise, I upgraded to the latest 5.X client and manually incremented Apache HttpClient to 4.5.10. PR is here: https://github.com/apache/nifi/pull/3828 There are integration tests for that package that automatically startup and provision an ES node, and they all passed with this

Re: Re: MergeRecord can not guarantee the ordering of the input sequence?

2019-10-20 Thread wangl...@geekplus.com.cn
Hi Kojiļ¼Œ My test is as follows. ProcessorA, scheduled only on primary node and with only one cocurrency. The result of ProcessorA load balanced to ProcessorB. The strategy is by attribute. All the output FlowFiles of ProcessorA has the same attribute used for balance, so all FlowFiles will

Re: Re: MergeRecord can not guarantee the ordering of the input sequence?

2019-10-20 Thread Koji Kawamura
Hi Lei, Does 'balance strategy' means load balance strategy? Which strategy are you using? I thought Prioritizers are applied on the destination node after load balancing has transferred FlowFiles. Are those A, B and C flow files generated on different nodes and sent to a single node to merge

Re: ElasticSearchClientServiceImpl not working for secured ElasticSearch

2019-10-20 Thread Mike Thomsen
There's no hard and fast reason to stay with 5.X there, so you can build your own copy of 1.9.2 with that dependency upgraded if you want to try it out. I'll try to find time to test that change on 1.10.0-SNAPSHOT. On Sun, Oct 20, 2019 at 1:52 AM Peter Moberg wrote: > The certs in the