<?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: standalone NiFi + putKafka into kerberized Kafka throws error &amp;quot;java.io.IOException: Configuration Error: Line 7: expected [option key]&amp;quot; in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161939#M41213</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/1198/koenigbodensee.html" nodeid="1198" target="_blank"&gt;@Gerd Koenig&lt;/A&gt;&lt;P&gt;Can you try changing the value you have for "Message Delimiter" from "\n" to an actual new line in your PutKafka processor?&lt;/P&gt;&lt;P&gt;You can add a new line by holding the Shift key while hitting enter.&lt;/P&gt;&lt;P&gt;The result will appear as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7824-screen-shot-2016-09-20-at-94418-am.png" style="width: 1344px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20628i4A37BBA2E54AB01C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="7824-screen-shot-2016-09-20-at-94418-am.png" alt="7824-screen-shot-2016-09-20-at-94418-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 11:48:08 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2019-08-18T11:48:08Z</dc:date>
    <item>
      <title>standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161932#M41206</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use standalone NiFi 0.6 to ingest data into Kafka within a kerberized HDP2.3.4 cluster.&lt;/P&gt;&lt;P&gt;Base config ran smooth and additional config from &lt;A href="https://community.hortonworks.com/articles/28180/how-to-configure-hdf-12-to-send-to-and-get-data-fr.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.hortonworks.com/articles/28180/how-to-configure-hdf-12-to-send-to-and-get-data-fr.html&lt;/A&gt; , "Section 2" has been applied.&lt;/P&gt;&lt;P&gt;To start playing around I added a GetFile processor and connected it to PutKafka, but after starting the flow, PutKafka fails with the following error:&lt;/P&gt;&lt;PRE&gt;2016-09-20 11:44:38,076 INFO [StandardProcessScheduler Thread-6] o.a.kafka.clients.producer.KafkaProducer Closing the Kafka producer with timeoutMillis = 0 ms.
2016-09-20 11:44:38,076 ERROR [StandardProcessScheduler Thread-6] o.apache.nifi.processors.kafka.PutKafka PutKafka[id=9293cf22-d7c2-40a6-ba7e-a6d41942fc30] PutKafka[id=9293cf22-d7c2-40a6-ba7e-a6d41942fc30] failed to invoke @OnScheduled method due to java.lang.RuntimeException: Failed while executing one of processor's OnScheduled task.; processor will not be scheduled to run for 30000 milliseconds: java.lang.RuntimeException: Failed while executing one of processor's OnScheduled task.
2016-09-20 11:44:38,082 ERROR [StandardProcessScheduler Thread-6] org.apache.nifi.engine.FlowEngine A flow controller task execution stopped abnormally
java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException
        at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[na:1.7.0_79]
        at java.util.concurrent.FutureTask.get(FutureTask.java:188) ~[na:1.7.0_79]
        at org.apache.nifi.engine.FlowEngine.afterExecute(FlowEngine.java:100) ~[na:na]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153) [na:1.7.0_79]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_79]
        at java.lang.Thread.run(Thread.java:745) [na:1.7.0_79]
Caused by: java.lang.reflect.InvocationTargetException: null
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_79]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_79]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_79]
        at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_79]
        at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:137) ~[na:na]
        at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:125) ~[na:na]
        at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:70) ~[na:na]
        at org.apache.nifi.controller.StandardProcessorNode$1$1.call(StandardProcessorNode.java:1247) ~[na:na]
        at org.apache.nifi.controller.StandardProcessorNode$1$1.call(StandardProcessorNode.java:1243) ~[na:na]
        at java.util.concurrent.FutureTask.run(FutureTask.java:262) ~[na:1.7.0_79]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) ~[na:1.7.0_79]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) ~[na:1.7.0_79]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_79]
        ... 2 common frames omitted
Caused by: org.apache.kafka.common.KafkaException: Failed to construct kafka producer
        at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:275) ~[na:na]
        at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:176) ~[na:na]
        at org.apache.nifi.processors.kafka.KafkaPublisher.&amp;lt;init&amp;gt;(KafkaPublisher.java:66) ~[na:na]
        at org.apache.nifi.processors.kafka.PutKafka.createKafkaPublisher(PutKafka.java:281) ~[na:na]
        ... 15 common frames omitted
