cancel
Showing results for 
Search instead for 
Did you mean: 
pen
New Contributor II
since ‎10-17-2022
‎06-26-2023

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

If I send the package made by zipfile on spark.submit.pyFiles which zip by this code. import zipfile, os def make_zip(source_dir, output_filename): with zipfile.ZipFile(output_filename, 'w') as zipf: pre_len = len(os.path....
Kudos from