Re: Upgrade from 1.2 to 1.6 - parsing flat files in working directory

2016-07-26 Thread Sumona Routh
Can anyone provide some guidance on how to get files on the classpath for our Spark job? This used to work in 1.2, however after upgrading we are getting nulls when attempting to load resources. Thanks, Sumona On Thu, Jul 21, 2016 at 4:43 PM Sumona Routh wrote: > Hi all, >

Upgrade from 1.2 to 1.6 - parsing flat files in working directory

2016-07-21 Thread Sumona Routh
Hi all, We are running into a classpath issue when we upgrade our application from 1.2 to 1.6. In 1.2, we load properties from a flat file (from working directory of the spark-submit script) using classloader resource approach. This was executed up front (by the driver) before any processing