Re: Spark UI consuming lots of memory

2015-10-27 Thread Patrick McGloin
gt;> SQL tab. I have set the following configurations to reduce the memory >>>>>>> consumption: >>>>>>> - spark.ui.retainedJobs=20 >>>>>>> - spark.ui.retainedStages=40 >>>>>>> - spark.sql.ui.reta

Re: Spark UI consuming lots of memory

2015-10-15 Thread Nicholas Pritchard
gt;>> However, I still get OOM errors in the driver process with the >>>>>> default 1GB >>>>>> heap size. The following link is a screen shot of a heap dump report, >>>>>> showing the SQLListener instance having a retained si

Spark UI consuming lots of memory

2015-10-12 Thread pnpritchard
nks, Nick -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-UI-consuming-lots-of-memory-tp25033.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsub

Re: Spark UI consuming lots of memory

2015-10-12 Thread Nicholas Pritchard
B. >>> >>> https://cloud.githubusercontent.com/assets/5124612/10404379/20fbdcfc-6e87-11e5-9415-27e25193a25c.png >>> >>> Rather than just increasing the allotted heap size, does anyone have any >>> other ideas? Is it possible to disable the SQL tab specifi

Re: Spark UI consuming lots of memory

2015-10-12 Thread Nicholas Pritchard
tab specifically? I also >> thought about serving the UI from disk rather than memory with >> "spark.eventLog.enabled=true" and "spark.ui.enabled=false". Has anyone >> tried >> this before?

Re: Spark UI consuming lots of memory

2015-10-12 Thread Shixiong Zhu
t;>>>> showing the SQLListener instance having a retained size of 600MB. >>>>> >>>>> https://cloud.githubusercontent.com/assets/5124612/10404379/20fbdcfc-6e87-11e5-9415-27e25193a25c.png >>>>> >>>>> Rather than just in

Re: Spark UI consuming lots of memory

2015-10-12 Thread Shixiong Zhu
g the UI from disk rather than memory with > "spark.eventLog.enabled=true" and "spark.ui.enabled=false". Has anyone > tried > this before? > > Thanks, > Nick > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.na

Re: Spark UI consuming lots of memory

2015-10-12 Thread Shixiong Zhu
githubusercontent.com/assets/5124612/10404379/20fbdcfc-6e87-11e5-9415-27e25193a25c.png >>>> >>>> Rather than just increasing the allotted heap size, does anyone have any >>>> other ideas? Is it possible to disable the SQL tab specifically? I also >>>> though