Re: Dependency unresolved hadoop-yarn-common 1.0.4 when running quickstart example

2015-01-29 Thread Sarwar Bhuiyan
, 2015 at 4:20 AM, Sarwar Bhuiyan sarwar.bhui...@gmail.com wrote: Hello all, I'm trying to build the sample application on the spark 1.2.0 quickstart page (https://spark.apache.org/docs/latest/quick-start.html) using the following build.sbt file: name := Simple Project version := 1.0

Dependency unresolved hadoop-yarn-common 1.0.4 when running quickstart example

2015-01-28 Thread Sarwar Bhuiyan
Hello all, I'm trying to build the sample application on the spark 1.2.0 quickstart page (https://spark.apache.org/docs/latest/quick-start.html) using the following build.sbt file: name := Simple Project version := 1.0 scalaVersion := 2.10.4 libraryDependencies += org.apache.spark %%