- 22146 Views
- 4 replies
- 2 kudos
I have a scenario where I need to run same databricks notebook multiple times in parallel.What is the best approach to do this ?
- 22146 Views
- 4 replies
- 2 kudos
Latest Reply
Hi @Hariharan Sambath Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you....
3 More Replies
- 3014 Views
- 1 replies
- 3 kudos
I'm new to Spark and trying to understand how some of its components work.I understand that once the data is loaded into the memory of separate nodes, they process partitions in parallel, within their own memory (RAM).But I'm wondering whether the in...
- 3014 Views
- 1 replies
- 3 kudos
Latest Reply
@Narek Margaryan , Normally the reading is done in parallel because the underlying file system is already distributed (if you use HDFS-based storage or something like, a data lake f.e.).The number of partitions in the file itself also matters.This l...