Skip to main content

stop (SparkSession)

Stops the underlying SparkContext.

Syntax

stop()

Returns

None

Examples

Python
spark.stop()