Re: java.lang.NoSuchMethodError for "list.toMap".

2015-07-27 Thread Dan Dong
Hi, Akhil, Yes, in the build.sbt I wrongly set it to the installed scala version of 2.11.6 on the cluster, fixed now. Thanks! Cheers, Dan 2015-07-27 2:29 GMT-05:00 Akhil Das : > Whats in your build.sbt? You could be messing with the scala version it > seems. > > Thanks > Best Regards > >

Re: java.lang.NoSuchMethodError for "list.toMap".

2015-07-27 Thread Akhil Das
Whats in your build.sbt? You could be messing with the scala version it seems. Thanks Best Regards On Fri, Jul 24, 2015 at 2:15 AM, Dan Dong wrote: > Hi, > When I ran with spark-submit the following simple Spark program of: > import org.apache.spark.SparkContext._ > import org.apache.spark.Sp