I've learned on how to setup pyspark on multi-node with much of googling. And now i've created my first pyspark code with only creating a dataframe and printing its data inside of it.
But now I wanted to run and execute my pyspark code, i named it "firstcode.py". I've tried to search but didn't get a clue how to do that. Like how to run it, and where should i execute the script to run my "firstcode.py" files?