you can read this document :
http://spark.apache.org/docs/latest/building-spark.html
this might can solve you question
and if you compile spark with maven you might need to set mave option like this 
 befor you start compile it
export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m"

thanks
On Fri, Mar 06, 2015 at 07:10:34PM +1100, Night Wolf wrote:
> Tried with that. No luck. Same error on abt-interface jar. I can see maven
> downloaded that jar into my .m2 cache
> 
> On Friday, March 6, 2015, 鹰 <980548...@qq.com> wrote:
> 
> > try it with mvn  -DskipTests -Pscala-2.11 clean install package

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to