<?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: NoSuchFeildError: PLAINTEXTSASL in Kafka on HDP 2.5 TP Sandbox in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121844#M38983</link>
    <description>&lt;P&gt;HDP kafka has a patch for old client api (consumer, producer) to work with kerberorized kafka cluster. So you need to make sure the dependencies you set are coming from the hortonworks maven repo&lt;/P&gt;&lt;P&gt;&amp;lt;dependency&amp;gt;
&amp;lt;groupId&amp;gt;org.apache.kafka&amp;lt;/groupId&amp;gt;
&amp;lt;artifactId&amp;gt;kafka_2.10&amp;lt;/artifactId&amp;gt;
&amp;lt;version&amp;gt;0.8.2.0&amp;lt;/version&amp;gt;
&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;");"&amp;gt;&amp;lt;exclusions&amp;gt;
&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;");"&amp;gt;&amp;lt;exclusion&amp;gt;
&lt;DIV&gt;&amp;lt;groupId&amp;gt;org.apache.zookeeper&amp;lt;/groupId&amp;gt;
&amp;lt;artifactId&amp;gt;zookeeper&amp;lt;/artifactId&amp;gt;
&amp;lt;/exclusion&amp;gt;
&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;");"&amp;gt;&amp;lt;exclusion&amp;gt;
&lt;DIV&gt;&amp;lt;groupId&amp;gt;log4j&amp;lt;/groupId&amp;gt;
&amp;lt;artifactId&amp;gt;log4j&amp;lt;/artifactId&amp;gt;
&amp;lt;/exclusion&amp;gt;
&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&amp;lt;/exclusions&amp;gt;
&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;lt;/dependency&amp;gt;&lt;/P&gt;&lt;P&gt;The above is from Apache.  You can use this &lt;A href="http://repo.hortonworks.com/content/groups/public/org/apache/kafka/kafka_2.10/0.9.0.2.4.2.8-3/" target="_blank"&gt;http://repo.hortonworks.com/content/groups/public/org/apache/kafka/kafka_2.10/0.9.0.2.4.2.8-3/&lt;/A&gt; instead of the above. Add repo.hortonworks.com as one of the maven repo and use the version 0.9.0.2.4.2.8-3 instead of 0.8.2.0 like above.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Aug 2016 04:32:59 GMT</pubDate>
    <dc:creator>schintalapani</dc:creator>
    <dc:date>2016-08-27T04:32:59Z</dc:date>
    <item>
      <title>NoSuchFeildError: PLAINTEXTSASL in Kafka on HDP 2.5 TP Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121841#M38980</link>
      <description>&lt;P&gt;On HDP 2.5 TP Sandbox, running a storm topology for a telcom demo is giving me the below error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;java.lang.NoSuchFieldError: PLAINTEXTSASL at kafka.utils.CoreUtils$.isSaslProtocol(CoreUtils.scala:282) at kafka.consumer.SimpleConsumer.&amp;lt;init&amp;gt;(SimpleConsumer.scala:46) at kafka.javaapi.consumer.Si..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Attaching a picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7011-plaintextsasl-nosuchfielderror.png" style="width: 2704px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22816i0305E847D906F2E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="7011-plaintextsasl-nosuchfielderror.png" alt="7011-plaintextsasl-nosuchfielderror.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me identify the issue? Is it related to Kerberos and SSL on Kafka? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 10:26:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121841#M38980</guid>
      <dc:creator>ganne</dc:creator>
      <dc:date>2019-08-19T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchFeildError: PLAINTEXTSASL in Kafka on HDP 2.5 TP Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121842#M38981</link>
      <description>&lt;P&gt;@Geetha Anne can you post your topology pom.xml and the kafka dependency. Are you sure you are using HDP kafka dependencies in your topology?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2016 01:51:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121842#M38981</guid>
      <dc:creator>schintalapani</dc:creator>
      <dc:date>2016-08-27T01:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchFeildError: PLAINTEXTSASL in Kafka on HDP 2.5 TP Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121843#M38982</link>
      <description>Sure. I am attaching the pom.xml. Yes kafka dependecies are taken care of in the file. Infact this topology runs completely fine on HDP 2.4, 2.3. Please let me know any inputs.</description>
      <pubDate>Sat, 27 Aug 2016 03:36:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121843#M38982</guid>
      <dc:creator>ganne</dc:creator>
      <dc:date>2016-08-27T03:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchFeildError: PLAINTEXTSASL in Kafka on HDP 2.5 TP Sandbox</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121844#M38983</link>
      <description>&lt;P&gt;HDP kafka has a patch for old client api (consumer, producer) to work with kerberorized kafka cluster. So you need to make sure the dependencies you set are coming from the hortonworks maven repo&lt;/P&gt;&lt;P&gt;&amp;lt;dependency&amp;gt;
&amp;lt;groupId&amp;gt;org.apache.kafka&amp;lt;/groupId&amp;gt;
&amp;lt;artifactId&amp;gt;kafka_2.10&amp;lt;/artifactId&amp;gt;
&amp;lt;version&amp;gt;0.8.2.0&amp;lt;/version&amp;gt;
&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;");"&amp;gt;&amp;lt;exclusions&amp;gt;
&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;");"&amp;gt;&amp;lt;exclusion&amp;gt;
&lt;DIV&gt;&amp;lt;groupId&amp;gt;org.apache.zookeeper&amp;lt;/groupId&amp;gt;
&amp;lt;artifactId&amp;gt;zookeeper&amp;lt;/artifactId&amp;gt;
&amp;lt;/exclusion&amp;gt;
&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;");"&amp;gt;&amp;lt;exclusion&amp;gt;
&lt;DIV&gt;&amp;lt;groupId&amp;gt;log4j&amp;lt;/groupId&amp;gt;
&amp;lt;artifactId&amp;gt;log4j&amp;lt;/artifactId&amp;gt;
&amp;lt;/exclusion&amp;gt;
&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&amp;lt;/exclusions&amp;gt;
&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;lt;/dependency&amp;gt;&lt;/P&gt;&lt;P&gt;The above is from Apache.  You can use this &lt;A href="http://repo.hortonworks.com/content/groups/public/org/apache/kafka/kafka_2.10/0.9.0.2.4.2.8-3/" target="_blank"&gt;http://repo.hortonworks.com/content/groups/public/org/apache/kafka/kafka_2.10/0.9.0.2.4.2.8-3/&lt;/A&gt; instead of the above. Add repo.hortonworks.com as one of the maven repo and use the version 0.9.0.2.4.2.8-3 instead of 0.8.2.0 like above.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2016 04:32:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NoSuchFeildError-PLAINTEXTSASL-in-Kafka-on-HDP-2-5-TP/m-p/121844#M38983</guid>
      <dc:creator>schintalapani</dc:creator>
      <dc:date>2016-08-27T04:32:59Z</dc:date>
    </item>
  </channel>
</rss>

