Description Usage Arguments Note Examples
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.
1 | recoverPartitions(tableName)
|
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. |
since 2.2.0
1 2 3 4 5 | ## Not run:
sparkR.session()
recoverPartitions("myTable")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.