Hello,
last week I got a problem where my job worked in local mode but could not be serialized on the cluster. I assume that local mode does not really serialize all the operators (the problem was with a custom map function) and I need to enforce this behaviour in local mode or, better, be able to write tests that verify that a class or a job could be successfully serialized.
Thanks,
Simone