<?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: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99196#M12375</link>
    <description>&lt;P&gt;Checked with engineering today and the feature will be officially landing in upcoming HDP 2.4.2 patch. There will be documentation around the fact that users will need to use HDP spark streaming kafka jars (instead of vanilla Apache)&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2016 00:50:18 GMT</pubDate>
    <dc:creator>abajwa</dc:creator>
    <dc:date>2016-04-21T00:50:18Z</dc:date>
    <item>
      <title>How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99190#M12369</link>
      <description>&lt;P&gt;Specifications:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;HDP 2.3.2&lt;/LI&gt;&lt;LI&gt;Kerberos enabled&lt;/LI&gt;&lt;LI&gt;Kafka topic exists and user &amp;lt;username&amp;gt; has read access&lt;/LI&gt;&lt;LI&gt;Kafka topic is readable/writable using the Kafka command line tools with specified user&lt;/LI&gt;&lt;LI&gt;We already have a Spark streaming application that works fine in an unsecure cluster reading from a Kafka topic.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What would be a working example of a Spark streaming job that reads input from Kafka in a secure cluster under above conditions?&lt;/P&gt;&lt;P&gt;We made a Spark streaming job work that reads/writes into secure HBase and thought it couldn't be that different to do it with Kafka.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 18:54:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99190#M12369</guid>
      <dc:creator>condla</dc:creator>
      <dc:date>2015-12-14T18:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99191#M12370</link>
      <description>&lt;P&gt;spark streaming haven't yet enabled security for their kafka connector&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 03:13:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99191#M12370</guid>
      <dc:creator>schintalapani</dc:creator>
      <dc:date>2015-12-16T03:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99192#M12371</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/172/schintalapani.html" nodeid="172"&gt;@schintalapani&lt;/A&gt; - Do you have more details? Such as if there are JIRA issues or dev email threads tracking this?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 21:18:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99192#M12371</guid>
      <dc:creator>sroberts</dc:creator>
      <dc:date>2015-12-18T21:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99193#M12372</link>
      <description>&lt;P&gt;Can you shed some light on how you use Spark Streaming to read/write to HBase?  I have hard time to use Spark/Scala to access HBase.  Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 13:39:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99193#M12372</guid>
      <dc:creator>wuz</dc:creator>
      <dc:date>2016-01-23T13:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99194#M12373</link>
      <description>&lt;P&gt;I have made a small change to the spark streaming code here : &lt;A href="https://github.com/davidtambjss/spark-release/tree/HDP-2.3.0.0-KERBEROS_KAFKA_STREAMING" target="_blank"&gt;https://github.com/davidtambjss/spark-release/tree/HDP-2.3.0.0-KERBEROS_KAFKA_STREAMING&lt;/A&gt; and was able to get Spark streaming to work with kafka with kerberos.&lt;/P&gt;&lt;P&gt;All you need rebuild spark-streaming-kafka_2.10-1.3.1.2.3.0.0-2557.jar from there  and use that jar.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 21:30:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99194#M12373</guid>
      <dc:creator>David_Tam</dc:creator>
      <dc:date>2016-01-26T21:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99195#M12374</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/172/schintalapani.html" nodeid="172"&gt;@schintalapani&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 22:20:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99195#M12374</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-26T22:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99196#M12375</link>
      <description>&lt;P&gt;Checked with engineering today and the feature will be officially landing in upcoming HDP 2.4.2 patch. There will be documentation around the fact that users will need to use HDP spark streaming kafka jars (instead of vanilla Apache)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 00:50:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99196#M12375</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2016-04-21T00:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99197#M12376</link>
      <description>&lt;P&gt;If you want to test it, even on HDP 2.3.x (Spark 1.5.2) you can use the following library which has been compiled with the necessary changes in:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/beto983/Streaming-Kafka-Spark-1.5.2/blob/master/spark-streaming-kafka_2.10-1.5.2.jar" target="_blank"&gt;https://github.com/beto983/Streaming-Kafka-Spark-1.5.2/blob/master/spark-streaming-kafka_2.10-1.5.2.jar&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 06:40:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99197#M12376</guid>
      <dc:creator>aromero</dc:creator>
      <dc:date>2016-04-21T06:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99198#M12377</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/users/788/skupstaitis-dunkler.html"&gt;Stefan Kupstaitis-Dunkler&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;We are using HDP-2.3.4.0 and use Kafka en SparkStreaming (Scala &amp;amp; Python) on a (Kerberos + Ranger) secured Cluster.&lt;/P&gt;&lt;P&gt;You need to add a jaas config location to the spark-sumbit command. We are using it in yarn-client mode. The kafka_client_jaas.conf file is send as a resource with the --files option and available in the yarn-container. We did not get ticket renewal working yet...&lt;/P&gt;&lt;PRE&gt;spark-submit (all your stuff) \
  --conf "spark.executor.extraJavaOptions=-Djava.security.auth.login.conf=kafka_client_jaas.conf" \
  --files "your_other_files,kafa_client_jaas.conf,serviceaccount.headless.keytab" \
  (rest of your stuff)

