sparkR.stop {SparkR}R Documentation

Stop the Spark Session and Spark Context

Description

Stop the Spark Session and Spark Context.

Usage

sparkR.stop()

sparkR.session.stop()

Details

Also terminates the backend this R session is connected to.

Note

sparkR.stop since 1.4.0

sparkR.session.stop since 2.0.0


[Package SparkR version 2.0.0 Index]