Re: Hadoop 2.5 not listed in Spark 1.4 build page

2015-03-24 Thread Denny Lee
Hadoop 2.5 would be referenced as via -Dhadoop-2.5 using the profile -Phadoop-2.4 Please note earlier in the link the section: # Apache Hadoop 2.4.X or 2.5.X mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=VERSION -DskipTests clean package Versions of Hadoop after 2.5.X may or may not work with the

Re: Hadoop 2.5 not listed in Spark 1.4 build page

2015-03-24 Thread Sean Owen
The right invocation is still a bit different: ... -Phadoop-2.4 -Dhadoop.version=2.5.0 hadoop-2.4 == Hadoop 2.4+ On Tue, Mar 24, 2015 at 5:44 PM, Denny Lee denny.g@gmail.com wrote: Hadoop 2.5 would be referenced as via -Dhadoop-2.5 using the profile -Phadoop-2.4 Please note earlier in