ld please share me with the scala solution? I tried
> to use kryo but seamed not work at all. I hope to get some practical
> example. THX
>
> On 2017年1月10日, at 19:10, Enrico DUrso wrote:
>
> Hi,
>
> I am trying to use Kryo on Spark 1.6.0.
> I am
January 2017 15:12
To: Enrico DUrso
Cc: user@spark.apache.org
Subject: Re: Kryo On Spark 1.6.0
If you don’t mind, could please share me with the scala solution? I tried to
use kryo but seamed not work at all. I hope to get some practical example. THX
On 2017年1月10日, at 19:10, Enrico DUrso
If you don’t mind, could please share me with the scala solution? I tried to
use kryo but seamed not work at all. I hope to get some practical example. THX
> On 2017年1月10日, at 19:10, Enrico DUrso wrote:
>
> Hi,
>
> I am trying to use Kryo on Spark 1.6.0.
> I am able to regis
according to
how Spark works.
How can I register all those classes?
cheers,
From: Richard Startin [mailto:richardstar...@outlook.com]
Sent: 10 January 2017 11:18
To: Enrico DUrso; user@spark.apache.org
Subject: Re: Kryo On Spark 1.6.0
Hi Enrico,
Only set spark.kryo.registrationRequired if you want
here - http://spark.apache.org/docs/latest/tuning.html
<http://spark.apache.org/docs/latest/tuning.html>Cheers,
Richard
https://richardstartin.com/
From: Enrico DUrso
Sent: 10 January 2017 11:10
To: user@spark.apache.org
Subject: Kryo On Spark 1.6.0
Hi,
Hi,
I am trying to use Kryo on Spark 1.6.0.
I am able to register my own classes and it works, but when I set
"spark.kryo.registrationRequired " to true, I get an error about a scala class:
"Class is not registered: scala.collection.mutable.WrappedArray$ofRef".
Any of yo