Skip to contents

Add a tag to be assigned to all the jobs started by this thread.

Usage

addJobTag(tag)

Arguments

tag

The tag to be added. Cannot contain ',' (comma) character.

Note

addJobTag since 3.5.0

Examples

if (FALSE) {
sparkR.session()
addJobTag("myJobTag")
}