Re: load Java properties file in Spark

2015-06-29 Thread ayan guha
You may want to store the propertyfile either locally or ifyour intend to launch it in yarn modes then in HDFS (asyou do notknow which node wil become your AM) On Mon, Jun 29, 2015 at 10:51 PM, diplomatic Guru wrote: > I want to store the Spark application arguments such as input file, output >

load Java properties file in Spark

2015-06-29 Thread diplomatic Guru
I want to store the Spark application arguments such as input file, output file into a Java property files and pass that file into Spark Driver. I'm using spark-submit for submitting the job but couldn't find a parameter to pass the properties file. Have you got any suggestions?