Re: Windows - endless Dependency-reduced POM written... in Bagel build

2015-07-07 Thread Ted Yu
See this thread: http://search-hadoop.com/m/q3RTtxVUrL1AvnPj2 On Tue, Jul 7, 2015 at 10:04 AM, Lincoln Atkinson lat...@microsoft.com wrote: I’m trying to build Spark from source on Windows 8.1, using a recent Cygwin install and JDK 8u45. From the root of my enlistment, I’m running

Re: Windows - endless Dependency-reduced POM written... in Bagel build

2015-07-07 Thread Ted Yu
Looks like a workaround has gone in: [SPARK-8819] Fix build for maven 3.3.x FYI On Tue, Jul 7, 2015 at 10:09 AM, Ted Yu yuzhih...@gmail.com wrote: See this thread: http://search-hadoop.com/m/q3RTtxVUrL1AvnPj2 On Tue, Jul 7, 2015 at 10:04 AM, Lincoln Atkinson lat...@microsoft.com wrote:

Windows - endless Dependency-reduced POM written... in Bagel build

2015-07-07 Thread Lincoln Atkinson
I'm trying to build Spark from source on Windows 8.1, using a recent Cygwin install and JDK 8u45. From the root of my enlistment, I'm running `build/mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package` The build moves along just fine for a while, until it builds Spark

RE: Windows - endless Dependency-reduced POM written... in Bagel build

2015-07-07 Thread Lincoln Atkinson
That solved it. Thanks! From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: Tuesday, July 07, 2015 10:21 AM To: Lincoln Atkinson Cc: user@spark.apache.org Subject: Re: Windows - endless Dependency-reduced POM written... in Bagel build Looks like a workaround has gone in: [SPARK-8819] Fix build