Re: including the spark-mllib in build.sbt

2015-01-12 Thread Xiangrui Meng
I don't know the root cause. Could you try including only libraryDependencies += "org.apache.spark" %% "spark-mllib" % "1.1.1" It should be sufficient because mllib depends on core. -Xiangrui On Mon, Jan 12, 2015 at 2:27 PM, Jianguo Li wrote: > Hi, > > I am trying to build my own scala project

including the spark-mllib in build.sbt

2015-01-12 Thread Jianguo Li
Hi, I am trying to build my own scala project using sbt. The project is dependent on both spark-score and spark-mllib. I included the following two dependencies in my build.sbt file libraryDependencies += "org.apache.spark" %% "spark-mllib" % "1.1.1" libraryDependencies += "org.apache.spark" %% "