SparkR (version 2.4.6)

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

Description

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.

Examples

Run this code
# NOT RUN {
getLocalProperty("spark.scheduler.pool")
# }

Run the code above in your browser using DataCamp Workspace