當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


R SparkR recoverPartitions用法及代碼示例


說明:

恢複表目錄中的所有分區並更新目錄。該名稱應引用分區表,而不是視圖。

用法:

recoverPartitions(tableName)

參數:

  • tableName 指定表的限定或非限定名稱。如果未提供數據庫標識符,則它引用當前數據庫中的表。

注意:

自 2.2.0 起

例子:

sparkR.session()
recoverPartitions("myTable")

相關用法


注:本文由純淨天空篩選整理自spark.apache.org大神的英文原創作品 Recovers all the partitions in the directory of a table and update the catalog。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。