Caused by: org.apache.kafka.common.KafkaException: java.lang.RuntimeException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: JavaLoginConfig, provider: SUN, class: sun.security.provider.ConfigSpiFile)
        at org.apache.kafka.common.network.Selector.&amp;lt;init&amp;gt;(Selector.java:135) ~[na:na]
        at org.apache.kafka.clients.producer.KafkaProducer.&amp;lt;init&amp;gt;(KafkaProducer.java:231) ~[na:na]
        ... 18 common frames omitted
Caused by: java.lang.RuntimeException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: JavaLoginConfig, provider: SUN, class: sun.security.provider.ConfigSpiFile)
        at org.apache.kafka.common.security.kerberos.Login.login(Login.java:306) ~[na:na]
        at org.apache.kafka.common.security.kerberos.Login.&amp;lt;init&amp;gt;(Login.java:101) ~[na:na]
        at org.apache.kafka.common.security.kerberos.LoginFactory.&amp;lt;init&amp;gt;(LoginFactory.java:34) ~[na:na]
        at org.apache.kafka.common.network.Selector.&amp;lt;init&amp;gt;(Selector.java:132) ~[na:na]
        ... 19 common frames omitted
Caused by: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: JavaLoginConfig, provider: SUN, class: sun.security.provider.ConfigSpiFile)
        at java.security.Provider$Service.newInstance(Provider.java:1259) ~[na:1.7.0_79]
        at sun.security.jca.GetInstance.getInstance(GetInstance.java:243) ~[na:1.7.0_79]
        at sun.security.jca.GetInstance.getInstance(GetInstance.java:190) ~[na:1.7.0_79]
        at javax.security.auth.login.Configuration.getInstance(Configuration.java:352) ~[na:1.7.0_79]
        at org.apache.kafka.common.security.kerberos.Login.login(Login.java:303) ~[na:na]
        ... 22 common frames omitted
Caused by: java.io.IOException: Configuration Error:
        Line 7: expected [option key]
        at com.sun.security.auth.login.ConfigFile.match(ConfigFile.java:550) ~[na:1.7.0_79]
        at com.sun.security.auth.login.ConfigFile.parseLoginEntry(ConfigFile.java:439) ~[na:1.7.0_79]
        at com.sun.security.auth.login.ConfigFile.readConfig(ConfigFile.java:383) ~[na:1.7.0_79]
        at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:283) ~[na:1.7.0_79]
        at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:166) ~[na:1.7.0_79]
        at com.sun.security.auth.login.ConfigFile.&amp;lt;init&amp;gt;(ConfigFile.java:124) ~[na:1.7.0_79]
        at sun.security.provider.ConfigSpiFile$1.run(ConfigSpiFile.java:72) ~[na:1.7.0_79]
        at sun.security.provider.ConfigSpiFile$1.run(ConfigSpiFile.java:61) ~[na:1.7.0_79]
        at java.security.AccessController.doPrivileged(Native Method) ~[na:1.7.0_79]
        at sun.security.provider.ConfigSpiFile.&amp;lt;init&amp;gt;(ConfigSpiFile.java:61) ~[na:1.7.0_79]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.7.0_79]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[na:1.7.0_79]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.7.0_79]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[na:1.7.0_79]
        at java.security.Provider$Service.newInstance(Provider.java:1254) ~[na:1.7.0_79]
        ... 26 common frames omitted&lt;/PRE&gt;&lt;P&gt;The PutKafka processor looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7789-putkafkaprocessor.png" style="width: 784px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20630i32AF437C91D900B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="7789-putkafkaprocessor.png" alt="7789-putkafkaprocessor.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and the zookeeper-jaas.conf looks like ("REALM" has been replaced):&lt;/P&gt;&lt;PRE&gt;#&amp;gt;cat /data/nifi/current/conf/zookeeper-jaas.conf
