Re: Use mvn to build Spark 1.2.0 failed

2015-01-28 Thread Dirceu Semighini Filho
Before this I was facing the same problem, and fixed it adding the plugin at the root pom.xml Maybe this is related to the release, mine is: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T17:58:10-03:00) Java version: 1.8.0_20, vendor: Oracle Corporation OS name: "linux",

Re: Use mvn to build Spark 1.2.0 failed

2015-01-28 Thread Sean Owen
I don't see how this would relate to the problem in the OP? the assemblies build fine already as far as I can tell. Your new error may be introduced by your change. On Wed, Jan 28, 2015 at 2:52 PM, Dirceu Semighini Filho wrote: > I was facing the same problem, and I fixed it by adding > > > mav

Re: Use mvn to build Spark 1.2.0 failed

2015-01-28 Thread Dirceu Semighini Filho
I was facing the same problem, and I fixed it by adding maven-assembly-plugin 2.4.1 assembly/src/main/assembly/assembly.xml in the root pom.xml, following the maven assembly plugin docs

Re: Use mvn to build Spark 1.2.0 failed

2015-01-27 Thread Sean Owen
You certainly do not need yo build Spark as root. It might clumsily overcome a permissions problem in your local env but probably causes other problems. On Jan 27, 2015 11:18 AM, "angel__" wrote: > I had that problem when I tried to build Spark 1.2. I don't exactly know > what > is causing it, bu

Re: Use mvn to build Spark 1.2.0 failed

2015-01-27 Thread angel__
I had that problem when I tried to build Spark 1.2. I don't exactly know what is causing it, but I guess it might have something to do with user permissions. I could finally fix this by building Spark as "root" user (now I'm dealing with another problem, but ...that's another story...) -- View

Re: Use mvn to build Spark 1.2.0 failed

2014-12-22 Thread Patrick Wendell
I also couldn't reproduce this issued. On Mon, Dec 22, 2014 at 2:24 AM, Sean Owen wrote: > I just tried the exact same command and do not see any error. Maybe > you can make sure you're starting from a clean extraction of the > distro, and check your environment. I'm on OSX, Maven 3.2, Java 8 but

Re: Use mvn to build Spark 1.2.0 failed

2014-12-22 Thread Sean Owen
I just tried the exact same command and do not see any error. Maybe you can make sure you're starting from a clean extraction of the distro, and check your environment. I'm on OSX, Maven 3.2, Java 8 but I don't know that any of those would be relevant. On Mon, Dec 22, 2014 at 4:10 AM, wyphao.2007

Use mvn to build Spark 1.2.0 failed

2014-12-21 Thread wyphao.2007
Hi all, Today download Spark source from http://spark.apache.org/downloads.html page, and I use ./make-distribution.sh --tgz -Phadoop-2.2 -Pyarn -DskipTests -Dhadoop.version=2.2.0 -Phive to build the release, but I encountered an exception as follow: [INFO] --- build-helper-maven-plugin:1.