| setLocalProperty {SparkR} | R Documentation | 
Set a local property that affects jobs submitted from this thread, such as the Spark fair scheduler pool.
setLocalProperty(key, value)
| key | The key for a local property. | 
| value | The value for a local property. | 
setLocalProperty since 2.3.0
## Not run: 
##D setLocalProperty("spark.scheduler.pool", "poolA")
## End(Not run)