setLocalProperty: Set a local property that affects jobs submitted from this...

Description Usage Arguments Note Examples

View source: R/sparkR.R

Description

Set a local property that affects jobs submitted from this thread, such as the Spark fair scheduler pool.

Usage

1
setLocalProperty(key, value)

Arguments

key

The key for a local property.

value

The value for a local property.

Note

setLocalProperty since 2.3.0

Examples

1
2
3
4
## Not run: 
setLocalProperty("spark.scheduler.pool", "poolA")

## End(Not run)

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