Maven is just telling you that there is no version 1.1.0 of yarn-parent, and indeed, it has not been released. To build the branch you would need to "mvn install" to compile and make available local copies of artifacts along the way. (You may have these for 1.1.0-SNAPSHOT locally already). Use Maven, not SBT, for building releases.
On Thu, Aug 21, 2014 at 12:39 AM, Chester Chen <ches...@alpinenow.com> wrote: > *[FATAL] Non-resolvable parent POM: Could not find artifact > org.apache.spark:yarn-parent_2.10:pom:1.1.0 in central ( > http://repo.maven.apache.org/maven2 <http://repo.maven.apache.org/maven2>) > and 'parent.relativePath' points at wrong local POM @ line 20, column 11* --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For additional commands, e-mail: dev-h...@spark.apache.org