cancelJobGroup {SparkR}R Documentation

Cancel active jobs for the specified group

Description

Cancel active jobs for the specified group

Usage

cancelJobGroup(sc, groupId)

Arguments

sc

existing spark context

groupId

the ID of job group to be cancelled

Examples

## Not run: 
##D sc <- sparkR.init()
##D cancelJobGroup(sc, "myJobGroup")
## End(Not run)

[Package SparkR version 1.6.0 Index]