getLocalProperty {SparkR} | R Documentation |
NULL
if it is missing. See
setLocalProperty
.Get a local property set in this thread, or NULL
if it is missing. See
setLocalProperty
.
getLocalProperty(key)
key |
The key for a local property. |
getLocalProperty since 2.3.0
## Not run:
##D getLocalProperty("spark.scheduler.pool")
## End(Not run)