Spark: The Definitive Guide: Big Data Processing Made Simple by Bill Chambers & Matei Zaharia

Spark: The Definitive Guide: Big Data Processing Made Simple by Bill Chambers & Matei Zaharia

Author:Bill Chambers & Matei Zaharia [Chambers, Bill & Zaharia, Matei]
Language: eng
Format: epub
Tags: Python, Data Modeling & Design, Computers, Java, Information Technology/Operations, Programming Languages, Computer Engineering, Data Processing, Data Mining, Databases
ISBN: 9781491912300
Google: oitLDwAAQBAJ
Publisher: O'Reilly Media, Inc.
Published: 2018-02-08T19:27:52.453004+00:00


The Spark UI

The Spark UI provides a visual way to monitor applications while they are running as well as metrics about your Spark workload, at the Spark and JVM level. Every SparkContext running launches a web UI, by default on port 4040, that displays useful information about the application. When you run Spark in local mode, for example, just navigate to http://localhost:4040 to see the UI when running a Spark Application on your local machine. If you’re running multiple applications, they will launch web UIs on increasing port numbers (4041, 4042, …). Cluster managers will also link to each application’s web UI from their own UI.

Figure 18-2 shows all of the tabs available in the Spark UI.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.