Runtime configuration interface for the Spark Context.
spark_context_config
Description
Retrieves the runtime configuration interface for the Spark Context.
Usage
spark_context_config(sc)Arguments
| Arguments | Description |
|---|---|
| sc | A spark_connection. |
Retrieves the runtime configuration interface for the Spark Context.
| Arguments | Description |
|---|---|
| sc | A spark_connection. |
---
title: "Runtime configuration interface for the Spark Context."
execute:
eval: true
freeze: true
---
## spark_context_config
## Description
Retrieves the runtime configuration interface for the Spark Context.
## Usage
```r
spark_context_config(sc)
```
## Arguments
|Arguments|Description|
|---|---|
| sc | A `spark_connection`. |