apiHiveReplicationResult

Detailed information about a Hive replication job.

JSON

property type description
phase phase (string) Phase the replication is in.

If the replication job is still active, this will contain a string describing the current phase. This will be one of: EXPORT, DATA or IMPORT, for, respectively, exporting the source metastore information, replicating table data (if configured), and importing metastore information in the target.

This value will not be present if the replication is not active.

Available since API v4.

tableCount tableCount (int) Number of tables that were successfully replicated. Available since API v4.
tables array of tables/tables (apiHiveTable) The list of tables successfully replicated.

Since API v4, this is only available in the full view.

impalaUDFCount impalaUDFCount (int) Number of impala UDFs that were successfully replicated. Available since API v6.
hiveUDFCount hiveUDFCount (int) Number of hive UDFs that were successfully replicated. Available since API v14.
impalaUDFs array of impalaUDFs/impalaUDFs (apiImpalaUDF) The list of Impala UDFs successfully replicated. Available since API v6 in the full view.
hiveUDFs array of hiveUDFs/hiveUDFs (apiHiveUDF) The list of Impala UDFs successfully replicated. Available since API v6 in the full view.
errorCount errorCount (int) Number of errors detected during replication job. Available since API v4.
errors array of errors/errors (apiHiveReplicationError) List of errors encountered during replication.

Since API v4, this is only available in the full view.

dataReplicationResult dataReplicationResult (apiHdfsReplicationResult) Result of table data replication, if performed.
dryRun dryRun (boolean) Whether this was a dry run.
runAsUser runAsUser (string) Name of the of proxy user, if any. Available since API v11.
runOnSourceAsUser runOnSourceAsUser (string) Name of the source proxy user, if any. Available since API v18.
statsAvailable statsAvailable (boolean) Whether stats are available to display or not. Available since API v19.
dbProcessed dbProcessed (long) Number of Db's Imported/Exported. Available since API v19.
tableProcessed tableProcessed (long) Number of Tables Imported/Exported. Available since API v19.
partitionProcessed partitionProcessed (long) Number of Partitions Imported/Exported. Available since API v19.
functionProcessed functionProcessed (long) Number of Functions Imported/Exported. Available since API v19.
indexProcessed indexProcessed (long) Number of Indexes Imported/Exported. Available since API v19.
statsProcessed statsProcessed (long) Number of Table and Partitions Statistics Imported/Exported. Available since API v19.
dbExpected dbExpected (long) Number of Db's Expected. Available since API v19.
tableExpected tableExpected (long) Number of Tables Expected. Available since API v19.
partitionExpected partitionExpected (long) Number of Partitions Expected. Available since API v19.
functionExpected functionExpected (long) Number of Functions Expected. Available since API v19.
indexExpected indexExpected (long) Number of Indexes Expected. Available since API v19.
statsExpected statsExpected (long) Number of Table and Partition Statistics Expected. Available since API v19.