aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2016-08-09 10:04:36 -0700
committerDavies Liu <davies.liu@gmail.com>2016-08-09 10:04:36 -0700
commit92da22878bac07545cd946911dcb39a6bb2ee7e8 (patch)
treec725d376d3551e788235f690c8938d8bd285e397 /docs
parent29081b587f3423bf5a3e0066357884d0c26a04bf (diff)
downloadspark-92da22878bac07545cd946911dcb39a6bb2ee7e8.tar.gz
spark-92da22878bac07545cd946911dcb39a6bb2ee7e8.tar.bz2
spark-92da22878bac07545cd946911dcb39a6bb2ee7e8.zip
[SPARK-16905] SQL DDL: MSCK REPAIR TABLE
## What changes were proposed in this pull request? MSCK REPAIR TABLE could be used to recover the partitions in external catalog based on partitions in file system. Another syntax is: ALTER TABLE table RECOVER PARTITIONS The implementation in this PR will only list partitions (not the files with a partition) in driver (in parallel if needed). ## How was this patch tested? Added unit tests for it and Hive compatibility test suite. Author: Davies Liu <davies@databricks.com> Closes #14500 from davies/repair_table.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions