Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
2.3.0
-
None
-
Spark 2.3.0
Spark Streaming 2.3.0
Kafka 1.1.0
-
Patch, Important
Description
While trying using org.apache.spark.streaming.kafka.KafkaUtils.createStream function to create a stream for consumer, I came across an error "java.lang.NoClassDefFoundError: org/apache/spark/Logging". I checked the API documents and found that the Logging Interface was shifted to "org.apache.spark.internal" package from "org.apache.spark" package.
Kindly update the same in the class definitions.