<?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: I am getting the following exception building data flow in NiFi  &amp;quot;Processor does not support any relationships&amp;quot; . in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152065#M32662</link>
    <description>&lt;P&gt;Hi, is it a custom processor or one of the standard ones?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2016 22:06:22 GMT</pubDate>
    <dc:creator>andrewg</dc:creator>
    <dc:date>2016-06-22T22:06:22Z</dc:date>
    <item>
      <title>I am getting the following exception building data flow in NiFi  "Processor does not support any relationships" .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152064#M32661</link>
      <description />
      <pubDate>Tue, 21 Apr 2026 12:30:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152064#M32661</guid>
      <dc:creator>mpandit</dc:creator>
      <dc:date>2026-04-21T12:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting the following exception building data flow in NiFi  "Processor does not support any relationships" .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152065#M32662</link>
      <description>&lt;P&gt;Hi, is it a custom processor or one of the standard ones?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 22:06:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152065#M32662</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2016-06-22T22:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting the following exception building data flow in NiFi  "Processor does not support any relationships" .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152066#M32663</link>
      <description>&lt;P&gt;Its a custom processor.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 22:42:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152066#M32663</guid>
      <dc:creator>mpandit</dc:creator>
      <dc:date>2016-06-22T22:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting the following exception building data flow in NiFi  "Processor does not support any relationships" .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152067#M32664</link>
      <description>&lt;P&gt;Are you declaring any relationships? Don't forget to add it to the list of supported ones returned from one of the callbacks. If you can post a link or share the code somewhere, that would be very helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 23:12:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152067#M32664</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2016-06-22T23:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting the following exception building data flow in NiFi  "Processor does not support any relationships" .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152068#M32665</link>
      <description>&lt;P&gt;Just added relevant lines here.&lt;/P&gt;&lt;P&gt;public static final Relationship SUCCESS = new Relationship.Builder().name("SUCCESS")&lt;/P&gt;&lt;P&gt;.description("Success relationship").build();&lt;/P&gt;&lt;P&gt;if (msgText != null) {&lt;/P&gt;&lt;P&gt;FlowFile flowFile = session.create();&lt;/P&gt;&lt;P&gt;flowFile = session.write(flowFile, new OutputStreamCallback() {&lt;/P&gt;&lt;P&gt;public void process(final OutputStream out) throws IOException {&lt;/P&gt;&lt;P&gt;try {&lt;/P&gt;&lt;P&gt;out.write(msgText.getText().getBytes());&lt;/P&gt;&lt;P&gt;} catch (Exception e) {&lt;/P&gt;&lt;P&gt;e.printStackTrace();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;session.getProvenanceReporter().receive(flowFile, context.getProperty("MyProp").getValue());&lt;/P&gt;&lt;P&gt;session.transfer(flowFile, REL_SUCCESS);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;queueConn.close();&lt;/P&gt;&lt;P&gt;session.commit();&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 23:45:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152068#M32665</guid>
      <dc:creator>mpandit</dc:creator>
      <dc:date>2016-06-22T23:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting the following exception building data flow in NiFi  "Processor does not support any relationships" .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152069#M32666</link>
      <description>&lt;P&gt;Can you check you properly publish this relationship, too? E.g. see how I am doing it here (and the getRelationships() method that follows) &lt;A target="_blank" href="https://github.com/aperepel/nifi-csv-bundle/blob/master/nifi-csv-processors/src/main/java/org/apache/nifi/processors/csv/ParseCSVRecord.java#L141"&gt;https://github.com/aperepel/nifi-csv-bundle/blob/master/nifi-csv-processors/src/main/java/org/apache/nifi/processors/csv/ParseCSVRecord.java#L141&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 00:08:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152069#M32666</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2016-06-23T00:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting the following exception building data flow in NiFi  "Processor does not support any relationships" .</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152070#M32667</link>
      <description>&lt;P&gt;Thank you Andrew, it helped me resolving my issue.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 00:44:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-getting-the-following-exception-building-data-flow-in/m-p/152070#M32667</guid>
      <dc:creator>mpandit</dc:creator>
      <dc:date>2016-06-23T00:44:25Z</dc:date>
    </item>
  </channel>
</rss>

