Assigns a group ID to all the jobs started by this thread until the group ID is set to a different value or cleared.
setJobGroup.Rd
Assigns a group ID to all the jobs started by this thread until the group ID is set to a different value or cleared.
Examples
if (FALSE) { # \dontrun{
sparkR.session()
setJobGroup("myJobGroup", "My job group description", TRUE)
} # }