<?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: Minifi doesnot detect nifi-kafka-1-0-nar-1.7.1.nar in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201947#M81420</link>
    <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/84313/jsneep.html" nodeid="84313"&gt;@Jonathan Sneep&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes, after adding following 2 nars to my minify lib it starts working:&lt;/P&gt;&lt;P&gt;nifi-ssl-context-service-nar-1.7.1.nar&lt;/P&gt;&lt;P&gt;nifi-standard-services-api-nar-1.7.1.nar&lt;/P&gt;&lt;P&gt;You saved my time, thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jul 2018 15:04:57 GMT</pubDate>
    <dc:creator>silwalprabin</dc:creator>
    <dc:date>2018-07-31T15:04:57Z</dc:date>
    <item>
      <title>Minifi doesnot detect nifi-kafka-1-0-nar-1.7.1.nar</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201945#M81418</link>
      <description>&lt;P&gt;I use RouteonAttribute and route my flowfiles coming from Zmq to Kafka_Producer processor ( nifi-kafka-1-0-nar-1.7.1.nar ) based on stream_name attribute. &lt;STRONG&gt;It's working great on nifi&lt;/STRONG&gt;. (&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/83480-screen-shot-2018-07-31-at-113736-am.png" target="_blank"&gt;screen-shot-2018-07-31-at-113736-am.png(434.9 kB)&lt;/A&gt; and &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/83481-screen-shot-2018-07-31-at-113744-am.png" target="_blank"&gt;screen-shot-2018-07-31-at-113744-am.png(300.5 kB)&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;But &lt;STRONG&gt;when I export template and convert to config.yml and used in minifi, I am getting below error&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2018-07-31 06:37:45,050 WARN [main] org.apache.nifi.minifi.FlowEnricher Could not find any eligible bundles for org.apache.nifi.processors.kafka.pubsub.PublishKafka_1_0.Automatic start of the flow cannot be guaranteed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2018-07-31 05:45:35,971 ERROR [main] o.apache.nifi.controller.FlowController Could not create Processor of type org.apache.nifi.processors.kafka.pubsub.PublishKafka_1_0 for ID 1490dc93-67ec-392f-0000-000000000000; creating "Ghost" implementation&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;org.apache.nifi.controller.exception.ProcessorInstantiationException: Unable to find bundle for coordinate default:unknown:unversioned&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.FlowController.instantiateProcessor(FlowController.java:1271)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.FlowController.createProcessor(FlowController.java:1188)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.FlowController.createProcessor(FlowController.java:1157)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.StandardFlowSynchronizer.addProcessGroup(StandardFlowSynchronizer.java:1214)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.StandardFlowSynchronizer.sync(StandardFlowSynchronizer.java:359)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.FlowController.synchronize(FlowController.java:1697)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.load(StandardXMLFlowConfigurationDAO.java:84)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:723)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:534)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.minifi.MiNiFiServer.start(MiNiFiServer.java:122)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.minifi.MiNiFi.&amp;lt;init&amp;gt;(MiNiFi.java:148)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.minifi.MiNiFi.main(MiNiFi.java:247)&lt;/P&gt;&lt;P&gt;2018-07-31 05:45:35,994 ERROR [main] o.apache.nifi.controller.FlowController Could not create Processor of type org.apache.nifi.processors.kafka.pubsub.PublishKafka_1_0 for ID 63566e4b-ba19-3f4c-0000-000000000000; creating "Ghost" implementation&lt;/P&gt;&lt;P&gt;org.apache.nifi.controller.exception.ProcessorInstantiationException: Unable to find bundle for coordinate default:unknown:unversioned&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.FlowController.instantiateProcessor(FlowController.java:1271)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.FlowController.createProcessor(FlowController.java:1188)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.FlowController.createProcessor(FlowController.java:1157)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.StandardFlowSynchronizer.addProcessGroup(StandardFlowSynchronizer.java:1214)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.StandardFlowSynchronizer.sync(StandardFlowSynchronizer.java:359)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.FlowController.synchronize(FlowController.java:1697)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.load(StandardXMLFlowConfigurationDAO.java:84)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:723)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:534)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.minifi.MiNiFiServer.start(MiNiFiServer.java:122)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.minifi.MiNiFi.&amp;lt;init&amp;gt;(MiNiFi.java:148)&lt;/P&gt;&lt;P&gt;at org.apache.nifi.minifi.MiNiFi.main(MiNiFi.java:247)&lt;/P&gt;&lt;P&gt;2018-07-31 05:45:36,408 WARN [main] o.a.n.c.StandardFlowSynchronizer Schema validation error parsing Flow Configuration at line 16, col 27: cvc-complex-type.2.4.a: Invalid content was found starting with element 'maxConcurrentTasks'. One of '{bundle}' is expected.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE1: I already copied nifi-kafka-1-0-nar-1.7.1.nar into minifi's lib directory and restart minifi. Is this problem due to minify not supporting nifi-kafka-1-0-nar-1.7.1.nar OR due to using same processor 2 times in flow? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE2: I found article &lt;A href="https://community.hortonworks.com/articles/151003/how-to-configure-minifi-publishkafka-processor-to.html" target="_blank" rel="nofollow noopener noreferrer"&gt;"How to configure MiNiFi PublishKafka Processor to inject data to Kafka"&lt;/A&gt;&lt;/STRONG&gt;&lt;STRONG&gt;;  &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="83480-screen-shot-2018-07-31-at-113736-am.png" style="width: 2582px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17398iA3C2BE5532D671E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="83480-screen-shot-2018-07-31-at-113736-am.png" alt="83480-screen-shot-2018-07-31-at-113736-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 05:26:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201945#M81418</guid>
      <dc:creator>silwalprabin</dc:creator>
      <dc:date>2019-08-18T05:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Minifi doesnot detect nifi-kafka-1-0-nar-1.7.1.nar</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201946#M81419</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/45463/silwalprabin.html" nodeid="45463"&gt;@Prabin Silwal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Have you also copied nifi-ssl-context-service-nar-*.nar and nifi-standard-services-api-nar-*.nar from NiFi lib to MiNiFi lib? Try an overwrite of standard-services-api-nar if it's already there, if they are not identical.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:16:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201946#M81419</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-07-31T14:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Minifi doesnot detect nifi-kafka-1-0-nar-1.7.1.nar</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201947#M81420</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/84313/jsneep.html" nodeid="84313"&gt;@Jonathan Sneep&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes, after adding following 2 nars to my minify lib it starts working:&lt;/P&gt;&lt;P&gt;nifi-ssl-context-service-nar-1.7.1.nar&lt;/P&gt;&lt;P&gt;nifi-standard-services-api-nar-1.7.1.nar&lt;/P&gt;&lt;P&gt;You saved my time, thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:04:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201947#M81420</guid>
      <dc:creator>silwalprabin</dc:creator>
      <dc:date>2018-07-31T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Minifi doesnot detect nifi-kafka-1-0-nar-1.7.1.nar</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201948#M81421</link>
      <description>&lt;P&gt;That's great to hear! Glad I could help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:07:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Minifi-doesnot-detect-nifi-kafka-1-0-nar-1-7-1-nar/m-p/201948#M81421</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-07-31T15:07:11Z</dc:date>
    </item>
  </channel>
</rss>

