I don't think 'sbt assembly' would touch local maven repo for Spark.

Looking at dependency:tree output:

[INFO] org.apache.spark:spark-streaming_2.10:jar:1.1.0-SNAPSHOT
[INFO] +- org.apache.spark:spark-core_2.10:jar:1.1.0-SNAPSHOT:compile

spark-streaming only depends on spark-core other than third party jars.
That's why the command works.

Cheers

On Fri, Dec 5, 2014 at 7:52 AM, Emre Sevinc <[email protected]> wrote:

> Hello,
>
> Specifying '-DskipTests' on commandline worked, though I can't be sure
> whether first running 'sbt assembly' also contributed to the solution.
> (I've tried 'sbt assembly' because branch-1.1's README says to use sbt).
>
> Thanks for the answer.
>
> Kind regards,
> Emre Sevinç
>

Reply via email to