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

2015-01-29 Thread Arush Kharbanda
Hi Sarwar, For a quick fix you can exclude dependencies for yarn(you wont be needing them if you are running locally). libraryDependencies += log4j % log4j % 1.2.15 exclude(javax.jms, jms) You can also analyze your dependencies using this plugin

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

2015-01-29 Thread Sarwar Bhuiyan
Thanks Arush. I did look into the dependency tree but couldn't figure which dependency was bringing the wrong Hadoop-yarn-common in. I'll try he quick fix first. Sarwar On Thu, 29 Jan 2015 at 09:33 Arush Kharbanda ar...@sigmoidanalytics.com wrote: Hi Sarwar, For a quick fix you can exclude

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 %%

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 %%