Skip to contents

Get a local property set in this thread, or NULL if it is missing. See setLocalProperty.

Usage

getLocalProperty(key)

Arguments

key

The key for a local property.

Note

getLocalProperty since 2.3.0

Examples

if (FALSE) {
getLocalProperty("spark.scheduler.pool")
}