I want to submit a pyspark task
. And some .py
files in different folders.Especially I want put configuration files and common tools in only one folder. But when I submit a pyspark task, I just know --py-files
param, so how to submit folders? My code struct likes:
--conf folder
| --origin.conf
| --scenes.conf
--tools folder
| --utils.py
| --vali.py
-- other fodlsers...