Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HDP 2.3.4 - spark web UI

avatar
New Member

In ambari, i can only see link for Spark History server UI. what is the URL for opening Spark Web UI to debug Spark DAG?

I am running HDP 2.3.4 with Spark 1.5.2

1 ACCEPTED SOLUTION

avatar

Hi,

Say If you are running spark-shell, pyspark, spark-sql from sandbox locally, you can try accessing http://sandbox:4040 to see the UI [only while application is running]. Spark launches UI starting from 4040 by default and if u run another local instances parallel to it will go 4041, 4042 etc.

Thanks,

Jobin George

View solution in original post

2 REPLIES 2

avatar

Hi,

Say If you are running spark-shell, pyspark, spark-sql from sandbox locally, you can try accessing http://sandbox:4040 to see the UI [only while application is running]. Spark launches UI starting from 4040 by default and if u run another local instances parallel to it will go 4041, 4042 etc.

Thanks,

Jobin George

avatar

@Sandeep

If you open YARN UI and click Application Master link, you will be redirect to Spark Web UI of your application submitted by spark-shell (and others).