Re: libraryDependencies

2016-07-27 Thread Jacek Laskowski
https://twitter.com/jaceklaskowski On Tue, Jul 26, 2016 at 9:18 PM, Martin Somers <sono...@gmail.com> wrote: > > my build file looks like > > libraryDependencies ++= Seq( > // other dependencies here > "org.apache.spark" %% "spark-core

Re: libraryDependencies

2016-07-26 Thread Michael Armbrust
libraryDependencies ++= Seq( // other dependencies here "org.apache.spark" %% "spark-core" % "1.6.2" % "provided", "org.apache.spark" %% "spark-mllib" % "1.6.2" % "provided&q

Re: libraryDependencies

2016-07-26 Thread Martin Somers
cheers - I updated libraryDependencies ++= Seq( // other dependencies here "org.apache.spark" %% "spark-core" % "1.6.2" % "provided", "org.apache.spark" %% "spark-mllib_2.10"

Re: libraryDependencies

2016-07-26 Thread Michael Armbrust
.@gmail.com> wrote: > >> >> my build file looks like >> >> libraryDependencies ++= Seq( >> // other dependencies here >> "org.apache.spark" %% "spark-core" % "1.6.2" % "provided", >>

libraryDependencies

2016-07-26 Thread Martin Somers
my build file looks like libraryDependencies ++= Seq( // other dependencies here "org.apache.spark" %% "spark-core" % "1.6.2" % "provided", "org.apache.spark" %% "spark-mllib_2.11" %

Re: sbt package failed: wrong libraryDependencies for spark-streaming?

2014-07-31 Thread durin
add it into the config that' even simpler and gets rid of my sbt problem. I'll try that. Simon -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/sbt-package-failed-wrong-libraryDependencies-for-spark-streaming-tp11103p11106.html Sent from the Apache Spark

Re: sbt package failed: wrong libraryDependencies for spark-streaming?

2014-07-31 Thread Tathagata Das
.nabble.com/sbt-package-failed-wrong-libraryDependencies-for-spark-streaming-tp11103p11108.html Sent from the Apache Spark User List mailing list archive at Nabble.com.