ApiHiveReplicationResult

Properties

Name Type Description Notes
phase str Phase the replication is in. <p/> 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. <p/> This value will not be present if the replication is not active. <p/> Available since API v4. [optional]
table_count int Number of tables that were successfully replicated. Available since API v4. [optional]
tables list[ApiHiveTable] The list of tables successfully replicated. <p/> Since API v4, this is only available in the full view. [optional]
impala_udf_count int Number of impala UDFs that were successfully replicated. Available since API v6. [optional]
hive_udf_count int Number of hive UDFs that were successfully replicated. Available since API v14. [optional]
impala_ud_fs list[ApiImpalaUDF] The list of Impala UDFs successfully replicated. Available since API v6 in the full view. [optional]
hive_ud_fs list[ApiHiveUDF] The list of Impala UDFs successfully replicated. Available since API v6 in the full view. [optional]
error_count int Number of errors detected during replication job. Available since API v4. [optional]
errors list[ApiHiveReplicationError] List of errors encountered during replication. <p/> Since API v4, this is only available in the full view. [optional]
data_replication_result ApiHdfsReplicationResult Result of table data replication, if performed. [optional]
dry_run bool Whether this was a dry run. [optional]
run_as_user str Name of the of proxy user, if any. Available since API v11. [optional]
run_on_source_as_user str Name of the source proxy user, if any. Available since API v18. [optional]
log_path str Returns HDFS path of DistCp execution log files. Available since API v33. [optional]
directory_for_metadata str Returns HDFS path of export file for Hive replication. Available since API v33. [optional]
stats_available bool Whether stats are available to display or not. Available since API v19. [optional]
db_processed int Number of Db's Imported/Exported. Available since API v19. [optional]
table_processed int Number of Tables Imported/Exported. Available since API v19. [optional]
partition_processed int Number of Partitions Imported/Exported. Available since API v19. [optional]
function_processed int Number of Functions Imported/Exported. Available since API v19. [optional]
index_processed int Number of Indexes Imported/Exported. Available since API v19. [optional]
stats_processed int Number of Table and Partitions Statistics Imported/Exported. Available since API v19. [optional]
db_expected int Number of Db's Expected. Available since API v19. [optional]
table_expected int Number of Tables Expected. Available since API v19. [optional]
partition_expected int Number of Partitions Expected. Available since API v19. [optional]
function_expected int Number of Functions Expected. Available since API v19. [optional]
index_expected int Number of Indexes Expected. Available since API v19. [optional]
stats_expected int Number of Table and Partition Statistics Expected. Available since API v19. [optional]

[Back to Model list] [Back to API list] [Back to README]