Re: ml ALS.fit(..) issue

2016-07-22 Thread VG
Can someone please help here. I tried both scala 2.10 and 2.11 on the system On Fri, Jul 22, 2016 at 7:59 PM, VG wrote: > I am using version 2.0.0-preview > > > > On Fri, Jul 22, 2016 at 7:47 PM, VG wrote: > >> I am running into the following error when

Re: ml ALS.fit(..) issue

2016-07-22 Thread VG
I am using version 2.0.0-preview On Fri, Jul 22, 2016 at 7:47 PM, VG wrote: > I am running into the following error when running ALS > > Exception in thread "main" java.lang.NoSuchMethodError: >

ml ALS.fit(..) issue

2016-07-22 Thread VG
I am running into the following error when running ALS Exception in thread "main" java.lang.NoSuchMethodError: scala.reflect.api.JavaUniverse.runtimeMirror(Ljava/lang/ClassLoader;)Lscala/reflect/api/JavaMirrors$JavaMirror; at org.apache.spark.ml.recommendation.ALS.fit(ALS.scala:452) at