Remove a tag previously added to be assigned to all the jobs started by this thread. Noop if such a tag was not added earlier.
removeJobTAg.Rd
Remove a tag previously added to be assigned to all the jobs started by this thread. Noop if such a tag was not added earlier.
Examples
if (FALSE) {
sparkR.session()
removeJobTag("myJobTag")
}