- 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:

推薦閱讀
- Visual C++程序設計教程
- Programming ArcGIS 10.1 with Python Cookbook
- Building a Recommendation Engine with Scala
- INSTANT Mercurial SCM Essentials How-to
- SSM輕量級框架應用實戰
- Learning OpenStack Networking(Neutron)
- SQL經典實例(第2版)
- PySide 6/PyQt 6快速開發與實戰
- Learning R for Geospatial Analysis
- ServiceNow:Building Powerful Workflows
- C# and .NET Core Test Driven Development
- 打開Go語言之門:入門、實戰與進階
- 零基礎學Kotlin之Android項目開發實戰
- iOS開發項目化入門教程
- 程序員的成長課