Hi, I am using JDBC RDD to read from a MySQL RDBMS. My spark job fails with the below error :
java.sql.SQLException: Value '0000-00-00 00:00:00.000' can not be represented as java.sql.Timestamp Now instead of the whole job failing I want to skip this record and continue processing the rest. Any leads on how that can be done ? Thanks and Regards, Aviral Agarwal