# Stop the Spark Session and Spark Context

Stop the Spark Session and Spark Context.

## Usage

``` r
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
