Top "Notserializableexception" questions

Exception thrown when an instance is required to have a Serializable interface.

aparch spark, NotSerializableException: org.apache.hadoop.io.Text

here is my code: val bg = imageBundleRDD.first() //bg:[Text, BundleWritable] val res= imageBundleRDD.map(data => { val desBundle = colorToGray(…

apache-spark kryo notserializableexception