Version: v2.3 
RecoverHivePartitions
Node to recover the partitions of external hive table.
Type
doc
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 hive table.
It will run the command: "MSCK REPAIR TABLE ${HIVE Database}.${HIVE Table}"
Parameters
| Name | Value |
|---|---|
| HIVE Database | test |
| HIVE Table | transactions |