RecoverHivePartitions¶
Node to recover the partitions of external hve table.
Type¶
doc
Class¶
fire.nodes.etl.NodeRecoverHivePartitions
Fields¶
| Name | Title | Description |
|---|---|---|
| databaseName | HIVE Database | Name of the HIVE Database |
| tableName | HIVE Table | Name of the HIVE table |
Details¶
This node is used recover the partitions of external hve table.
It will run the command: “MSCK REPAIR TABLE ${databaseName}.${tableName}”