Re: spark.kryo.registrationRequired: Tuple2 is not registered

2015-09-10 Thread Marius Soutier
Found an issue for this:
https://issues.apache.org/jira/browse/SPARK-10251 

> On 09.09.2015, at 18:00, Marius Soutier  wrote:
> 
> 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
> 



spark.kryo.registrationRequired: Tuple2 is not registered

2015-09-09 Thread Marius Soutier
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