cancel
Showing results for 
Search instead for 
Did you mean: 
HariharaSam
Contributor
since ‎01-12-2022
‎07-01-2023

User Stats

  • 16 Posts
  • 0 Solutions
  • 0 Kudos given
  • 11 Kudos received

User Activity

Hi Everyone ,I am trying to run a databricks notebook in parallel using ThreadPoolExecutor .Can anyone suggest how to reduce the time taken based on the below findings so far.Current Performance:Time taken - 25 minutes ThreadPoolExecutor max_workers ...
How to enable fair scheduler from Databricks notebook using python commands?
Does anyone know how to fix this ..??
How to convert the rows of a spark dataframe to list without using Pandas.Input Spark Dataframe :Expected Output:[['A','B','C'],['1','2','3'],['4','5','6'],['7','8','9']]
I have a scenario where I need to run same databricks notebook multiple times in parallel.What is the best approach to do this ?