- Apache Spark 2.x for Java Developers
- Sourav Gulati Sumit Kumar
- 159字
- 2021-07-02 19:02:02
Stages
The Stages tab lists and provides, current state of all the stages of every job executed in the SparkContext. It can be accessed at http://localhost:4040/stages/. The Stages tab of Spark UI is rendered using the org.apache.spark.ui.jobs.StagesTab class.
Like the Jobs tab, the Stages tab also consists of three sections:
- Active Stages: This section is for the stages of an active that are currently running
- Completed Stages: This section is for the stages of active/failed/completed jobs that successfully completed
- Failed Stages: This section is for the stages of active/failed/completed jobs that were failed
After executing all the jobs mentioned in the Spark REPL also known as CLI section, the Stages tab will look as follows:

If you click on any of the stages you can see various details of the stage, that is, the DAG of tasks executed, Event Timeline, and so on. Also, this page provides metrics of various details of executors and tasks executed in the stage:

推薦閱讀
- 零基礎(chǔ)學(xué)Visual C++第3版
- SoapUI Cookbook
- Redis Applied Design Patterns
- Full-Stack React Projects
- Python機(jī)器學(xué)習(xí)編程與實戰(zhàn)
- Gradle for Android
- C語言程序設(shè)計
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- 零基礎(chǔ)Java學(xué)習(xí)筆記
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實戰(zhàn)
- Node學(xué)習(xí)指南(第2版)
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- C++ System Programming Cookbook
- Python編程快速上手2
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)