pyspark.SparkContext.uiWebUrl

property SparkContext.uiWebUrl

Return the URL of the SparkUI instance started by this 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.

Examples

>>> sc.uiWebUrl
'http://...'