SparkContext.
uiWebUrl
Return the URL of the SparkUI instance started by this SparkContext
SparkContext
New in version 2.1.0.
Notes
When the web ui is disabled, e.g., by spark.ui.enabled set to False, it returns None.
spark.ui.enabled
False
None
Examples
>>> sc.uiWebUrl 'http://...'