Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

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