We have a main job, let's call it main.py,
in the main.py job, we have other python libraries that is stored in s3. call it test1.py, test2.py
when I am submitting to the spark to run the main.py but it can not pick up test1.py and test2.py. in s3.
How to configure so that it can pick up test1.py and test2.py?