Hi Nathan, Similar to other artifacts you mentioned, the Parquet and Hadoop nars are not part of the standard NiFi 2.x bundle anymore. You can download the required artifacts from Maven Central and deploy them in your NiFi environment. You'll need nifi-parquet-nar [1] and nifi-hadoop-libraries-nar [2] for ParquetRecordSetWriter to work.
Regards, Peter Turcsanyi [1] - https://central.sonatype.com/artifact/org.apache.nifi/nifi-parquet-nar/2.8.0 [2] - https://central.sonatype.com/artifact/org.apache.nifi/nifi-hadoop-libraries-nar/2.8.0 On Thu, Mar 12, 2026 at 3:42 PM nathan.english.bt.com via users < [email protected]> wrote: > General > > Hi All, > > > > I’m coming back to NiFi after a long period of not using it, so apologies > if this is a bit of a basic question however I’m struggling to find the > answer after a search through both Dev and User mailing lists and Jira. > > > > I’m going to be implementing a new flow that writes to an S3 API > compatible store, and they would like it to be stored in Parquet files. Ok > no problem! When I’m looking over the documentation for NiFi 2 I don’t seem > to see the ParquetRecordSetWriter like I see with the V1.28.0 docs. > > > > I remember a whilst a go to reduce the overall main binary size that a few > processors and controller services were removed from the bundle but were > still able to be deployed separately. Is this the case with the Parquet > Bundle? I see it’s still being built for V2.8.0, but just wanted to make > sure this was the case before going to use it, or if there was a better > approach to do this? > > > > Thanks in advanced! > > > > Nathan > > General >
