<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: possible bug missing parquetreader version 2.0.0-M1 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381608#M244355</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107729"&gt;@arutkwccu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The release notes for minor releases typically include highlights covering any "deprecated" components (This is documented for Apache NiFi 2.0.0-M1 &lt;A href="https://cwiki.apache.org/confluence/display/NIFI/Deprecated+Components+and+Features" target="_self"&gt;Deprecated Components and Features&lt;/A&gt;&amp;nbsp;) or components moved to "optional build profiles" (such as this specific parquet bundle).&amp;nbsp; This is done help make minor upgrades as seamless and painless as possible.&lt;BR /&gt;&lt;BR /&gt;Apache NIFi 2.0.0 is a Major release and as such will have many&amp;nbsp;significant changes including breaking changes as well.&amp;nbsp; As such, it should not be treated the same as minor version upgrade and extra care and evaluation taken during migration from a previous major release version.&amp;nbsp; &amp;nbsp;I agree that is would have been nice if the Apache Community included another confluence page documenting all components to the "Optional Build Profile" with instructions like i added above on how to add them.&lt;BR /&gt;&lt;BR /&gt;Glad you are good to go now.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Matt&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 14:01:43 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2024-01-03T14:01:43Z</dc:date>
    <item>
      <title>possible bug missing parquetreader version 2.0.0-M1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381579#M244341</link>
      <description>&lt;P&gt;Good Morning,&lt;BR /&gt;&lt;BR /&gt;I'm flummoxed and worried. I have a significant flow that handles parquet files, and I can no longer make it work in version 2.0. Specifically, I used a ConvertRecord processor with a ParquetReader and a JsonRecordSetWriter.&lt;BR /&gt;&lt;BR /&gt;In the new version, 2.0, There doesn't appear to be a ParquetReader, anymore. There also doesn't appear to be any documentation about the ParquetReader being deprecated.&lt;BR /&gt;&lt;BR /&gt;Please help. This flow is critical to me. I am also open to suggestions on how to accomplish the same conversion in a different manner.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 16:17:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381579#M244341</guid>
      <dc:creator>arutkwccu</dc:creator>
      <dc:date>2024-01-02T16:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: possible bug missing parquetreader version 2.0.0-M1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381587#M244346</link>
      <description>&lt;P&gt;I don't see any parquet NAR files in my NiFi 2.0.0-M1 install or in the Docker image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 19:31:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381587#M244346</guid>
      <dc:creator>joseomjr</dc:creator>
      <dc:date>2024-01-02T19:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: possible bug missing parquetreader version 2.0.0-M1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381590#M244347</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107729"&gt;@arutkwccu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The parquet components were not "deprecated", they were moved out of the default distribution via&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/NIFI-12282" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI-12282&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Apache limits the max size of the project and at times some nars need to be moved out of the distribution to avoid exceeding that max allowed project download size or components less commonly used may be moved out.&amp;nbsp; Does not mean that these components ate no longer being contributed to or updated with the newer NiFi release versions.&amp;nbsp; It does mean however that you will need to manually download the nifi-parquet-nar and any dependency nar(s) it needs that are not already included in your NiFi distribution.&lt;BR /&gt;&lt;BR /&gt;You can download nars directly from maven central.&lt;BR /&gt;Here is the link to the maven central for the nifi-parquet-nar:&lt;BR /&gt;&lt;A href="https://central.sonatype.com/artifact/org.apache.nifi/nifi-parquet-nar/overview" target="_blank"&gt;https://central.sonatype.com/artifact/org.apache.nifi/nifi-parquet-nar/overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you look at the "Dependencies" tab, you'll see that there is a dependecy on another nar (nifi-hadoop-libraries-nar).&lt;BR /&gt;&lt;BR /&gt;Neither of these nars are inlcuded in the default Apache NiFi 2.0.-M1 release.&lt;BR /&gt;The simplest way to add these nars to your NiFi is to download them into the &amp;lt;path-toNiFi&amp;gt;/extensions/" folder. NiFi will auto-load nars placed on this folder without any need for a NiFi restart.&lt;BR /&gt;&lt;BR /&gt;You can find the nars by clicking on the "versions" tab for each required nar and clciking on "Browse" next to the NiFi version you want the nar for.&lt;BR /&gt;&lt;BR /&gt;Here are the direct links for the two nars you need for parquet:&lt;/P&gt;&lt;P&gt;nifi-parquet-nar -&amp;nbsp;&lt;A href="https://repo1.maven.org/maven2/org/apache/nifi/nifi-parquet-nar/2.0.0-M1/nifi-parquet-nar-2.0.0-M1.nar" target="_blank"&gt;https://repo1.maven.org/maven2/org/apache/nifi/nifi-parquet-nar/2.0.0-M1/nifi-parquet-nar-2.0.0-M1.nar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;nifi-hadoop-libraries-nar -&amp;nbsp;&lt;A href="https://repo1.maven.org/maven2/org/apache/nifi/nifi-hadoop-libraries-nar/2.0.0-M1/nifi-hadoop-libraries-nar-2.0.0-M1.nar" target="_blank"&gt;https://repo1.maven.org/maven2/org/apache/nifi/nifi-hadoop-libraries-nar/2.0.0-M1/nifi-hadoop-libraries-nar-2.0.0-M1.nar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on one or more of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 20:21:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381590#M244347</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-01-02T20:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: possible bug missing parquetreader version 2.0.0-M1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381592#M244349</link>
      <description>&lt;P&gt;I'm very appreciative of the quick reply. I guess what I don't have clarity on is how this affects the ConvertRecord processor. Are you advising that by installing these nars, that will actually cause a change to the available record readers that are present in the ConvertRecord processor? It's unclear that this is the case by following the link you referenced:&lt;BR /&gt;&lt;A href="https://central.sonatype.com/artifact/org.apache.nifi/nifi-parquet-nar/overview" target="_blank" rel="nofollow noopener noreferrer"&gt;https://central.sonatype.com/artifact/org.apache.nifi/nifi-parquet-nar/overview&lt;/A&gt;&lt;BR /&gt;I guess I don't see anything in the documentation that references this information, and a review of the hyperlink doesn't actually provide any information about what is made available by installing the nars.&lt;BR /&gt;I went to the trouble of downloading the nar from this link and expanding it&lt;BR /&gt;&lt;A href="https://repo1.maven.org/maven2/org/apache/nifi/nifi-parquet-nar/2.0.0-M1/nifi-parquet-nar-2.0.0-M1.nar" target="_blank"&gt;https://repo1.maven.org/maven2/org/apache/nifi/nifi-parquet-nar/2.0.0-M1/nifi-parquet-nar-2.0.0-M1.nar&lt;/A&gt;&lt;BR /&gt;I see the following:&lt;BR /&gt;&lt;BR /&gt;f nifi-parquet-processors-2.0.0-M1.jar&lt;BR /&gt;created: META-INF/&lt;BR /&gt;inflated: META-INF/MANIFEST.MF&lt;BR /&gt;created: META-INF/services/&lt;BR /&gt;created: org/&lt;BR /&gt;created: org/apache/&lt;BR /&gt;created: org/apache/nifi/&lt;BR /&gt;created: org/apache/nifi/parquet/&lt;BR /&gt;created: org/apache/nifi/parquet/hadoop/&lt;BR /&gt;created: org/apache/nifi/parquet/record/&lt;BR /&gt;created: org/apache/nifi/parquet/stream/&lt;BR /&gt;created: org/apache/nifi/parquet/utils/&lt;BR /&gt;created: org/apache/nifi/processors/&lt;BR /&gt;created: org/apache/nifi/processors/parquet/&lt;BR /&gt;created: META-INF/maven/&lt;BR /&gt;created: META-INF/maven/org.apache.nifi/&lt;BR /&gt;created: META-INF/maven/org.apache.nifi/nifi-parquet-processors/&lt;BR /&gt;inflated: META-INF/DEPENDENCIES&lt;BR /&gt;inflated: META-INF/LICENSE&lt;BR /&gt;inflated: META-INF/NOTICE&lt;BR /&gt;inflated: META-INF/services/org.apache.nifi.controller.ControllerService&lt;BR /&gt;inflated: META-INF/services/org.apache.nifi.processor.Processor&lt;BR /&gt;inflated: org/apache/nifi/parquet/ParquetReader.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/ParquetRecordSetWriter.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/hadoop/AvroParquetHDFSRecordReader.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/hadoop/AvroParquetHDFSRecordWriter.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/record/ParquetRecordReader.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/record/WriteParquetResult.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/stream/NifiOutputStream.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/stream/NifiParquetInputFile.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/stream/NifiParquetOutputFile.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/stream/NifiSeekableInputStream.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/utils/ParquetConfig.class&lt;BR /&gt;inflated: org/apache/nifi/parquet/utils/ParquetUtils.class&lt;BR /&gt;inflated: org/apache/nifi/processors/parquet/ConvertAvroToParquet.class&lt;BR /&gt;inflated: org/apache/nifi/processors/parquet/FetchParquet.class&lt;BR /&gt;inflated: org/apache/nifi/processors/parquet/PutParquet.class&lt;BR /&gt;inflated: META-INF/maven/org.apache.nifi/nifi-parquet-processors/pom.xml&lt;BR /&gt;inflated: META-INF/maven/org.apache.nifi/nifi-parquet-processors/pom.properties&lt;BR /&gt;&lt;BR /&gt;It does seem like it is possible that going through all of this would allow for an additional record reader to be made available in the ConvertRecord processor, but to be honest with you, since there is no documentation on this, it still remains unclear to me that creating a custom distribution will solve the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 20:55:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381592#M244349</guid>
      <dc:creator>arutkwccu</dc:creator>
      <dc:date>2024-01-02T20:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: possible bug missing parquetreader version 2.0.0-M1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381604#M244353</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107729"&gt;@arutkwccu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes, the added ParquetReader will be available to the record processors that utilize record reader or writer.&lt;BR /&gt;There is not a lot involved in this process.&lt;BR /&gt;Simply download these two nar files and place them in the NiFi extensions folder owned by NiFi service user. NiFi takes care of the rest.&lt;BR /&gt;I added these two nars to my 2.0.0-M1 installation to show you that it works here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_0-1704288440866.png" style="width: 714px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39325i2393F34AA9E1AF3C/image-dimensions/714x496?v=v2" width="714" height="496" role="button" title="MattWho_0-1704288440866.png" alt="MattWho_0-1704288440866.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_1-1704288655890.png" style="width: 729px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39326i97642E08A0AE8C22/image-dimensions/729x31?v=v2" width="729" height="31" role="button" title="MattWho_1-1704288655890.png" alt="MattWho_1-1704288655890.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on one or more of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 13:31:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381604#M244353</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-01-03T13:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: possible bug missing parquetreader version 2.0.0-M1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381606#M244354</link>
      <description>&lt;P&gt;You are very correct, that it works. And your efforts to simplify the process are much appreciated. It is perhaps more difficult when launching it from a Docker Compose file. I wound up making the following modifications:&lt;BR /&gt;volumes:&lt;BR /&gt;- /opt/nifi-custom-setup/version_2-0-0/add_nars:/opt/nifi/nifi-current/add_nars # Add additional nars&lt;BR /&gt;- /mnt/scripts:/opt/nifi/nifi-current/custom_scripts # Add Bind mount for `custom_entrypoint.sh`&lt;BR /&gt;&lt;BR /&gt;Then I wrote a custom script to handle things:&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;/P&gt;&lt;P&gt;# Copy the custom NARs to the NiFi lib directory&lt;BR /&gt;cp /opt/nifi/nifi-current/add_nars/*.nar /opt/nifi/nifi-current/lib/&lt;/P&gt;&lt;P&gt;# Call the default NiFi startup script&lt;BR /&gt;exec /opt/nifi/nifi-current/bin/nifi.sh run&lt;/P&gt;&lt;P&gt;In the end, I very much wish the documentation would provide some alerts to the end users on how to proceed. Again, I'm very appreciative of the assist.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 13:35:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381606#M244354</guid>
      <dc:creator>arutkwccu</dc:creator>
      <dc:date>2024-01-03T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: possible bug missing parquetreader version 2.0.0-M1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381608#M244355</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107729"&gt;@arutkwccu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The release notes for minor releases typically include highlights covering any "deprecated" components (This is documented for Apache NiFi 2.0.0-M1 &lt;A href="https://cwiki.apache.org/confluence/display/NIFI/Deprecated+Components+and+Features" target="_self"&gt;Deprecated Components and Features&lt;/A&gt;&amp;nbsp;) or components moved to "optional build profiles" (such as this specific parquet bundle).&amp;nbsp; This is done help make minor upgrades as seamless and painless as possible.&lt;BR /&gt;&lt;BR /&gt;Apache NIFi 2.0.0 is a Major release and as such will have many&amp;nbsp;significant changes including breaking changes as well.&amp;nbsp; As such, it should not be treated the same as minor version upgrade and extra care and evaluation taken during migration from a previous major release version.&amp;nbsp; &amp;nbsp;I agree that is would have been nice if the Apache Community included another confluence page documenting all components to the "Optional Build Profile" with instructions like i added above on how to add them.&lt;BR /&gt;&lt;BR /&gt;Glad you are good to go now.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 14:01:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381608#M244355</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-01-03T14:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: possible bug missing parquetreader version 2.0.0-M1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381669#M244365</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107729"&gt;@arutkwccu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The Apache NiFi 2.0.0-M1 release notes have now been updated with a list of nars that have been moved to the Optional Build Profiles.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M1" target="_blank"&gt;https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 15:26:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/possible-bug-missing-parquetreader-version-2-0-0-M1/m-p/381669#M244365</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-01-04T15:26:26Z</dc:date>
    </item>
  </channel>
</rss>

