On Thu, Apr 14, 2016 at 2:14 PM, Benjamin Zaitlen <[email protected]> wrote: >> spark-submit --master yarn-cluster /home/ubuntu/test_spark.py --files >> /home/ubuntu/localtest.txt#appSees.txt
--files should come before the path to your python script. Otherwise it's just passed as arguments to your script when it's run. -- Marcelo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
