[RESULT][VOTE] Release Apache NiFi MiNiFI 0.2.0

2017-05-18 Thread Aldrin Piri
Hello, The release passes with: 7 +1 (binding) votes 7 +1 (non-binding) votes 0 -1 votes Thanks to all who helped make this release possible. Here is the PMC vote thread: https://s.apache.org/nifi-minifi-vote-020

Re: Site-to-Site load balancing

2017-05-18 Thread Bryan Rosander
Hey Mark, The Site-to-Site client attempts to load balance based on the number of flow files each node is currently processing combined with some randomness. [1] Thanks, Bryan [1]

Site-to-Site load balancing

2017-05-18 Thread Mark Bean
How is load balancing across a cluster performed in Site-to-Site? Is it the responsibility of the Cluster Coordinator to inform the remote site-to-site client which Node to push data to? Is the Node determination simply round-robin? or total per Node FlowFile count or byte count? or based on some

Re: Duplicated processors when using nifi processors dependency

2017-05-18 Thread Bryan Bende
Hi Robert, It sounds like your NAR is including nifi-aws-processors, and so is the regular AWS NAR. Previously it wasn't obvious this was happening, and when NiFi started up it was finding those processors in one of the NARs and skipping the other one. With component versioning it is now more

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Bryan Rosander
Congrats Yolanda! On Thu, May 18, 2017 at 9:04 AM, Kevin Doran wrote: > Congratulations, Yolanda! As everyone has said, very well deserved! Thanks > for all you do for the NiFi project and community. > > Kevin > > On 5/17/17, 22:11, "Tony Kurc" wrote:

Re: How to use ConvertRecord Processor

2017-05-18 Thread Matt Burgess
The CSVReader, if using "Use String Fields From Header" as the Schema Access Strategy, will treat all fields as Strings since there is no good way of knowing what value(s) the records/rows will contain for each column. In that case you'd need to know the schema(s) of the possible CSV files coming

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Kevin Doran
Congratulations, Yolanda! As everyone has said, very well deserved! Thanks for all you do for the NiFi project and community. Kevin On 5/17/17, 22:11, "Tony Kurc" wrote: On behalf of the Apache NiFi PMC, I am pleased to announce that Yolanda Davis has accepted the

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Scott Aslan
In all seriousness though, Yolanda you are a true professional and I must say I have the greatest respect for you and all that you do for our community. Thank you and congrats again! On Thu, May 18, 2017 at 8:33 AM, Matt Burgess wrote: > Congratulations Yolanda! Very well

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Matt Burgess
Congratulations Yolanda! Very well deserved, looking forward to more of your awesome contributions and community involvement! On Wed, May 17, 2017 at 10:11 PM, Tony Kurc wrote: > On behalf of the Apache NiFi PMC, I am pleased to announce that Yolanda > Davis has accepted the

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Scott Aslan
Yolanda, GRRRL SMH!!! Congratulations and very much deserved! Thanks for all you do! -Scotty On Thu, May 18, 2017 at 7:41 AM, Marc wrote: > Very awesome, Yolanda! Congrats! > > On Thu, May 18, 2017 at 6:45 AM, Joe Skora wrote: > > >

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Marc
Very awesome, Yolanda! Congrats! On Thu, May 18, 2017 at 6:45 AM, Joe Skora wrote: > Congrats Yolanda! Very much deserved. > > On Wed, May 17, 2017 at 10:11 PM, Tony Kurc wrote: > > > On behalf of the Apache NiFi PMC, I am pleased to announce that Yolanda

Re: How to use ConvertRecord Processor

2017-05-18 Thread suman....@cuddle.ai
Hi, Thanks for your help . It worked. I used the following processors GetFile-->PutDatabaseRecord-->PutFile Only doubt i have is how to specify particular dataType for a column. For Eg: I have file like below and want to insert into the table with City as Varchar and Count as Integer in

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Joe Skora
Congrats Yolanda! Very much deserved. On Wed, May 17, 2017 at 10:11 PM, Tony Kurc wrote: > On behalf of the Apache NiFi PMC, I am pleased to announce that Yolanda > Davis has accepted the PMC's invitation to join the Apache NiFi PMC. We > greatly appreciate all of Yolanda's

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Andre
Yolanda, Congratulations and it is great to have you onboard! Cheers On Thu, May 18, 2017 at 12:11 PM, Tony Kurc wrote: > On behalf of the Apache NiFi PMC, I am pleased to announce that Yolanda > Davis has accepted the PMC's invitation to join the Apache NiFi PMC. We >

Re: [ANNOUNCE] New Apache NiFi PMC Member - Yolanda Davis

2017-05-18 Thread Aldrin Piri
Congrats! > On May 18, 2017, at 00:50, Pierre Villard wrote: > > Congrats Yolanda! Thanks for your amazing work ;) > > 2017-05-18 6:14 GMT+02:00 Joe Percivall : > >> Glad to have you joining the PMC Yolanda, very well deserved! >> >>> On

Duplicated processors when using nifi processors dependency

2017-05-18 Thread Robert
For my custom processor I am extending AbstractS3Processor. For that I use nifi-aws-processors as a dependency. With upgrade to 1.2.0, Nifi now loads also all aws processors that are packed in nar as a depencency. Is there any way to avoid duplicated processors that get loaded in that way? --