SparkR (version 3.1.2)

cancelJobGroup: 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

Examples

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

Run the code above in your browser using DataLab