Hi all, as indicated in the title, I’m using Kryo with a custom Kryo serializer, but as soon as I enable `spark.kryo.registrationRequired`, my Spark Streaming job fails to start with this exception:
Class is not registered: scala.collection.immutable.Range When I register it, it continues with Tuple2, which I cannot serialize sanely for all specialized forms. According to the documentation, this should be handled by Chill. Is this a bug or what am I missing? I’m using Spark 1.4.1. Cheers - Marius --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org