Welcome! ようこそ! 歡迎訪問!

My IP Address

软件下载中心

Skip to contents

Cancel active jobs for the specified group

Usage

cancelJobGroup(groupId)

Arguments

groupId

the ID of job group to be cancelled

Note

cancelJobGroup since 1.5.0

Examples

if (FALSE) {
sparkR.session()
cancelJobGroup("myJobGroup")
}