I don't think it's an 'issue'; the build does in fact require Maven
3.3.3 and Java 7 on purpose. If you don't have Maven 3.3.3, run
'build/mvn' or ('build/mvn --force' if you have an older Maven
locally) to get 3.3.3.On Mon, Aug 31, 2015 at 6:27 AM, Kevin Jung <[email protected]> wrote: > I expect it because the versions are not in the range defined in pom.xml. > You should upgrade your maven version to 3.3.3 and JDK to 1.7. > Spark team already knows this issue so you can get some information on > community board of developers. > > Kevin > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Unable-to-build-Spark-1-5-is-build-broken-or-can-anyone-successfully-build-tp24513p24515.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
