- 14804 Views
- 3 replies
- 3 kudos
I am trying to run the below notebook through databricks but getting the below error. I have tried to update the notebook timeout and the retry mechanism but still no luck yet. NotebookData("/Users/mynotebook",9900, retry=3) ] res = parallelNot...
- 14804 Views
- 3 replies
- 3 kudos
Latest Reply
Hi @Dipak Bachhav, not sure if you have fixed the issue, but here are few things you can check: Is the path "/Users/mynotebook" correct? Maybe you are missing the dot in the beginning.Run the notebook using dbutils.notebook.run("/Users/mynotebook") ...
2 More Replies
by
uzairm
• New Contributor III
- 16447 Views
- 2 replies
- 2 kudos
I am using a threadpool executor and running notebooks in parallel. However, these parallel notebooks are not using executors at all and all the load is going towards the driver node resulting in running out of memory for the driver node and eventual...
- 16447 Views
- 2 replies
- 2 kudos
Latest Reply
Hi @uzair mustafa Thank you for your question! To assist you better, please take a moment to review the answer and let me know if it best fits your needs.Please help us select the best solution by clicking on "Select As Best" if it does.Your feedbac...
1 More Replies
by
swetha
• New Contributor III
- 3001 Views
- 3 replies
- 4 kudos
I have created a job, Inside a job I have created tasks which are independent, I have used the concept of concurrent futures to exhibit parallelism and in each task there are couple of notebooks running(which are independent) Each notebook running ha...
- 3001 Views
- 3 replies
- 4 kudos
Latest Reply
Hi @swetha kadiyala 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.Th...
2 More Replies