what build command are you using?    What do you mean when you say YARN branch? 

The yarn builds have been working fine for me with maven.   Build command I use 
against hadoop 2.2 or higher: mvn -Dyarn.version=2.2.0 -Dhadoop.version=2.2.0 
-Pyarn clean package -DskipTests

Tom



On Friday, February 28, 2014 6:14 AM, Lars Francke <lars.fran...@gmail.com> 
wrote:
 
Hey,

I'm trying to dig into Spark's code but am running into a couple of problems.

1) The yarn-common directory is not included in the Maven build
causing things to fail because the dependency is missing. If I see the
history correct it used to be a Maven module but is not anymore.

2) When I try to include the yarn-common directory in the build things
start going bad. Compilation failures all over the place and I think
there are some dependency issues in there as well.

This leads me to believe that either the Maven build system isn't
maintained for YARN or the whole YARN branch isn't. What's the status
here?

Without YARN things build fine for me using Maven.

Thanks for your help.

Cheers,
Lars

Reply via email to