sparkR.session.stop {SparkR}R Documentation

Stop the Spark Session and Spark Context

Description

Stop the Spark Session and Spark Context.

Usage

sparkR.session.stop()

sparkR.stop()

Details

Also terminates the backend this R session is connected to.

Note

sparkR.session.stop since 2.0.0

sparkR.stop since 1.4.0


[Package SparkR version 2.4.0 Index]