powered by
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(groupId, description, interruptOnCancel)
the ID to be assigned to job groups.
description for the job group ID.
flag to indicate if the job is interrupted on job cancellation.
# NOT RUN { sparkR.session() setJobGroup("myJobGroup", "My job group description", TRUE) # }
Run the code above in your browser using DataLab