zhengruifeng commented on code in PR #37517:
URL: https://github.com/apache/spark/pull/37517#discussion_r945662857


##########
python/pyspark/context.py:
##########
@@ -531,32 +564,57 @@ def applicationId(self) -> str:
 
     @property
     def uiWebUrl(self) -> str:
-        """Return the URL of the SparkUI instance started by this 
SparkContext"""
+        """Return the URL of the SparkUI instance started by this 
`SparkContext`
+
+        .. versionadded:: 2.1.0

Review Comment:
   haha, I have tried this example, it will throw an exception since 
`self._jsc.sc().uiWebUrl()` is None in this case.
   Let me try to enable sparkUI



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to