Re: Using G1GC in Spark

2018-06-14 Thread Aakash Basu
Thanks a lot Srinath, for your perpetual help. On Thu, Jun 14, 2018 at 5:49 PM, Srinath C wrote: > You'll have to use "spark.executor.extraJavaOptions" configuration > parameter: > See documentation link > > . > > --co

Re: Using G1GC in Spark

2018-06-14 Thread Srinath C
You'll have to use "spark.executor.extraJavaOptions" configuration parameter: See documentation link . --conf "spark.executor.extraJavaOptions=-XX:+UseG1GC" Regards, Srinath. On Thu, Jun 14, 2018 at 4:44 PM Aakash Bas