recoverPartitions: Recovers all the partitions in the directory of a table and...

Description Usage Arguments Note Examples

View source: R/catalog.R

Description

Recovers all the partitions in the directory of a table and update the catalog. The name should reference a partitioned table, and not a view.

Usage

1
recoverPartitions(tableName)

Arguments

tableName

the qualified or unqualified name that designates a table. If no database identifier is provided, it refers to a table in the current database.

Note

since 2.2.0

Examples

1
2
3
4
5
## Not run: 
sparkR.session()
recoverPartitions("myTable")

## End(Not run)

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