w.r.t. the second error, have you read this ? http://www.captaindebug.com/2013/03/mavens-non-resolvable-parent-pom-problem.html#.Vo1fFGSrSuo
On Wed, Jan 6, 2016 at 9:49 AM, Jade Liu <jade....@nor1.com> wrote: > I’m using 3.3.9. Thanks! > > Jade > > From: Ted Yu <yuzhih...@gmail.com> > Date: Tuesday, January 5, 2016 at 4:57 PM > To: Jade Liu <jade....@nor1.com> > Cc: "user@spark.apache.org" <user@spark.apache.org> > Subject: Re: problem building spark on centos > > Which version of maven are you using ? > > It should be 3.3.3+ > > On Tue, Jan 5, 2016 at 4:54 PM, Jade Liu <jade....@nor1.com> wrote: > >> Hi, All: >> >> I’m trying to build spark 1.5.2 from source using maven with the >> following command: >> >> ./make-distribution.sh --tgz -Phadoop-2.6 -Pyarn -Dhadoop.version=2.6.0 >> -Dscala-2.11 -Phive -Phive-thriftserver –DskipTests >> >> >> I got the following error:I' >> >> + VERSION='[ERROR] [Help 2] >> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException >> ' >> >> >> When I try: >> >> build/mvn -X -Pyarn -Phadoop-2.6 -Dhadoop.version=2.6.0 -DskipTests clean >> package >> >> >> I got the following error: >> >> [FATAL] Non-resolvable parent POM for >> org.apache.spark:spark-parent_2.11:1.5.2: Could not transfer artifact >> org.apache:apache:pom:14 from/to central (https://repo1.maven.org/maven2): >> java.security.ProviderException: java.security.KeyException and >> 'parent.relativePath' points at wrong local POM @ line 22, column 11 >> >> >> Does anyone know how to change the settings in maven to fix this? >> >> >> Thanks in advance, >> >> >> Jade >> > >