refreshByPath {SparkR}R Documentation

Invalidates and refreshes all the cached data and metadata for SparkDataFrame containing path

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

refreshByPath(path)

Arguments

path

the path of the data source.

Note

since 2.2.0

Examples

## Not run: 
##D sparkR.session()
##D refreshByPath("/path")
## End(Not run)

[Package SparkR version 2.2.2 Index]