Re: [Spark UI] Spark 2.3.1 UI no longer respects spark.ui.retainedJobs

2018-10-25 Thread Patrick Brown
Done: https://issues.apache.org/jira/browse/SPARK-25837 On Thu, Oct 25, 2018 at 10:21 AM Marcelo Vanzin wrote: > Ah that makes more sense. Could you file a bug with that information > so we don't lose track of this? > > Thanks > On Wed, Oct 24, 2018 at 6:13 PM Patrick

Re: [Spark UI] Spark 2.3.1 UI no longer respects spark.ui.retainedJobs

2018-10-23 Thread Patrick Brown
in > memory (checked with jvisualvm). > > On Sat, Oct 20, 2018 at 6:45 PM Marcelo Vanzin > wrote: > > > > On Tue, Oct 16, 2018 at 9:34 AM Patrick Brown > > wrote: > > > I recently upgraded to spark 2.3.1 I have had these same settings in > my spark submit script, whi

[Spark UI] Spark 2.3.1 UI no longer respects spark.ui.retainedJobs

2018-10-16 Thread Patrick Brown
I recently upgraded to spark 2.3.1 I have had these same settings in my spark submit script, which worked on 2.0.2, and according to the documentation appear to not have changed: spark.ui.retainedTasks=1 spark.ui.retainedStages=1 spark.ui.retainedJobs=1 However in 2.3.1 the UI doesn't seem to

Driver Hangs before starting Job

2015-12-01 Thread Patrick Brown
Hi, I am building a Spark app which aggregates sensor data stored in Cassandra. After I submit my app to spark the driver and application show up quickly then, before any Spark job shows up in the application UI there is a huge lag, on the order of minutes to sometimes hours. Once the Spark job