RE: submit spark job with spcified file for driver

2016-02-04 Thread Mohammed Guller
Here is the description for the --file option that you can specify to spark-submit: --files FILES Comma-separated list of files to be placed in the working directory of each executor. Mohammed Author: Big Data Analytics with Spark -Original Message- From: alexeyy3

Re: submit spark job with spcified file for driver

2016-02-04 Thread Ted Yu
Please take a look at: core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala You would see '--files' argument On Thu, Feb 4, 2016 at 2:17 PM, alexeyy3 wrote: > Is it possible to specify a file (with key-value properties) when > submitting > spark app