<?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: flowfile attributes in Nifi in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/flowfile-attributes-in-Nifi/m-p/180457#M77763</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/525/mclarke.html" nodeid="525"&gt;@Matt Clarke&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks Matt for the information..and helping out...it worked&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2018 13:11:19 GMT</pubDate>
    <dc:creator>gillu_rock_in</dc:creator>
    <dc:date>2018-04-27T13:11:19Z</dc:date>
    <item>
      <title>flowfile attributes in Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/flowfile-attributes-in-Nifi/m-p/180455#M77761</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/66220/rsoni.html" nodeid="66220"&gt;@Rahul Soni&lt;/A&gt; Hi Rahul..I wanted to monitor the jvm heap usage in Nifi.So could you please suggest me a way to  load flowfile attributes heavily?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 17:57:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/flowfile-attributes-in-Nifi/m-p/180455#M77761</guid>
      <dc:creator>gillu_rock_in</dc:creator>
      <dc:date>2018-04-26T17:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: flowfile attributes in Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/flowfile-attributes-in-Nifi/m-p/180456#M77762</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/189084/flowfile-attributes-in-nifi.html?childToView=187996#" rel="nofollow noopener noreferrer" target="_blank"&gt;@Rahul Soni&lt;/A&gt; &lt;A href="https://community.hortonworks.com/questions/189084/flowfile-attributes-in-nifi.html?childToView=187996#" rel="nofollow noopener noreferrer" target="_blank"&gt;@Gillu Varghese&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The GenerateFlowFile processor will create 1 GB of content for each FlowFile it creates.  The FlowFile content does not live in heap memory space.&lt;BR /&gt;-&lt;BR /&gt;Each generated FlowFile will have a core set of FlowFile Attributes created.  For example:&lt;/P&gt;&lt;P&gt;--------------------------------------------------&lt;/P&gt;&lt;PRE&gt;Standard FlowFile Attributes
Key: 'entryDate'
 Value: 'Thu Apr 26 14:52:12 UTC 2018'
Key: 'lineageStartDate'
 Value: 'Thu Apr 26 14:52:12 UTC 2018'
Key: 'fileSize'
 Value: '67'
FlowFile Attribute Map Content
Key: 'filename'
 Value: '7409235136254821'
Key: 'path'
 Value: './'
Key: 'uuid'
 Value: '119b16a1-7cb2-40ff-b92e-77bc733389e6'
--------------------------------------------------&lt;/PRE&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;You can however define attributes on attributes on each generated FlowFile by adding attributes via custom properties in GenerateFlowFile processor:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72481-screen-shot-2018-04-26-at-105655-am.png" style="width: 780px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19290i3DDE3955B7F0E284/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72481-screen-shot-2018-04-26-at-105655-am.png" alt="72481-screen-shot-2018-04-26-at-105655-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;FileSize in the case of heap does not matter when it comes to heap usage of queued FlowFiles.&lt;/P&gt;&lt;P&gt;In this way you can create FlowFiles with as many attributes as you want:&lt;/P&gt;&lt;PRE&gt;--------------------------------------------------
Standard FlowFile Attributes
Key: 'entryDate'
 Value: 'Thu Apr 26 14:55:54 UTC 2018'
Key: 'lineageStartDate'
 Value: 'Thu Apr 26 14:55:54 UTC 2018'
Key: 'fileSize'
 Value: '0'
FlowFile Attribute Map Content
Key: 'attr1'
 Value: 'This is a test'
Key: 'attr2'
 Value: 'This is a test'
Key: 'attr3'
 Value: 'This is a test'
Key: 'attr4'
 Value: 'This is a test'
Key: 'filename'
 Value: '7409457340083769'
Key: 'path'
 Value: './'
Key: 'uuid'
 Value: 'f6254149-be47-46f3-a659-c5126ae80481'
--------------------------------------------------&lt;/PRE&gt;&lt;P&gt;- &lt;/P&gt;&lt;P&gt;You can adjust the run schedule and batch setting to control the number of new FlowFiles generated over a specific time period.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;For example: Setting run Schedule to 5 sec and Batch Size to 1000, Every 5 seconds this procesor will produce 1000 new FlowFiles.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:09:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/flowfile-attributes-in-Nifi/m-p/180456#M77762</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2019-08-18T09:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: flowfile attributes in Nifi</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/flowfile-attributes-in-Nifi/m-p/180457#M77763</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/525/mclarke.html" nodeid="525"&gt;@Matt Clarke&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks Matt for the information..and helping out...it worked&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 13:11:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/flowfile-attributes-in-Nifi/m-p/180457#M77763</guid>
      <dc:creator>gillu_rock_in</dc:creator>
      <dc:date>2018-04-27T13:11:19Z</dc:date>
    </item>
  </channel>
</rss>

