<?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 Custom processor: IOUtils cannot be resolved in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Custom-processor-IOUtils-cannot-be-resolved/m-p/348853#M235463</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please kindly help to resolve this error.&lt;/P&gt;&lt;P&gt;I am trying to learn how to create a Nifi custom processor following this tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.syncfusion.com/data-integration/how-to/create-a-custom-processor#_Project_Creation%22%22" target="_self"&gt;https://help.syncfusion.com/data-integration/how-to/create-a-custom-processor#_Project_Creation%22%22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i don't know the class to import to solve the below error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG-20220726-WA0013.jpg" style="width: 1080px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/35047i707E771BF28F16CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG-20220726-WA0013.jpg" alt="IMG-20220726-WA0013.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Below are all the imports i have on the file&lt;/P&gt;&lt;P&gt;import org.apache.nifi.components.PropertyDescriptor;&lt;BR /&gt;import org.apache.nifi.flowfile.FlowFile;&lt;BR /&gt;import org.apache.nifi.annotation.behavior.ReadsAttribute;&lt;BR /&gt;import org.apache.nifi.annotation.behavior.ReadsAttributes;&lt;BR /&gt;import org.apache.nifi.annotation.behavior.WritesAttribute;&lt;BR /&gt;import org.apache.nifi.annotation.behavior.WritesAttributes;&lt;BR /&gt;import org.apache.nifi.annotation.lifecycle.OnScheduled;&lt;BR /&gt;import org.apache.nifi.annotation.documentation.CapabilityDescription;&lt;BR /&gt;import org.apache.nifi.annotation.documentation.SeeAlso;&lt;BR /&gt;import org.apache.nifi.annotation.documentation.Tags;&lt;BR /&gt;import org.apache.nifi.processor.AbstractProcessor;&lt;BR /&gt;import org.apache.nifi.processor.ProcessContext;&lt;BR /&gt;import org.apache.nifi.processor.ProcessSession;&lt;BR /&gt;import org.apache.nifi.processor.ProcessorInitializationContext;&lt;BR /&gt;import org.apache.nifi.processor.Relationship;&lt;BR /&gt;import org.apache.nifi.processor.util.StandardValidators;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;import java.io.IOException;&lt;BR /&gt;import java.io.InputStream;&lt;BR /&gt;import java.io.OutputStream;&lt;BR /&gt;import org.apache.nifi.processor.io.StreamCallback;&lt;BR /&gt;import org.apache.nifi.processor.exception.ProcessException;&lt;BR /&gt;import java.util.ArrayList;&lt;BR /&gt;import java.util.Collections;&lt;BR /&gt;import java.util.HashSet;&lt;BR /&gt;import java.util.List;&lt;BR /&gt;import java.util.Set;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your kind help&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 07:52:21 GMT</pubDate>
    <dc:creator>rafy</dc:creator>
    <dc:date>2026-04-21T07:52:21Z</dc:date>
    <item>
      <title>Custom processor: IOUtils cannot be resolved</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Custom-processor-IOUtils-cannot-be-resolved/m-p/348853#M235463</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please kindly help to resolve this error.&lt;/P&gt;&lt;P&gt;I am trying to learn how to create a Nifi custom processor following this tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.syncfusion.com/data-integration/how-to/create-a-custom-processor#_Project_Creation%22%22" target="_self"&gt;https://help.syncfusion.com/data-integration/how-to/create-a-custom-processor#_Project_Creation%22%22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i don't know the class to import to solve the below error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG-20220726-WA0013.jpg" style="width: 1080px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/35047i707E771BF28F16CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG-20220726-WA0013.jpg" alt="IMG-20220726-WA0013.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Below are all the imports i have on the file&lt;/P&gt;&lt;P&gt;import org.apache.nifi.components.PropertyDescriptor;&lt;BR /&gt;import org.apache.nifi.flowfile.FlowFile;&lt;BR /&gt;import org.apache.nifi.annotation.behavior.ReadsAttribute;&lt;BR /&gt;import org.apache.nifi.annotation.behavior.ReadsAttributes;&lt;BR /&gt;import org.apache.nifi.annotation.behavior.WritesAttribute;&lt;BR /&gt;import org.apache.nifi.annotation.behavior.WritesAttributes;&lt;BR /&gt;import org.apache.nifi.annotation.lifecycle.OnScheduled;&lt;BR /&gt;import org.apache.nifi.annotation.documentation.CapabilityDescription;&lt;BR /&gt;import org.apache.nifi.annotation.documentation.SeeAlso;&lt;BR /&gt;import org.apache.nifi.annotation.documentation.Tags;&lt;BR /&gt;import org.apache.nifi.processor.AbstractProcessor;&lt;BR /&gt;import org.apache.nifi.processor.ProcessContext;&lt;BR /&gt;import org.apache.nifi.processor.ProcessSession;&lt;BR /&gt;import org.apache.nifi.processor.ProcessorInitializationContext;&lt;BR /&gt;import org.apache.nifi.processor.Relationship;&lt;BR /&gt;import org.apache.nifi.processor.util.StandardValidators;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;import java.io.IOException;&lt;BR /&gt;import java.io.InputStream;&lt;BR /&gt;import java.io.OutputStream;&lt;BR /&gt;import org.apache.nifi.processor.io.StreamCallback;&lt;BR /&gt;import org.apache.nifi.processor.exception.ProcessException;&lt;BR /&gt;import java.util.ArrayList;&lt;BR /&gt;import java.util.Collections;&lt;BR /&gt;import java.util.HashSet;&lt;BR /&gt;import java.util.List;&lt;BR /&gt;import java.util.Set;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your kind help&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 07:52:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Custom-processor-IOUtils-cannot-be-resolved/m-p/348853#M235463</guid>
      <dc:creator>rafy</dc:creator>
      <dc:date>2026-04-21T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom processor: IOUtils cannot be resolved</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Custom-processor-IOUtils-cannot-be-resolved/m-p/348889#M235473</link>
      <description>&lt;P&gt;Thanks everyone.&lt;/P&gt;&lt;P&gt;I have solved the problem by including dependency on the pom.xml files of nifi-custom-processors &amp;amp; nifi-custom-nar. The dependency is like this.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;dependency&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;groupId&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;commons-io&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;groupId&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;artifactId&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;commons-io&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;artifactId&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;version&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;2.11.0&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;version&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;dependency&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jul 2022 10:29:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Custom-processor-IOUtils-cannot-be-resolved/m-p/348889#M235473</guid>
      <dc:creator>rafy</dc:creator>
      <dc:date>2022-07-27T10:29:47Z</dc:date>
    </item>
  </channel>
</rss>

