refreshByPath {SparkR} | R Documentation |
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.
refreshByPath(path)
path |
the path of the data source. |
since 2.2.0
## Not run:
##D sparkR.session()
##D refreshByPath("/path")
## End(Not run)