Re:Re: Intellij IDEA can not recognize the MLlib package

2014-08-03 Thread jun
Got it and add spark-mllib libraryDependency:libraryDependencies += "org.apache.spark" %% "spark-mllib" % "1.0.0" It works and many thanks! BR Kitaev At 2014-08-03 05:09:23, "Sean Owen" wrote: >Yes, but it is nowhere in your project dependencies. > >On Sun, Aug 3, 2014 at 10:06 AM, jun wrote:

Re: Intellij IDEA can not recognize the MLlib package

2014-08-03 Thread Sean Owen
You missed the mllib artifact? that would certainly explain it! all I see is core. On Sun, Aug 3, 2014 at 10:03 AM, jun wrote: > Hi, > > > I have started my spark exploration in intellij IDEA local model and want to > focus on MLlib part. > but when I put some example codes in IDEA, It can not r

Intellij IDEA can not recognize the MLlib package

2014-08-03 Thread jun
Hi, I have started my spark exploration in intellij IDEA local model and want to focus on MLlib part. but when I put some example codes in IDEA, It can not recognize mllib package, just loos like that: > > import org.apache.spark.SparkContext >import org.apache.spark.mllib.recommendation.ALS