cancel
Showing results for 
Search instead for 
Did you mean: 
AdrianLobacz
Databricks Partner
since ‎01-05-2023
‎04-26-2026

User Stats

  • 13 Posts
  • 1 Solutions
  • 1 Kudos given
  • 10 Kudos received

User Activity

I faced some challenges in my projects related to parallel processing in Databricks. In many cases, the issue was not the volume of data itself, but the overall execution time. I was processing a relatively small number of objects, but each object re...
Maybe someone has encountered this problem before?I’m running parallel loading for 10 objects using pool.map. Nine of them complete successfully, but one fails when trying to read a configuration file. The problem occurs occasionally and doesn’t foll...