cancelJobGroup {SparkR} | R Documentation |
Cancel active jobs for the specified group
## Default S3 method: cancelJobGroup(groupId)
groupId |
the ID of job group to be cancelled |
cancelJobGroup since 1.5.0
## Not run: sparkR.session() cancelJobGroup("myJobGroup") ## End(Not run)