refreshByPath: Invalidates and refreshes all the cached data and metadata...

Description Usage Arguments Note Examples

View source: R/catalog.R

Description

Invalidates and refreshes all the cached data (and the associated metadata) for any SparkDataFrame that contains the given data source path. Path matching is by prefix, i.e. "/" would invalidate everything that is cached.

Usage

1

Arguments

path

the path of the data source.

Note

since 2.2.0

Examples

1
2
3
4
5
## Not run: 
sparkR.session()
refreshByPath("/path")

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.