pyspark.sql.SparkSession.stop

SparkSession.stop() → None[source]

Stop the underlying SparkContext.

New in version 2.0.0.

Changed in version 3.4.0: Supports Spark Connect.

Examples

>>> spark.stop()