| phase  |  String  |  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] | 
| tableCount  |  Integer  |  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] | 
| impalaUDFCount  |  Integer  |  Number of impala UDFs that were successfully replicated. Available since API v6.  |   [optional] | 
| hiveUDFCount  |  Integer  |  Number of hive UDFs that were successfully replicated. Available since API v14.  |   [optional] | 
| impalaUDFs  |  List<ApiImpalaUDF>  |  The list of Impala UDFs successfully replicated. Available since API v6 in the full view.  |   [optional] | 
| hiveUDFs  |  List<ApiHiveUDF>  |  The list of Impala UDFs successfully replicated. Available since API v6 in the full view.  |   [optional] | 
| errorCount  |  Integer  |  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] | 
| dataReplicationResult  |  ApiHdfsReplicationResult  |  Result of table data replication, if performed.  |   [optional] | 
| dryRun  |  Boolean  |  Whether this was a dry run.  |   [optional] | 
| runAsUser  |  String  |  Name of the of proxy user, if any. Available since API v11.  |   [optional] | 
| runOnSourceAsUser  |  String  |  Name of the source proxy user, if any. Available since API v18.  |   [optional] | 
| logPath  |  String  |  Returns HDFS path of DistCp execution log files. Available since API v33.  |   [optional] | 
| directoryForMetadata  |  String  |  Returns HDFS path of export file for Hive replication. Available since API v33.  |   [optional] | 
| statsAvailable  |  Boolean  |  Whether stats are available to display or not. Available since API v19.  |   [optional] | 
| dbProcessed  |  Integer  |  Number of Db's Imported/Exported. Available since API v19.  |   [optional] | 
| tableProcessed  |  Integer  |  Number of Tables Imported/Exported. Available since API v19.  |   [optional] | 
| partitionProcessed  |  Integer  |  Number of Partitions Imported/Exported. Available since API v19.  |   [optional] | 
| functionProcessed  |  Integer  |  Number of Functions Imported/Exported. Available since API v19.  |   [optional] | 
| indexProcessed  |  Integer  |  Number of Indexes Imported/Exported. Available since API v19.  |   [optional] | 
| statsProcessed  |  Integer  |  Number of Table and Partitions Statistics Imported/Exported. Available since API v19.  |   [optional] | 
| dbExpected  |  Integer  |  Number of Db's Expected. Available since API v19.  |   [optional] | 
| tableExpected  |  Integer  |  Number of Tables Expected. Available since API v19.  |   [optional] | 
| partitionExpected  |  Integer  |  Number of Partitions Expected. Available since API v19.  |   [optional] | 
| functionExpected  |  Integer  |  Number of Functions Expected. Available since API v19.  |   [optional] | 
| indexExpected  |  Integer  |  Number of Indexes Expected. Available since API v19.  |   [optional] | 
| statsExpected  |  Integer  |  Number of Table and Partition Statistics Expected. Available since API v19.  |   [optional] |