Alberto created SPARK-6431:
------------------------------
Summary: Couldn't find leader offsets exception when creating KafkaDirectStream
Key: SPARK-6431
URL: https://issues.apache.org/jira/browse/SPARK-6431
Project: Spark
Issue Type: Bug
Components: Streaming
Affects Versions: 1.3.0
Reporter: Alberto
When I try to create an InputDStream using the createDirectStream method of the KafkaUtils
class and the kafka topic does not have any messages yet am getting the following error:
org.apache.spark.SparkException: Couldn't find leader offsets for Set()
org.apache.spark.SparkException: org.apache.spark.SparkException: Couldn't find leader offsets
for Set()
at org.apache.spark.streaming.kafka.KafkaUtils$$anonfun$createDirectStream$2.apply(KafkaUtils.scala:413)
If I put a message in the topic before creating the DirectStream everything works fine.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|