cancelJobGroup {SparkR}R Documentation

Cancel active jobs for the specified group

Description

Cancel active jobs for the specified group

Usage

cancelJobGroup(groupId)

Arguments

groupId

the ID of job group to be cancelled

Note

cancelJobGroup since 1.5.0

Examples

## Not run: 
##D sparkR.session()
##D cancelJobGroup("myJobGroup")
## End(Not run)

[Package SparkR version 3.1.2 Index]