Skip to content

Commit ce758d2

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Fixed iamges issue
1 parent 1354434 commit ce758d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/spark/what-is-speculative-execution-in-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In the below chart, lets consider total 10 tasks in a stage but task 5 takes mor
3434
When the `spark.speculation.minTaskRuntime` is set to 5 seconds, it starts a new task `SP-task5` on a new node.
3535
When job the finished, the original task 5 is killed by the driver.
3636

37-
:::image type="content" source="./media/what-is-speculative-execution-in-spark/runtime-chart.png" alt-text="How to view runtime chart?" lightbox="./media/what-is-speculative-execution-in-spark/runtime-shart.png":::
37+
:::image type="content" source="./media/what-is-speculative-execution-in-spark/runtime-chart.png" alt-text="How to view runtime chart?" lightbox="./media/what-is-speculative-execution-in-spark/runtime-chart.png":::
3838

3939
## When not to run a speculative execution?
4040

0 commit comments

Comments
 (0)