spark_session_config | R Documentation |
Retrieves or sets runtime configuration entries for the Spark Session
spark_session_config(sc, config = TRUE, value = NULL)
sc |
A |
config |
The configuration entry name(s) (e.g., |
value |
The configuration value to be set. Defaults to |
Other Spark runtime configuration:
spark_adaptive_query_execution()
,
spark_advisory_shuffle_partition_size()
,
spark_auto_broadcast_join_threshold()
,
spark_coalesce_initial_num_partitions()
,
spark_coalesce_min_num_partitions()
,
spark_coalesce_shuffle_partitions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.