getLocalProperty: Get a local property set in this thread, or 'NULL' if it is...

Description Usage Arguments Note Examples

View source: R/sparkR.R

Description

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

Usage

1

Arguments

key

The key for a local property.

Note

getLocalProperty since 2.3.0

Examples

1
2
3
4
## Not run: 
getLocalProperty("spark.scheduler.pool")

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.