cancel
Showing results for 
Search instead for 
Did you mean: 
Nandini
New Contributor II
since ‎12-05-2022
‎06-26-2023

User Stats

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

User Activity

I am trying to parallelise the execution of file copy in Databricks. Making use of multiple executors is one way. So, this is the piece of code that I wrote in pyspark.def parallel_copy_execution(src_path: str, target_path: str): files_in_path = db...
Kudos from