Re: Building spark-examples takes too much time using Maven

2015-08-26 Thread Ted Yu
Can you provide a bit more information ?

Are Spark artifacts packaged by you have the same names / paths (in maven
repo) as the ones published by Apache Spark ?

Is Zinc running on the machine where you performed the build ?

Cheers

On Wed, Aug 26, 2015 at 7:56 AM, Muhammad Haseeb Javed <
11besemja...@seecs.edu.pk> wrote:

> I checked out the master branch and started playing around with the
> examples. I want to build a jar  of the examples as I wish run them using
> the modified spark jar that I have. However, packaging spark-examples takes
> too much time as maven tries to download the jar dependencies rather than
> use the jar that are already present int the system as I extended and
> packaged spark itself locally?
>


Building spark-examples takes too much time using Maven

2015-08-26 Thread Muhammad Haseeb Javed
I checked out the master branch and started playing around with the
examples. I want to build a jar  of the examples as I wish run them using
the modified spark jar that I have. However, packaging spark-examples takes
too much time as maven tries to download the jar dependencies rather than
use the jar that are already present int the system as I extended and
packaged spark itself locally?