- Machine Learning with Spark(Second Edition)
- Rajdeep Dua Manpreet Singh Ghotra Nick Pentreath
- 125字
- 2021-07-09 21:07:44
UI in Spark
Spark provides a web interface which can be used to monitor jobs, see the environment, and run SQL commands.
SparkContext launches a web UI on port 4040 that displays useful information about the application. This includes the following:
- A list of scheduler stages and tasks
- A summary of RDD sizes and memory usage
- Environmental information
- Information about the running executors
This interface can be accessed by going to http://<driver-node>:4040 in a web browser. If multiple SparkContexts are running on the same host, they will bind to ports beginning with port 4040 (4041, 4042, and so on).
The following screenshots display some of the information provided by the Web UI:

UI showing the Environment of the Spark Content

UI table showing Executors available
推薦閱讀
- 人工智能超越人類
- Cloud Analytics with Microsoft Azure
- 微型計算機控制技術(shù)
- 80x86/Pentium微型計算機原理及應用
- Cloudera Administration Handbook
- 信息物理系統(tǒng)(CPS)測試與評價技術(shù)
- 大數(shù)據(jù)時代
- Prometheus監(jiān)控實戰(zhàn)
- Dreamweaver CS6精彩網(wǎng)頁制作與網(wǎng)站建設(shè)
- 邊緣智能:關(guān)鍵技術(shù)與落地實踐
- 工業(yè)自動化技術(shù)實訓指導
- Excel 2007終極技巧金典
- 企業(yè)級Web開發(fā)實戰(zhàn)
- Flash CS5二維動畫設(shè)計與制作
- VMware vSphere 6.5 Cookbook(Third Edition)