Re: Setting JVM options to Spark executors in Standalone mode

2015-01-16 Thread Michel Dufresne
; > Zhan Zhang > > On Jan 16, 2015, at 9:56 AM, Michel Dufresne < > sparkhealthanalyt...@gmail.com> wrote: > > > Hi All, > > > > I'm trying to set some JVM options to the executor processes in a > > standalone cluster. Here's wh

Setting JVM options to Spark executors in Standalone mode

2015-01-16 Thread Michel Dufresne
Hi All, I'm trying to set some JVM options to the executor processes in a standalone cluster. Here's what I have in *spark-env.sh*: jmx_opt="-Dcom.sun.management.jmxremote" > jmx_opt="${jmx_opt} -Djava.net.preferIPv4Stack=true" > jmx_opt="${jmx_opt} -Dcom.sun.management.jmxremote.port=" > jmx