Description Usage Arguments Note Examples
Set a local property that affects jobs submitted from this thread, such as the Spark fair scheduler pool.
1 | setLocalProperty(key, value)
|
key |
The key for a local property. |
value |
The value for a local property. |
setLocalProperty since 2.3.0
1 2 3 4 | ## Not run:
setLocalProperty("spark.scheduler.pool", "poolA")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.