How does LATERAL VIEW work in Hive?
September 3, 2021How to find the available free space in HDFS?
September 8, 2021We are sure you have seen the below progress bar before in either Spark shell or while refreshing the Spark UI as your Spark job execution is in progress.
You probably wondered what these numbers mean.
[Stage 2 : ===========> (45 + 5) / 150]
Do you like us to send you a 47 page Definitive guide on Spark join algorithms? ===>
Spark progress bar
Stage 2 – quite simple. Indicates the current stage in execution
150 – Total number of tasks in Stage 2
45 – Number of tasks completed in Stage 2
5 – Number of tasks currently in execution in Stage 2