Re: KafkaUtils.createStream(..) is removed for API
I can't speak for committers, but my guess is it's more likely for DStreams in general to stop being supported before that particular integration is removed. On Sun, Feb 18, 2018 at 9:34 PM, naresh Goud wrote: > Thanks Ted. > > I see createDirectStream is experimental as annotated with > "org.apache.spark.annotation.Experimental". > > Is it possible to be this API will be removed in future? because we wanted > to use this API in one of our production jobs. afraid if it will not be > supported in future. > > Thank you, > Naresh > > > > > On Sun, Feb 18, 2018 at 7:47 PM, Ted Yu wrote: >> >> createStream() is still in >> external/kafka-0-8/src/main/scala/org/apache/spark/streaming/kafka/KafkaUtils.scala >> But it is not in >> external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/KafkaUtils.scala >> >> FYI >> >> On Sun, Feb 18, 2018 at 5:17 PM, naresh Goud >> wrote: >>> >>> Hello Team, >>> >>> I see "KafkaUtils.createStream() " method not available in spark 2.2.1. >>> >>> Can someone please confirm if these methods are removed? >>> >>> below is my pom.xml entries. >>> >>> >>> >>> 2.11.8 >>> 2.11 >>> >>> >>> >>> >>> org.apache.spark >>> spark-streaming_${scala.tools.version} >>> 2.2.1 >>> provided >>> >>> >>> org.apache.spark >>> spark-streaming-kafka-0-10_2.11 >>> 2.2.1 >>> provided >>> >>> >>> org.apache.spark >>> spark-core_2.11 >>> 2.2.1 >>> provided >>> >>> >>> >>> >>> >>> >>> >>> Thank you, >>> Naresh >> >> >
Re: KafkaUtils.createStream(..) is removed for API
Thanks Ted. I see createDirectStream is experimental as annotated with "org.apache.spark.annotation.Experimental". Is it possible to be this API will be removed in future? because we wanted to use this API in one of our production jobs. afraid if it will not be supported in future. Thank you, Naresh On Sun, Feb 18, 2018 at 7:47 PM, Ted Yu wrote: > createStream() is still in external/kafka-0-8/src/main > /scala/org/apache/spark/streaming/kafka/KafkaUtils.scala > But it is not in external/kafka-0-10/src/main/scala/org/apache/spark/strea > ming/kafka010/KafkaUtils.scala > > FYI > > On Sun, Feb 18, 2018 at 5:17 PM, naresh Goud > wrote: > >> Hello Team, >> >> I see "KafkaUtils.createStream() " method not available in spark 2.2.1. >> >> Can someone please confirm if these methods are removed? >> >> below is my pom.xml entries. >> >> >> >> 2.11.8 >> 2.11 >> >> >> >> >> org.apache.spark >> spark-streaming_${scala.tools.version} >> 2.2.1 >> provided >> >> >> org.apache.spark >> spark-streaming-kafka-0-10_2.11 >> 2.2.1 >> provided >> >> >> org.apache.spark >> spark-core_2.11 >> 2.2.1 >> provided >> >> >> >> >> >> >> >> Thank you, >> Naresh >> > >
Re: KafkaUtils.createStream(..) is removed for API
createStream() is still in external/kafka-0-8/src/main/scala/org/apache/spark/streaming/kafka/KafkaUtils.scala But it is not in external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/KafkaUtils.scala FYI On Sun, Feb 18, 2018 at 5:17 PM, naresh Goud wrote: > Hello Team, > > I see "KafkaUtils.createStream() " method not available in spark 2.2.1. > > Can someone please confirm if these methods are removed? > > below is my pom.xml entries. > > > > 2.11.8 > 2.11 > > > > > org.apache.spark > spark-streaming_${scala.tools.version} > 2.2.1 > provided > > > org.apache.spark > spark-streaming-kafka-0-10_2.11 > 2.2.1 > provided > > > org.apache.spark > spark-core_2.11 > 2.2.1 > provided > > > > > > > > Thank you, > Naresh >
KafkaUtils.createStream(..) is removed for API
Hello Team, I see "KafkaUtils.createStream() " method not available in spark 2.2.1. Can someone please confirm if these methods are removed? below is my pom.xml entries. 2.11.8 2.11 org.apache.spark spark-streaming_${scala.tools.version} 2.2.1 provided org.apache.spark spark-streaming-kafka-0-10_2.11 2.2.1 provided org.apache.spark spark-core_2.11 2.2.1 provided Thank you, Naresh