cancelJobGroup {SparkR} | R Documentation |
Cancel active jobs for the specified group
cancelJobGroup(sc, groupId)
sc |
existing spark context |
groupId |
the ID of job group to be cancelled |
## Not run: sc <- sparkR.init() cancelJobGroup(sc, "myJobGroup") ## End(Not run)