Re: org.apache.spark.ml.recommendation.ALS

2015-04-13 Thread Jay Katukuri
Here is what I did: >> >> 1. downloaded spark 1.30 release version (prebuilt for hadoop 2.4 and later) >> "spark-1.3.0-bin-hadoop2.4.tgz". >> 2. Ran the following command: >> >> spark-submit --class ALSNew --master local[8] ALSNew.jar /input_path >> &g

Re: org.apache.spark.ml.recommendation.ALS

2015-04-08 Thread Jay Katukuri
ster local[8] ALSNew.jar /input_path The stack trace is exactly same. Thanks, Jay On Apr 8, 2015, at 10:47 AM, Jay Katukuri wrote: > some additional context: > > Since, I am using features of spark 1.3.0, I have downloaded spark 1.3.0 and > used spark-submit from there. >

Re: org.apache.spark.ml.recommendation.ALS

2015-04-08 Thread Jay Katukuri
-submit from my downloaded spark-1.30. On Apr 6, 2015, at 1:37 PM, Jay Katukuri wrote: > Here is the command that I have used : > > spark-submit —class packagename.ALSNew --num-executors 100 --master yarn > ALSNew.jar -jar spark-sql_2.11-1.3.0.jar hdfs://input_path > > Btw

Re: org.apache.spark.ml.recommendation.ALS

2015-04-06 Thread Jay Katukuri
s.html > > -Xiangrui > > On Mon, Apr 6, 2015 at 12:27 PM, Jay Katukuri wrote: >> Hi, >> >> Here is the stack trace: >> >> >> Exception in thread "main" java.lang.NoSuchMethodError: >> scala.reflect.api.JavaUniverse.runtimeMirror(L

Re: org.apache.spark.ml.recommendation.ALS

2015-04-06 Thread Jay Katukuri
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:110) at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala) Thanks, Jay On Apr 6, 2015, at 12:24 PM, Xiangrui Meng wrote: > Please attach the full stack trace. -Xiangrui > > On Mon, Apr 6, 2015 at 12:

org.apache.spark.ml.recommendation.ALS

2015-04-06 Thread Jay Katukuri
Mar 17, 2015, at 12:50 PM, Xiangrui Meng wrote: > Please remember to copy the user list next time. I might not be able > to respond quickly. There are many others who can help or who can > benefit from the discussion. Thanks! -Xiangrui > > On Tue, Mar 17, 2015 at 12:04 PM, Jay Katukur