RE: FW: No APPLICATION_COMPLETE file created in history server log location upon pyspark job success

2015-01-07 Thread michael.england
Thanks Andrew, simple fix ☺. From: Andrew Ash [mailto:and...@andrewash.com] Sent: 07 January 2015 15:26 To: England, Michael (IT/UK) Cc: user Subject: Re: FW: No APPLICATION_COMPLETE file created in history server log location upon pyspark job success Hi Michael, I think you need

Re: FW: No APPLICATION_COMPLETE file created in history server log location upon pyspark job success

2015-01-07 Thread Andrew Ash
Hi Michael, I think you need to explicitly call sc.stop() on the spark context for it to close down properly (this doesn't happen automatically). See https://issues.apache.org/jira/browse/SPARK-2972 for more details Andrew On Wed, Jan 7, 2015 at 3:38 AM, michael.engl...@nomura.com wrote: