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 toFalse
, it returnsNone
.Examples
>>> sc.uiWebUrl 'http://...'