Skip to contents

Get the tags that are currently set to be assigned to all the jobs started by this thread.

Usage

getJobTags()

Note

getJobTags since 3.5.0

Examples

if (FALSE) {
sparkR.session()
tags <- getJobTags()
}