version >= 2.10.0 and < 2.11.0
at com.fasterxml.jackson.module.scala.JacksonModule.setupModule(JacksonModule.scala:61) 我研究了JacksonModule.setupModule,当它到达context.getMapperVersion时,通过的版本是2.9.10。在我看来,DefaultScalaModule正在拉一些较旧的版本。:3.0.0
这是我得到的错误: at org.apache.spark.streaming.dstream.InputDStream(KafkaUtils.scala:150)
at org.apache.spark.streaming.kafka010.KafkaUtils$.createDirectStream(KafkaUtils.scala<init>(RDDOperationScope.scala
当使用区分大小写的字段名时,火花连接器写入失败时出现java.lang.IllegalArgumentException: udtId is not a field defined in this我需要卡桑德拉表中的字段来维护案件。所以我用引号来创建它们。my_keyspace.my_table ( "someCol" text,);
我<