Skip to contents

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

if (FALSE) {
sparkR.session()
cancelJobGroup("myJobGroup")
}