AbstractMethodError creating Kafka stream

前端 未结 3 665
失恋的感觉
失恋的感觉 2021-02-07 07:17

I\'m trying to open a Kafka (tried versions 0.11.0.2 and 1.0.1) stream using createDirectStream method and getting this AbstractMethodError error:

E         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 07:33

    I had the same exception, in my case I created the application jar with dependency to spark-streaming-kafka-0-10_2.11 of version 2.1.0, while trying to deploy to Spark 2.3.0 cluster.

提交回复
热议问题