Building Spark against Cloudera 5.2.0 - Failure

2014-10-28 Thread Ganelin, Ilya
Hello all, I am attempting to manually build the master branch of Spark against Cloudera’s 5.2.0 deployment. To do this I am running: mvn -Pyarn -Dhadoop.version=2.5.0-cdh5.2.0 -DskipTests clean package The build completes successfully and then I run: mvn -Pyarn -Phadoop.version=2.5.0-cdh5.2.0

Re: Building Spark against Cloudera 5.2.0 - Failure

2014-10-28 Thread Sean Owen
Typo: -Phadoop.version=2.5.0-cdh5.2.0 should be -Dhadoop.version=2.5.0-cdh5.2.0 which is correct in the first command. -P selects profiles. On Tue, Oct 28, 2014 at 10:35 PM, Ganelin, Ilya ilya.gane...@capitalone.com wrote: Hello all, I am attempting to manually build the master branch of