apiHdfsReplicationResult

Detailed information about an HDFS replication job.

JSON

property type description
progress progress (int) The file copy progress percentage.
counters array of counters/counters (apiHdfsReplicationCounter) The counters collected from the replication job.
numFilesDryRun numFilesDryRun (long) The number of files found to copy.
numBytesDryRun numBytesDryRun (long) The number of bytes found to copy.
numFilesExpected numFilesExpected (long) The number of files expected to be copied.
numBytesExpected numBytesExpected (long) The number of bytes expected to be copied.
numFilesCopied numFilesCopied (long) The number of files actually copied.
numBytesCopied numBytesCopied (long) The number of bytes actually copied.
numFilesSkipped numFilesSkipped (long) The number of files that were unchanged and thus skipped during copying.
numBytesSkipped numBytesSkipped (long) The aggregate number of bytes in the skipped files.
numFilesDeleted numFilesDeleted (long) The number of files deleted since they were present at destination, but missing from source.
numFilesCopyFailed numFilesCopyFailed (long) The number of files for which copy failed.
numBytesCopyFailed numBytesCopyFailed (long) The aggregate number of bytes in the files for which copy failed.
setupError setupError (string) The error that happened during job setup, if any.
dryRun dryRun (boolean) Whether this was a dry run.