Re: Spark Installation Maven PermGen OutOfMemoryException

2014-12-27 Thread varun sharma
This works for me: export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m" && mvn -DskipTests clean package -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Installation-Maven-PermGen-OutOfMemoryException-tp208

Re: Spark Installation Maven PermGen OutOfMemoryException

2014-12-24 Thread Vladimir Protsenko
rification Sean. >>> >>> Best Regards, >>> Guru Medasani >>> >>> >>> >>> >>> > From: so...@cloudera.com >>> > Date: Tue, 23 Dec 2014 15:39:59 + >>> > Subject: Re: Spark Installation Maven Perm

Re: Spark Installation Maven PermGen OutOfMemoryException

2014-12-24 Thread Sean Owen
x27;t work also. > > Best Regards, > Vladimir Protsenko > > 2014-12-23 19:45 GMT+04:00 Guru Medasani : > >> Thanks for the clarification Sean. >> >> Best Regards, >> Guru Medasani >> >> >> >> >> > From: so...@cloudera.com &g

Re: Spark Installation Maven PermGen OutOfMemoryException

2014-12-24 Thread Vladimir Protsenko
gt; Guru Medasani > > > > > > From: so...@cloudera.com > > Date: Tue, 23 Dec 2014 15:39:59 + > > Subject: Re: Spark Installation Maven PermGen OutOfMemoryException > > To: gdm...@outlook.com > > CC: protsenk...@gmail.com; user@spark.apache.org > > >

RE: Spark Installation Maven PermGen OutOfMemoryException

2014-12-23 Thread Guru Medasani
Thanks for the clarification Sean. Best Regards,Guru Medasani > From: so...@cloudera.com > Date: Tue, 23 Dec 2014 15:39:59 + > Subject: Re: Spark Installation Maven PermGen OutOfMemoryException > To: gdm...@outlook.com > CC: protsenk...@gmail.com; user@spark.apache.or

Re: Spark Installation Maven PermGen OutOfMemoryException

2014-12-23 Thread Sean Owen
The text there is actually unclear. In Java 8, you still need to set the max heap size (-Xmx2g). The optional bit is the "-XX:MaxPermSize=512M" actually. Java 8 no longer has a separate permanent generation. On Tue, Dec 23, 2014 at 3:32 PM, Guru Medasani wrote: > Hi Vladimir, > > From the link Se

RE: Spark Installation Maven PermGen OutOfMemoryException

2014-12-23 Thread Guru Medasani
15:04:42 + > Subject: Re: Spark Installation Maven PermGen OutOfMemoryException > To: protsenk...@gmail.com > CC: user@spark.apache.org > > You might try a little more. The official guidance suggests 2GB: > > https://spark.apache.org/docs/latest/building-spark.html#

RE: Spark Installation Maven PermGen OutOfMemoryException

2014-12-23 Thread Somnath Pandeya
? export MAVEN_OPTS=`-Xmx=1500m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m` doesn't help. Waht is a straight forward way to start using Spark? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Installation-Maven-PermGen-OutOfMemoryException-tp

Re: Spark Installation Maven PermGen OutOfMemoryException

2014-12-23 Thread Sean Owen
Xmx=1500m -XX:MaxPermSize=512m > -XX:ReservedCodeCacheSize=512m` doesn't help. > > Waht is a straight forward way to start using Spark? > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Installation-Maven-PermGen-OutOfMemoryException-tp

Spark Installation Maven PermGen OutOfMemoryException

2014-12-23 Thread Vladimir Protsenko
? export MAVEN_OPTS=`-Xmx=1500m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m` doesn't help. Waht is a straight forward way to start using Spark? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Installation-Maven-PermGen-OutOfMemoryException-tp