Uncache a Spark Table
tbl_uncache
Description
Force a Spark table with name name to be unloaded from memory.
Usage
tbl_uncache(sc, name)Arguments
| Arguments | Description |
|---|---|
| sc | A spark_connection. |
| name | The table name. |
Force a Spark table with name name to be unloaded from memory.
| Arguments | Description |
|---|---|
| sc | A spark_connection. |
| name | The table name. |
---
title: "Uncache a Spark Table"
execute:
eval: true
freeze: true
---
## tbl_uncache
## Description
Force a Spark table with name `name` to be unloaded from memory.
## Usage
```r
tbl_uncache(sc, name)
```
## Arguments
|Arguments|Description|
|---|---|
| sc | A `spark_connection`. |
| name | The table name. |