Exception thrown when an instance is required to have a Serializable interface.
here is my code: val bg = imageBundleRDD.first() //bg:[Text, BundleWritable] val res= imageBundleRDD.map(data => { val desBundle = colorToGray(…
apache-spark kryo notserializableexception