You can set a min number of files, but also set a max bin age. This will allow a bin to continue to grow until it reaches the min, but also force it to merge if the max bin age occurs before that min is reached. This solves your 93 file issue. You just need to decide how long your are willing to wait to insure you have gotten every file you wanted merged into a single file.
Matt On Dec 8, 2016 8:03 PM, "srini" <[email protected]> wrote: > Hi Matt, > > I see some Minimum properties. But if I set 100, but the number of > flowfiles > is 93, then it never complete. > > And PutFile doesn't have append option. That is a big problem for me. > > My desired outcome is to have a single merged file that included all 170 > input files. > > thanks > Srini > > > > -- > View this message in context: http://apache-nifi-developer- > list.39713.n7.nabble.com/Help-with-MergeContent-tp14169p14174.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com. >
