I\'m trying to run a script in the pyspark environment but so far I haven\'t been able to. How can I run a script like python script.py but in pyspark? Thanks
Just spark-submit mypythonfile.py should be enough.
spark-submit mypythonfile.py