If you use Kryo serialier, you need to register mutable.BitSet and Rating: https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/mllib/MovieLensALS.scala#L102
The JIRA was marked resolved because chill resolved the problem in v0.4.0 and we have this workaround. -Xiangrui On Fri, Nov 14, 2014 at 12:41 AM, aaronlin <[email protected]> wrote: > Hi folks, > > Although spark-1977 said that this problem is resolved in 1.0.2, but I will > have this problem while running the script in AWS EC2 via spark-c2.py. > > I checked spark-1977 and found that twitter.chill resolve the problem in > v.0.4.0 not v.0.3.6, but spark depends on twitter.chill v0.3.6 based on > maven page. For more information, you can check the following pages > - https://github.com/twitter/chill > - http://mvnrepository.com/artifact/org.apache.spark/spark-core_2.10/1.0.2 > > Can anyone give me advises? > Thanks > > -- > Aaron Lin > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