Client {
  com.sun.security.auth.module.Krb5LoginModule required
  useKeyTab=true
  keyTab="/etc/security/keytabs/nifi.user.keytab"
  storeKey=true
  useTicketCache=false
  principal="nifi@REALM;
};
KafkaClient {
  com.sun.security.auth.module.Krb5LoginModule required
  useTicketCache=true
  renewTicket=true
  serviceName="kafka"
  useKeyTab=true
  keyTab="/etc/security/keytabs/nifi.user.keytab"
  principal="nifi@REALM";
};&lt;/PRE&gt;&lt;P&gt;=&amp;gt; keytab file is in place and readable&lt;/P&gt;&lt;P&gt;Any hints what is causing this "Configuration error" in the PutKafka processor ?&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:48:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161932#M41206</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2019-08-18T11:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161933#M41207</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What version of Kafka are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:09:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161933#M41207</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-09-20T17:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161934#M41208</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/5078/pvillard.html" nodeid="5078"&gt;@Pierre Villard&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;it is Kafka0.9.0.2.3 , shipped with HDP2.3.4 and installed via Ambari.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:16:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161934#M41208</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2016-09-20T17:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161935#M41209</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1198/koenigbodensee.html" nodeid="1198"&gt;@Gerd Koenig&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;it is not possible to use PutKafka with Kafka 0.9, it is necessary to use Publish/ConsumeKafka processors. Have a look here [1]. Besides i think those processors have been introduced from NiFi 0.7 [2] (Apache JIRA website seems to have some problems at the moment).&lt;/P&gt;&lt;P&gt;[1] &lt;A href="https://community.hortonworks.com/content/kbentry/57262/integrating-apache-nifi-and-apache-kafka.html" target="_blank"&gt;https://community.hortonworks.com/content/kbentry/57262/integrating-apache-nifi-and-apache-kafka.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[2] &lt;CITE&gt;&lt;A href="https://issues.apache.org/jira/browse/NIFI-1296" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI-1296&lt;/A&gt;&lt;/CITE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 18:08:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161935#M41209</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-09-20T18:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161936#M41210</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/5078/pvillard.html" nodeid="5078" target="_blank"&gt;@Pierre Villard&lt;/A&gt; , &lt;/P&gt;&lt;P&gt;thanks for sharing this.&lt;/P&gt;&lt;P&gt;I am a bit confused, because [1] says that HDF 1.0.0 contains the Publish/ConsumeKafka processors, but I do not have them available although I am using HDF 1.2 (NiFi 0.6):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7790-hdf-nifi-version.png" style="width: 619px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20629i21C92A960EF68D7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="7790-hdf-nifi-version.png" alt="7790-hdf-nifi-version.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also &lt;A href="https://community.hortonworks.com/questions/23298/nifi-does-getkafka-processor-support-reading-from.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://community.hortonworks.com/questions/23298/nifi-does-getkafka-processor-support-reading-from.html&lt;/A&gt; says "HDF releases of NiFi have patched support for Kerberized Kafka clusters in HDP".&lt;/P&gt;&lt;P&gt;Am I missing something here ?!?!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:48:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161936#M41210</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2019-08-18T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161937#M41211</link>
      <description>&lt;P&gt;There are two versions in play here:&lt;/P&gt;&lt;P&gt;- HDF which is the stack from Hortonworks containing NiFi but not only (Kafka, Storm, ZK, ...).&lt;/P&gt;&lt;P&gt;- Apache NiFi which is the release from the Apache community&lt;/P&gt;&lt;P&gt;You are using HDF 1.2.0.1 which contains NiFi 0.6.0 + patches.&lt;/P&gt;&lt;P&gt;Last week, HDF 2.0.0 has been released and is containing NiFi 1.0.0 + patches.&lt;/P&gt;&lt;P&gt;As you can see, the NiFi release contained in HDP release can come with early patches to help users for a better integration.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:27:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161937#M41211</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-09-20T19:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161938#M41212</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1198/koenigbodensee.html" nodeid="1198"&gt;@Gerd Koenig&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The question here is are you running Apache NiFi 0.6 or HDF 1.2?  I believe you are using Apache NiFi 0.6 which does not understand PLAINTEXTSASL as the security protocol.&lt;/P&gt;&lt;P&gt;The Kafka 0.8 in HDP 2.3.2 and the Kafka 0.9 in HDP 2.3.4 use a custom Hortonworks Kafka client library.  Kafka 0.8 in HDP 2.3.2 introduced support for kerberos before it was supported in the community.  That support introduced the PLAINTEXTSASL security protocol.  later when Apache Kafka 0.9 added kerberos support they used a different security protocol (SASL_PLAINTEXT).  In order for HDF 1.2  to work with HDP 2.3.2, the GetKafka processor was modified from the Apache GetKafka to use that modified client library. Hortonworks again modified the client lib in HDP 2.3.4 for Kafka 0.9 so that it was backwards compatible and still supported the PLAINTEXTSASL security protocol.  So bottom line here is that HDF 1.2 NiFi can talk kerberos to both HDP 2.3.2 (Kafka 0.8) and HDP 2.3.4 (Kafka 0.9), but Apache NiFi cannot. &lt;/P&gt;&lt;P&gt;The NiFi consume and publish Kafka processor available in NiFi 0.7, NiFi 1.0, and HDF 2.0 do not use the Hortonworks custom Kafka client lib and can be used with Kafka 0.9 but not Kafka 0.8.  You will need to use the SASL_PLAINTEXT security protocol with these new processors.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:35:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161938#M41212</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-09-20T19:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161939#M41213</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1198/koenigbodensee.html" nodeid="1198" target="_blank"&gt;@Gerd Koenig&lt;/A&gt;&lt;P&gt;Can you try changing the value you have for "Message Delimiter" from "\n" to an actual new line in your PutKafka processor?&lt;/P&gt;&lt;P&gt;You can add a new line by holding the Shift key while hitting enter.&lt;/P&gt;&lt;P&gt;The result will appear as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7824-screen-shot-2016-09-20-at-94418-am.png" style="width: 1344px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20628i4A37BBA2E54AB01C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="7824-screen-shot-2016-09-20-at-94418-am.png" alt="7824-screen-shot-2016-09-20-at-94418-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:48:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161939#M41213</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2019-08-18T11:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161940#M41214</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/5078/pvillard.html" nodeid="5078"&gt;@Pierre Villard&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;yes, using HDF2.0.0 would be my preferred way, but (at the moment) I have to stick to Java1.7, hence cannot go HDF2.0....&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:47:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161940#M41214</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2016-09-21T13:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161941#M41215</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@mclark&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;thanks for explaining the versioning topic. Although it is a bit 'complex', if I interpret it correctly my combination of HDP 2.3.4 and NiFi0.6 (extracted from HDF1.2) should work, means the PutKafka should be able to write to kerberized Kafka0.9 with PLAINTEXTSASL.&lt;/P&gt;&lt;P&gt;Unfortunately it is not, even after I modified the "Message Delimiter", either to 'new line' or to 'not set'.&lt;/P&gt;&lt;P&gt;Just to ensure, the NiFi welcome page shows "Hortonworks Data Flow .... powered by Apache NiFi", the 'about' dialog is the one I pasted in this thread above, and the whole NiFi directory from where I start it has been extracted from HDF-1.2.0.1-1.tar.gz. Therefore I am pretty sure I am runnign HDF version of NiFi...&lt;/P&gt;&lt;P&gt;What can I check further ?&lt;/P&gt;&lt;P&gt;Thanks in advance....&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 14:02:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161941#M41215</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2016-09-21T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161942#M41216</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1198/koenigbodensee.html" nodeid="1198"&gt;@Gerd Koenig&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After a closer look at the jaas file you posted above, I believe you issue is because of a missing " in the following line:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;principal="nifi@REALM;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This line should actually be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;principal="nifi@REALM";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Try making the above change and restarting your NiFi.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 18:51:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161942#M41216</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-09-21T18:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: standalone NiFi + putKafka into kerberized Kafka throws error "java.io.IOException: Configuration Error: Line 7: expected [option key]"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161943#M41217</link>
      <description>&lt;P&gt;OMG, stupid me &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@mclark&lt;/A&gt; , exactly that solved the issue, sorry for bothering&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 20:24:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/standalone-NiFi-putKafka-into-kerberized-Kafka-throws-error/m-p/161943#M41217</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2016-09-21T20:24:01Z</dc:date>
    </item>
  </channel>
</rss>

