Copy UFS Data
Copy UFS Data
Usage
job copy CLI
bin/alluxio job copy [flags]$ {ALLUXIO_HOME}/bin/alluxio job copy --src s3://bucket/src --dst s3://bucket/dst --[submit|progress|stop]
$ {ALLUXIO_HOME}/bin/alluxio job copy --local-index-file /indexfile --[submit|progress|stop]
$ {ALLUXIO_HOME}/bin/alluxio job copy --ufs-index-file s3://bucket/indexfile --[submit|progress|stop]Example output
Progress for jobId 1c849041-ef26-4ed7-a932-2af5549754d7 copying path '/src' to '/dst':
Settings: "check-content: false"
Job Submitted: 2023-06-30 12:30:45.0
Job Id: 111111
Job State: RUNNING
Files qualified so far: 1, 826.38MB
Files Failed: 0
Files Skipped: 0
Files Succeeded: 1
Bytes Copied: 826.38MB
Throughput: 1621.09KB/s
Files failure rate: 0.00%REST API
Last updated