nxcals.api.extraction.data.builders.SparkSession.interruptAll
- SparkSession.interruptAll() List[str]
Interrupt all operations of this session currently running on the connected server.
New in version 3.5.0.
- Returns:
List of operationIds of interrupted operations.
- Return type:
list of str
Notes
There is still a possibility of operation finishing just as it is interrupted.