Re: problem building spark on centos

2016-01-06 Thread Ted Yu
hih...@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

Re: problem building spark on centos

2016-01-06 Thread Jade Liu
nks! Jade From: Ted Yu <yuzhih...@gmail.com<mailto:yuzhih...@gmail.com>> Date: Wednesday, January 6, 2016 at 10:40 AM To: Jade Liu <jade@nor1.com<mailto:jade@nor1.com>>, user <user@spark.apache.org<mailto:user@spark.apache.org>> Subject: Re: problem buil

Re: problem building spark on centos

2016-01-06 Thread Todd Nist
aCompilerSupport.compile(ScalaCompilerSupport.java:119) >> at >> scala_maven.ScalaCompilerSupport.doExecute(ScalaCompilerSupport.java:99) >> at scala_maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:482) >> at >> org.apache.maven.plugin.DefaultBuildPluginManager.execu

Re: problem building spark on centos

2016-01-06 Thread Todd Nist
gin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) > > Not sure what’s causing it. Does anyone have any idea? > > Thanks! > > Jade > From: Ted Yu <yuzhih...@gmail.com> > Date: Wednesday, January 6, 2016 at 10:40 AM > To: Jade Liu <jade@nor1.c

Re: problem building spark on centos

2016-01-06 Thread Jade Liu
nor1.com>> Cc: Ted Yu <yuzhih...@gmail.com<mailto:yuzhih...@gmail.com>>, "user@spark.apache.org<mailto:user@spark.apache.org>" <user@spark.apache.org<mailto:user@spark.apache.org>> Subject: Re: problem building spark on centos Hi Jade, I think you &q

Re: problem building spark on centos

2016-01-06 Thread Todd Nist
ginManager.executeMojo(DefaultBuildPluginManager.java:145) >> at >> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) >> ... 20 more >> Caused by: Compile failed via zinc server >> at >> sbt_inc.SbtIncrementalCompiler.zincCompile(SbtI

Re: problem building spark on centos

2016-01-06 Thread Marcelo Vanzin
If you're trying to compile against Scala 2.11, you're missing "-Dscala-2.11" in that command. On Wed, Jan 6, 2016 at 12:27 PM, Jade Liu wrote: > Hi, Todd: > > Thanks for your suggestion. Yes I did run the ./dev/change-scala-version.sh > 2.11 script when using scala version

Re: problem building spark on centos

2016-01-06 Thread Jade Liu
uot; <user@spark.apache.org<mailto:user@spark.apache.org>> Subject: Re: problem building spark on centos Not sure, I just built it with java 8, but 7 is supported so that should be fine. Are you using maven 3.3.3 + ? RADTech:spark-1.5.2 tnist$ mvn -version Java HotSpot(TM) 64-Bit Server VM

problem building spark on centos

2016-01-05 Thread Jade Liu
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: + VERSION='[ERROR] [Help 2]

Re: problem building spark on centos

2016-01-05 Thread Ted Yu
Which version of maven are you using ? It should be 3.3.3+ On Tue, Jan 5, 2016 at 4:54 PM, Jade Liu 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