# Clear current job group ID and its description

Clear current job group ID and its description

## Usage

``` r
clearJobGroup()
```

## Note

clearJobGroup since 1.5.0

## Examples

``` r
if (FALSE) { # \dontrun{
sparkR.session()
clearJobGroup()
} # }
```