# --principal and --keytab does not work and conflict with --files keytab.
# The jaas file will be placed in the yarn-containers by Spark.
# The file contains the reference to the keytab-file and the principal for Kafka and ZooKeeper:

KafkaClient {
  com.sun.security.auth.module.Krb5LoginModule required
  useTicketCache=false
  useKeyTab=true
  principal="serviceaccount@DOMAIN.COM"
  keyTab="serviceaccount.headless.keytab"
  renewTicket=true
  storeKey=true
  serviceName="kafka";
};
Client {
  com.sun.security.auth.module.Krb5LoginModule required
  useTicketCache=false
  useKeyTab=true
  principal="serviceaccount@DOMAIN.COM"
  keyTab="serviceaccount.headless.keytab"
  renewTicket=true
  storeKey=true
  serviceName="zookeeper";
}
&lt;/PRE&gt;&lt;P&gt;If you need more info, feel free to ask.&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 14:38:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99198#M12377</guid>
      <dc:creator>MrBee</dc:creator>
      <dc:date>2016-04-21T14:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99199#M12378</link>
      <description>&lt;P&gt;Do you have the code with the changes that you did in that jar?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 14:18:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99199#M12378</guid>
      <dc:creator>teixeira_javier</dc:creator>
      <dc:date>2016-04-28T14:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99200#M12379</link>
      <description>&lt;P&gt;I have tried this approach and doesn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; . Spark doesn't throw any error, but doesn't read anything from the kerberized Kafka.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 14:20:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99200#M12379</guid>
      <dc:creator>teixeira_javier</dc:creator>
      <dc:date>2016-04-28T14:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99201#M12380</link>
      <description>&lt;P&gt;is not enable for the DirectApi connector, but is enable with the old one.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 19:33:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99201#M12380</guid>
      <dc:creator>teixeira_javier</dc:creator>
      <dc:date>2016-04-28T19:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99202#M12381</link>
      <description>&lt;P&gt;
	After a hard day our team solved the issue and we have created a little 
	&lt;STRONG&gt;Spark application that can read from a kerberized Kafka&lt;/STRONG&gt; and launching using &lt;STRONG&gt;yarn-cluster mode&lt;/STRONG&gt;. Attached you have the pom.xml needed (very important use the Kafka 0.9 dependency) and the java code.&lt;/P&gt;&lt;P&gt;
	It is very important to 
	&lt;STRONG&gt;use the old Kafka API&lt;/STRONG&gt; and to use &lt;STRONG&gt;PLAINTEXTSASL&lt;/STRONG&gt; (and not SASL_PLAINTEXT, a value coming from the new Kafka API) when configuring the Kafka Stream.&lt;/P&gt;&lt;P&gt;The jaas.conf file is the same that &lt;A rel="user" href="https://community.cloudera.com/users/7424/alexanderbij.html" nodeid="7424"&gt;@Alexander Bij&lt;/A&gt; shared. Be careful because the keytab path is not a local path, is the keytab where the executor store the file (by default you only have to indicated the name of the keytab).&lt;/P&gt;&lt;PRE&gt;KafkaClient {
  com.sun.security.auth.module.Krb5LoginModule required
  useTicketCache=false
  useKeyTab=true
  principal="serviceaccount@DOMAIN.COM"
  keyTab="serviceaccount.headless.keytab"
  renewTicket=true
  storeKey=true
  serviceName="kafka";
};
Client {
  com.sun.security.auth.module.Krb5LoginModule required
  useTicketCache=false
  useKeyTab=true
  principal="serviceaccount@DOMAIN.COM"
  keyTab="serviceaccount.headless.keytab"
  renewTicket=true
  storeKey=true
  serviceName="zookeeper";
};
&lt;/PRE&gt;&lt;P&gt;Kafka will use this information to retrieve the kerberos configuration required when connecting to ZK and to the broker. In order to do that, the executor will require the keytab file to get the kerberos token before connecting to the broker. That is the reason of sending also the keytab to the container when launching the application. &lt;STRONG&gt;Please, notice that the extraJavaOptions refers to the container local path&lt;/STRONG&gt; (the file will be placed in the root folder of the temp configuration) but the file path will require the local path where you have the jaas file in the server that is starting up the application.&lt;/P&gt;&lt;PRE&gt;spark-submit (all your stuff) \
  --conf "spark.executor.extraJavaOptions=-Djava.security.auth.login.config=kafka_client_jaas.conf" \
  --files "your_other_files,kafka_client_jaas.conf,serviceaccount.headless.keytab" \
  (rest of your stuff)
