Re: RDD of ImmutableList

2015-10-07 Thread Sean Owen
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

Re: RDD of ImmutableList

2015-10-07 Thread Jakub Dubovsky
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

Re: RDD of ImmutableList

2015-10-06 Thread Jonathan Coveney
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

Re: RDD of ImmutableList

2015-10-05 Thread Adrian Tanase
.@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

Re: RDD of ImmutableList

2015-10-05 Thread Jakub Dubovsky
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&

Re: RDD of ImmutableList

2015-10-05 Thread Igor Berman
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

RDD of ImmutableList

2015-10-05 Thread Jakub Dubovsky
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