u for reminder. This makes some
> sense now...
>
> -- Původní zpráva --
> Od: Jonathan Coveney
> Komu: Jakub Dubovsky
> Datum: 7. 10. 2015 1:29:34
>
>
> Předmět: Re: RDD of ImmutableList
>
>
> Nobody is saying not to use immutable data structur
ese methods would be while dropping immutability certainly wouldn'
t)
2) Wrap the class to scala class which would translate the data during (de)
serialization?
Thanks!
Jakub Dubovsky
-- Původní zpráva --
Od: Igor Berman
Komu: Jakub Dubovsky
Datum: 5. 10. 2015 20:1
ss if the change is reasonable.
> Adding these methods would be while dropping immutability certainly
> wouldn't)
>
> 2) Wrap the class to scala class which would translate the data during
> (de)serialization?
>
> Thanks!
> Jakub Dubovsky
>
> -- Původní zpr
.@seznam.cz>>
Datum: 5. 10. 2015 20:11:35
P?edm?t: Re: RDD of ImmutableList
kryo doesn't support guava's collections by default
I remember encountered project in github that fixes this(not sure though). I've
ended to stop using guava collections as soon as s
the class to scala class which would translate the data during (de)
serialization?
Thanks!
Jakub Dubovsky
-- Původní zpráva --
Od: Igor Berman
Komu: Jakub Dubovsky
Datum: 5. 10. 2015 20:11:35
Předmět: Re: RDD of ImmutableList
"
kryo doesn't support guava&
kryo doesn't support guava's collections by default
I remember encountered project in github that fixes this(not sure though).
I've ended to stop using guava collections as soon as spark rdds are
concerned.
On 5 October 2015 at 21:04, Jakub Dubovsky
wrote:
> Hi all,
>
> I would like to have an
Hi all,
I would like to have an advice on how to use ImmutableList with RDD. Small
presentation of an essence of my problem in spark-shell with guava jar
added:
scala> import com.google.common.collect.ImmutableList
import com.google.common.collect.ImmutableList
scala> val arr = Arra