cancelJobGroup: Cancel active jobs for the specified group

Description Usage Arguments Note Examples

View source: R/sparkR.R

Description

Cancel active jobs for the specified group

Usage

1
cancelJobGroup(groupId)

Arguments

groupId

the ID of job group to be cancelled

Note

cancelJobGroup since 1.5.0

Examples

1
2
3
4
5
## Not run: 
sparkR.session()
cancelJobGroup("myJobGroup")

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.