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:
##D sc <- sparkR.init()
##D cancelJobGroup(sc, "myJobGroup")
## End(Not run)