Re: Spark History server default conf values

2015-03-10 Thread Srini Karri
Thank you Charles and Meethu. On Tue, Mar 10, 2015 at 12:47 AM, Charles Feduke wrote: > What I found from a quick search of the Spark source code (from my local > snapshot on January 25, 2015): > > // Interval between each check for event log updates > private val UPDATE_INTERVAL_MS = > conf.get

Re: Spark History server default conf values

2015-03-10 Thread Charles Feduke
What I found from a quick search of the Spark source code (from my local snapshot on January 25, 2015): // Interval between each check for event log updates private val UPDATE_INTERVAL_MS = conf.getInt("spark.history.fs.updateInterval", conf.getInt("spark.history.updateInterval", 10)) * 1000 pr