SparkR (version 2.1.2)

cancelJobGroup: Cancel active jobs for the specified group

Description

Cancel active jobs for the specified group

Usage

# S3 method for default
cancelJobGroup(groupId)

Arguments

groupId

the ID of job group to be cancelled

Examples

Run this code
# NOT RUN {
sparkR.session()
cancelJobGroup("myJobGroup")
# }

Run the code above in your browser using DataCamp Workspace