Re: Build fails

2016-02-24 Thread Marcelo Vanzin
The error is right there. Just read the output more carefully. On Wed, Feb 24, 2016 at 11:37 AM, Minudika Malshan wrote: > [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ > spark-parent_2.11 --- > [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireMavenVersion > failed

Re: Build fails

2016-02-24 Thread Minudika Malshan
Here is the full stack trace.. @Yin : yeah it seems like a problem with maven version. I am going to update maven. @ Marcelo : Yes, couldn't decide what's wrong at first :) Thanks for your help! [INFO] Scanning for projects... [INFO] -

Re: Build fails

2016-02-24 Thread Yin Yang
I encountered similar warning recently. Please check the version of maven you're using: it should be 3.3.9 On Wed, Feb 24, 2016 at 11:29 AM, Marcelo Vanzin wrote: > Well, did you do what the message instructed you to do and looked > above the message you copied for more specific messages for wh

Re: Build fails

2016-02-24 Thread Marcelo Vanzin
Well, did you do what the message instructed you to do and looked above the message you copied for more specific messages for why the build failed? On Wed, Feb 24, 2016 at 11:28 AM, Minudika Malshan wrote: > Hi, > > I am trying to build from spark source code which was cloned from > https://githu

Re: Build fails due to...multiple overloaded alternatives of constructor RDDInfo define default arguments?

2015-11-07 Thread Jacek Laskowski
Worked for me. Thanks! Pozdrawiam, Jacek -- Jacek Laskowski | http://blog.japila.pl | http://blog.jaceklaskowski.pl Follow me at https://twitter.com/jaceklaskowski Upvote at http://stackoverflow.com/users/1305344/jacek-laskowski On Sat, Nov 7, 2015 at 1:56 PM, Ted Yu wrote: > Created a PR for

Re: Build fails due to...multiple overloaded alternatives of constructor RDDInfo define default arguments?

2015-11-07 Thread Ted Yu
Created a PR for the compilation error: https://github.com/apache/spark/pull/9538 Cheers On Sat, Nov 7, 2015 at 4:41 AM, Jacek Laskowski wrote: > Hi, > > Checked out the latest sources and the build failed: > > [error] > /Users/jacek/dev/oss/spark/core/src/main/scala/org/apache/spark/storage/RD

Re: Build fails on master (f90ad5d)

2014-11-04 Thread Ted Yu
On my MacBook with 2.6 GHz Intel i7 CPU, I run zinc. Here is the tail of mvn build output: [INFO] Spark Project External Flume .. SUCCESS [7.368s] [INFO] Spark Project External ZeroMQ . SUCCESS [9.153s] [INFO] Spark Project External MQTT ...

Re: Build fails on master (f90ad5d)

2014-11-04 Thread Nicholas Chammas
Ah, found it: https://github.com/apache/spark/blob/master/docs/building-spark.md#building-with-sbt This version of the docs should be published once 1.2.0 is released. Nick On Tue, Nov 4, 2014 at 8:53 PM, Alessandro Baretta wrote: > Nicholas, > > Indeed, I was trying to use sbt to speed up the

Re: Build fails on master (f90ad5d)

2014-11-04 Thread Alessandro Baretta
Nicholas, Indeed, I was trying to use sbt to speed up the build. My initial experiments with the maven process took over 50 minutes, which on a 4-core 2014 MacBookPro seems obscene. Then again, after the failed attempt with sbt, mvn clean package took only 13 minutes, leading me to think that most

Re: Build fails on master (f90ad5d)

2014-11-04 Thread Nicholas Chammas
Zinc, I believe, is something you can install and run to speed up your Maven builds. It's not required. I get a bunch of warnings when compiling with Maven, too. Dunno if they are expected or not, but things work fine from there on. Many people do indeed use sbt. I don't know where we have docume

Re: Build fails on master (f90ad5d)

2014-11-04 Thread Alessandro Baretta
Nicholas, Yes, I saw them, but they refer to maven, and I'm under the impression that sbt is the preferred way of building spark. Is indeed maven the "right way"? Anyway, as per your advice I ctrl-d'ed my sbt shell and have ran `mvn -DskipTests clean package`, which completed successfully. So, ind

Re: Build fails on master (f90ad5d)

2014-11-04 Thread Hari Shreedharan
I have seen this on sbt sometimes. I usually do an sbt clean and that fixes it. Thanks, Hari On Tue, Nov 4, 2014 at 3:13 PM, Nicholas Chammas wrote: > FWIW, the "official" build instructions are here: > https://github.com/apache/spark#building-spark > On Tue, Nov 4, 2014 at 5:11 PM, Ted Yu wr

Re: Build fails on master (f90ad5d)

2014-11-04 Thread Nicholas Chammas
FWIW, the "official" build instructions are here: https://github.com/apache/spark#building-spark On Tue, Nov 4, 2014 at 5:11 PM, Ted Yu wrote: > I built based on this commit today and the build was successful. > > What command did you use ? > > Cheers > > On Tue, Nov 4, 2014 at 2:08 PM, Alessand

Re: Build fails on master (f90ad5d)

2014-11-04 Thread Ted Yu
I built based on this commit today and the build was successful. What command did you use ? Cheers On Tue, Nov 4, 2014 at 2:08 PM, Alessandro Baretta wrote: > Fellow Sparkers, > > I am new here and still trying to learn to crawl. Please, bear with me. > > I just pulled f90ad5d from https://git