tbl_uncache
Uncache a Spark Table
Description
Force a Spark table with name name
to be unloaded from memory.
Usage
tbl_uncache(sc, name)
Arguments
Argument | Description |
---|---|
sc | A spark_connection . |
name | The table name. |
Uncache a Spark Table
Force a Spark table with name name
to be unloaded from memory.
tbl_uncache(sc, name)
Argument | Description |
---|---|
sc | A spark_connection . |
name | The table name. |