Sorry , mvn -Pnew-yarn -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -DskipTests 
clean package

The one in previous mail not yet available.


Best Regards,
Raymond Liu


-----Original Message-----
From: Liu, Raymond 
Sent: Friday, January 03, 2014 2:09 PM
To: dev@spark.incubator.apache.org
Subject: RE: compiling against hadoop 2.2

I think you also need to set yarn.version

Say something like 

mvn -Pyarn -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -DskipTests clean package


hadoop.version is default to 2.2.0 while yarn.version not when you chose the 
new-yarn profile. We probably need to fix it later for easy usage.



Best Regards,
Raymond Liu

-----Original Message-----
From: Ted Yu [mailto:yuzhih...@gmail.com] 
Sent: Friday, January 03, 2014 1:07 PM
To: dev@spark.incubator.apache.org
Subject: compiling against hadoop 2.2

Hi,
I used the following command to compile against hadoop 2.2:
mvn clean package -DskipTests -Pnew-yarn

But I got a lot of compilation errors.

Did I use the wrong command ?

Cheers

Reply via email to