cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to identify or determine how many jobs will be performed if I submit code

Sagar1
New Contributor III

Iโ€™m not able to find a source where it explains how to determine how many job a written piece of pyspark code will trigger. Can you please help me here. About stages I know that the number of shuffles equals to the number of stages.

3 REPLIES 3

Debayan
Databricks Employee
Databricks Employee

Hi @sagar Varmaโ€‹ , Your job can consist of a single task or can be a large, multi-task workflow with complex dependencies.

You can list the jobs. Please refer: https://docs.databricks.com/workflows/jobs/jobs.html#view-jobs

-werners-
Esteemed Contributor III

Hi @sagar Varmaโ€‹ , I believe you are talking about Spark jobs (and not the Databricks workflow jobs).

Basically a spark job is created per physical operator. This can be an action but also others like BroadcastHashJoinExec.

Jacek Laskowski explained it on SO pretty well:

https://stackoverflow.com/questions/49385724/how-to-know-the-number-of-spark-jobs-and-stages-in-broa...

Anonymous
Not applicable

Hi @sagar Varmaโ€‹ 

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.

Thanks!

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group