&lt;/PRE&gt;&lt;P&gt;Also verify that the parameter where you indicate the jaas file is &lt;STRONG&gt;java.security.auth.login.config&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;And that's all, following above instruction and using the attached code you will be able to read from kerberized Kafka using Spark 1.5.2.&lt;/P&gt;&lt;P&gt;In our Kerberized environment we have Ambari 2.2.0.0, HDP 2.3.4.0 and Spark 1.5.2. I hope this information help you.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:32:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99202#M12381</guid>
      <dc:creator>teixeira_javier</dc:creator>
      <dc:date>2016-04-28T20:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99203#M12382</link>
      <description>&lt;P&gt;Are there examples for HDP 2.3.2 - Spark Streaming (1.4.1) and Kafka(0.8.2) with java and kerberos environment&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 04:36:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99203#M12382</guid>
      <dc:creator>Pradeep_misra</dc:creator>
      <dc:date>2016-05-14T04:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99204#M12383</link>
      <description>&lt;P&gt;HI Team ,&lt;/P&gt;&lt;P&gt;I am currently using Spark Streaming with Kafka without any SSL , it works fine .&lt;/P&gt;&lt;P&gt;But we need to enable SSL for Spark Streaming with Kafka.&lt;/P&gt;&lt;P&gt;Is this supported ?&lt;/P&gt;&lt;P&gt;I see spark 2.0 also supports kafka 0.8 version, but SSL is added in 0.9 kafka version .&lt;/P&gt;&lt;P&gt;Is there any way through which HDP is providing SSL enabled spark streaming with kafka ?&lt;/P&gt;&lt;P&gt;If yes . can any one share the document link or any info ?&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 16:34:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99204#M12383</guid>
      <dc:creator>revanthkumar95</dc:creator>
      <dc:date>2016-08-18T16:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99205#M12384</link>
      <description>&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;Spark Streaming +Kafka +SSL&lt;/P&gt;&lt;P&gt;Did you resolve this issue or got any solution for this ?&lt;/P&gt;&lt;P&gt;can u  please share if ...&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Revanth &lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 16:36:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99205#M12384</guid>
      <dc:creator>revanthkumar95</dc:creator>
      <dc:date>2016-08-18T16:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99206#M12385</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/132/abajwa.html" nodeid="132"&gt;@Ali Bajwa&lt;/A&gt; we have HDP 2.4.2 and when we try to consume the messages form the Secured Kafka topics using Spark Streaming (spark 1.6.1) we can't consume any messages. &lt;/P&gt;&lt;P&gt;I followed the documentation on &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_spark-guide/content/spark-streaming-kafka-kerb.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_spark-guide/content/spark-streaming-kafka-kerb.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Was this patch after 2.4.2 or am I missing something.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 20:50:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99206#M12385</guid>
      <dc:creator>smartninja723</dc:creator>
      <dc:date>2016-10-03T20:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99207#M12386</link>
      <description>&lt;P&gt;I think we also have same problem with Kafka 0.9, Spark 1.6.1 and HDP 2.4.2&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 20:51:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99207#M12386</guid>
      <dc:creator>smartninja723</dc:creator>
      <dc:date>2016-10-03T20:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99208#M12387</link>
      <description>&lt;P&gt;What is the issue you are facing after following the above documentation in HDP 2.4.2?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 10:18:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99208#M12387</guid>
      <dc:creator>bikas</dc:creator>
      <dc:date>2016-10-06T10:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to read from a Kafka topic using Spark (streaming)  in a secure Cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99209#M12388</link>
      <description>&lt;P&gt;Did you try with the code that I shared on &lt;A href="https://community.hortonworks.com/comments/30193/view.html"&gt;https://community.hortonworks.com/comments/30193/view.html&lt;/A&gt; some comments above?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 19:54:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-read-from-a-Kafka-topic-using-Spark-streaming-in-a/m-p/99209#M12388</guid>
      <dc:creator>teixeira_javier</dc:creator>
      <dc:date>2016-12-16T19:54:44Z</dc:date>
    </item>
  </channel>
</rss>

