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

推薦閱讀
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- 案例式C語言程序設(shè)計
- Web Development with Django Cookbook
- Python從入門到精通(精粹版)
- Python 3網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Big Data Analytics
- ElasticSearch Cookbook(Second Edition)
- 動手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- Python程序設(shè)計與算法基礎(chǔ)教程(第2版)(微課版)
- OpenCV Android開發(fā)實戰(zhàn)
- JavaScript編程精解(原書第2版)
- Mastering ASP.NET Web API
- ASP.NET 4權(quán)威指南
- Performance Testing with JMeter 3(Third Edition)