Accessing Apache Spark User Interface
You can access the Apache Spark master, worker, application UI to know about configured worker nodes, cluster resources, and spark jobs.
Procedure
-
Apache Spark Master Web UI
Browse the Apache Spark UI to know about worker nodes, running application, and cluster resources.
-
Run the following URL to access the Apache Spark master UI:
http://IP Address of Master:8080/
-
Apache Spark Worker Web UI
-
Run the following URL to access the Apache Spark worker UI:
http://IP Address of Master:8081/
Copyright © Cloud Software Group, Inc. All rights reserved.