KafkaUtils class not found in Spark streaming

后端 未结 9 1609
囚心锁ツ
囚心锁ツ 2021-01-11 20:14

I have just began with Spark Streaming and I am trying to build a sample application that counts words from a Kafka stream. Although it compiles with sbt package

9条回答
  •  耶瑟儿~
    2021-01-11 20:38

    Using Spark 1.6 do the job for me without the hassle of handling so many external jars... Can get quite complicate to manage...

提交回复
热议问题