It looks like your code is compiled against a different version of scala than the ignite or spark modules were compiled. I got similar exceptions while testing when my code was compiled against scala 2.10 and spark was running scala 2.11 or vice-versa. Module com.databricks:spark-csv_2.10:1.1.0 might be the reason for this.
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Help-with-Task-Not-Serializable-Exception-using-IgniteRDD-tp678p681.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
