apiHiveReplicationResult
Detailed information about a Hive replication job.
JSON
| property | type | description |
|---|---|---|
| tables | array of tables/tables (apiHiveTable) | The list of tables successfully replicated. |
| errors | array of errors/errors (apiHiveReplicationError) | List of errors encountered during replication. |
| dataReplicationResult | dataReplicationResult (apiHdfsReplicationResult) | Result of table data replication, if performed. |
| dryRun | dryRun (boolean) | Whether this was a dry run. |