Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a progress handler that was previously registered.
Syntax
removeProgressHandler(handler)
Parameters
| Parameter | Type | Description |
|---|---|---|
handler |
ProgressHandler | The handler to remove if present in the list of progress handlers. |
Returns
None
Notes
This method is only supported with Spark Connect. With a regular Spark session it raises an exception.