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 plugin artifactIdmaven-assembly-plugin/artifactId version2.4.1/version configuration descriptors descriptorassembly/src/main/assembly/assembly.xml/descriptor /descriptors /configuration

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 dirceu.semigh...@gmail.com wrote: I was facing the same problem, and I

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__ angel.alvarez.pas...@gmail.com wrote: I had that problem when I tried to build Spark 1.2. I don't exactly

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 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

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 so...@cloudera.com 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

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] ---