<?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 How to report NiFi lineage to Atlas in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-report-NiFi-lineage-to-Atlas/m-p/326191#M229807</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have Nifi&amp;nbsp;&lt;SPAN&gt;1.14.0 currently installed and I would like to connect this to Apache Atlas available in Cloudera Cluster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I read here &lt;A href="https://docs.cloudera.com/HDPDocuments/HDF3/HDF-3.5.2/installing-hdf/content/configure_nifi_for_atlas_integration.html" target="_blank" rel="noopener"&gt;Configure NiFi for Atlas Integration (cloudera.com)&lt;/A&gt;&amp;nbsp;there should be the possibility to do this by configuring&amp;nbsp;&lt;EM&gt;ReportLineageToAtlas&lt;/EM&gt; task in NiFi. Unfortunately this option is missing in my NiFi installation. Do you have any hints about how to add this feature in my NiFi Centos installation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot for your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniele.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 07:59:14 GMT</pubDate>
    <dc:creator>dansteu</dc:creator>
    <dc:date>2021-10-04T07:59:14Z</dc:date>
    <item>
      <title>How to report NiFi lineage to Atlas</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-report-NiFi-lineage-to-Atlas/m-p/326191#M229807</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have Nifi&amp;nbsp;&lt;SPAN&gt;1.14.0 currently installed and I would like to connect this to Apache Atlas available in Cloudera Cluster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I read here &lt;A href="https://docs.cloudera.com/HDPDocuments/HDF3/HDF-3.5.2/installing-hdf/content/configure_nifi_for_atlas_integration.html" target="_blank" rel="noopener"&gt;Configure NiFi for Atlas Integration (cloudera.com)&lt;/A&gt;&amp;nbsp;there should be the possibility to do this by configuring&amp;nbsp;&lt;EM&gt;ReportLineageToAtlas&lt;/EM&gt; task in NiFi. Unfortunately this option is missing in my NiFi installation. Do you have any hints about how to add this feature in my NiFi Centos installation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot for your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniele.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:59:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-report-NiFi-lineage-to-Atlas/m-p/326191#M229807</guid>
      <dc:creator>dansteu</dc:creator>
      <dc:date>2021-10-04T07:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to report NiFi lineage to Atlas</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-report-NiFi-lineage-to-Atlas/m-p/326325#M229864</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/91948"&gt;@dansteu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Due to size constraints in Apache, the Apache NiFI distribution do not ship with all components to keep the size under the max allowed.&amp;nbsp; The community removes from the default distro those components less commonly used or deprecated by newer components that do the same job better.&lt;BR /&gt;&lt;BR /&gt;The ReportLineageToAtlas is one of those less commonly used components that was removed to reduce size, but it can easily be downloaded from Maven and added in to your NiFi 1.14.0 install.&lt;BR /&gt;&lt;A href="https://mvnrepository.com/artifact/org.apache.nifi/nifi-atlas-nar/1.14.0" target="_blank"&gt;https://mvnrepository.com/artifact/org.apache.nifi/nifi-atlas-nar/1.14.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Look for the "Files" line and download the "nar" file (58 MB for Apache NiFi 1.1.4.0 release).&lt;BR /&gt;Place this file in the NiFi 1.1.4.0 lib directory with the rest of the included nar files and restart your NiFi instance.&amp;nbsp; This nar will get unpacked to NiFi work directory on startup and then be available for use through the UI.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you found this response assisted with your query, please take a moment to login and click on "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" below this post.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 19:42:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-report-NiFi-lineage-to-Atlas/m-p/326325#M229864</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2021-10-04T19:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to report NiFi lineage to Atlas</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-report-NiFi-lineage-to-Atlas/m-p/326365#M229873</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;! It works. The feature "ReportLineageToAtlas" is now enabled in NiFi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 07:49:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-report-NiFi-lineage-to-Atlas/m-p/326365#M229873</guid>
      <dc:creator>dansteu</dc:creator>
      <dc:date>2021-10-05T07:49:30Z</dc:date>
    </item>
  </channel>
</rss>

