admin管理员组文章数量:1123429
I have written a spark job to read from kafka topic, do some processing and dump the data in avro format to GCS.
I am deploying this JAVA application dataproc serverless using the TriggerOnce mode so that at every run the new data pushed to kafka topic is consumed and dumped to GCS.
The strange behaviour is that on the first run the code works absolutely fine but when I try to rerun for the next batch I get the below error.
java.io.InvalidClassException: org.apache.spark.sql.avro.AvroDataToCatalyst; local class incompatible: stream classdesc serialVersionUID = -4108983435828400550, local class serialVersionUID = 3066013574753296163
本文标签: apache sparkDataproc Serverless Failure on RerunStack Overflow
版权声明:本文标题:apache spark - Dataproc Serverless Failure on Rerun - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736570140a1944759.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论