Re: UNRESOLVED DEPENDENCIES while building Spark 1.3.0

2015-06-15 Thread François Garillot
You may want to have a look there if you (or the original author) are using JDK 8.0: https://issues.apache.org/jira/browse/SPARK-4193 https://issues.apache.org/jira/browse/SPARK-4543 Cheers, On Sat, Apr 4, 2015 at 10:39 PM mas wrote: > Hi All, > I am trying to build spark 1.3.O on standalone U

Re: UNRESOLVED DEPENDENCIES while building Spark 1.3.0

2015-04-04 Thread Dean Wampler
Use the MVN build instead. From the README in the git repo ( https://github.com/apache/spark) mvn -DskipTests clean package Dean Wampler, Ph.D. Author: Programming Scala, 2nd Edition (O'Reilly) Typesafe @deanwampler

UNRESOLVED DEPENDENCIES while building Spark 1.3.0

2015-04-04 Thread mas
Hi All, I am trying to build spark 1.3.O on standalone Ubuntu 14.04. I am using the sbt command i.e. "sbt/sbt assembly" to build it. This command works pretty good with spark version 1.1 however, it gives following error with spark 1.3.0. Any help or suggestions to resolve this would highly be appr

UNRESOLVED DEPENDENCIES while building Spark 1.3.0

2015-04-04 Thread mas
Hi All, I am trying to build spark 1.3.0 on Ubuntu 14.04 Stand alone machine. I am using "sbt/sbt assembly" command to build it. However, this command works pretty fine with spark version "1.1.0" but for Spark 1.3 it gives following error. Any help or suggestions to resolve this problem will highl