Hello all,
We are running some Flink jobs - we wrote the job in Beam but are using the Flink Runner and are seeing the following error when restarting the job from a Savepoint Caused by: java.io.InvalidClassException: com.xxx.xxx; local class incompatible: stream classdesc serialVersionUID = -5544933308624767500, local class serialVersionUID = -7822035950742261370 Here is what happened
I am wondering how to work around this without losing my savepoint. We are going to try the following way and was wondering if the community had any suggestions
Thanks, Yash |
Hi Yashwant, I don't know Beam well, so you might also want to ask on their user list. But I'll try to answer it from Flink's perspective. If you want to work with Avro, you should use an AvroSerializer which supports schema evolution in the best possible way. PojoSerializer also allows small modifications but the error looks more like you actually used Serializable. If you need further help, please provide the full stacktrace. On Thu, Jun 10, 2021 at 10:49 PM Yashwant Ganti <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |