View source: R/spark_context_config.R
spark_adaptive_query_execution | R Documentation |
Retrieves or sets whether Spark adaptive query execution is enabled
spark_adaptive_query_execution(sc, enable = NULL)
sc |
A |
enable |
Whether to enable Spark adaptive query execution. Defaults to
|
Other Spark runtime configuration:
spark_advisory_shuffle_partition_size()
,
spark_auto_broadcast_join_threshold()
,
spark_coalesce_initial_num_partitions()
,
spark_coalesce_min_num_partitions()
,
spark_coalesce_shuffle_partitions()
,
spark_session_config()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.