That fixed it! Thank you!
--Ben On Thu, Apr 14, 2016 at 5:53 PM, Marcelo Vanzin <[email protected]> wrote: > 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 >
